aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/freescale/mpc8313erdb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/freescale/mpc8313erdb/Kconfig')
-rw-r--r--roms/u-boot/board/freescale/mpc8313erdb/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/mpc8313erdb/Kconfig b/roms/u-boot/board/freescale/mpc8313erdb/Kconfig
new file mode 100644
index 000000000..b6332a136
--- /dev/null
+++ b/roms/u-boot/board/freescale/mpc8313erdb/Kconfig
@@ -0,0 +1,25 @@
+if TARGET_MPC8313ERDB_NOR
+
+config SYS_BOARD
+ default "mpc8313erdb"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "MPC8313ERDB_NOR"
+
+endif
+
+if TARGET_MPC8313ERDB_NAND
+
+config SYS_BOARD
+ default "mpc8313erdb"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "MPC8313ERDB_NAND"
+
+endif