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