aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/ge/mx53ppd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/ge/mx53ppd/Kconfig')
-rw-r--r--roms/u-boot/board/ge/mx53ppd/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/ge/mx53ppd/Kconfig b/roms/u-boot/board/ge/mx53ppd/Kconfig
new file mode 100644
index 000000000..bebb2fab0
--- /dev/null
+++ b/roms/u-boot/board/ge/mx53ppd/Kconfig
@@ -0,0 +1,18 @@
+
+if TARGET_MX53PPD
+
+config SYS_BOARD
+ default "mx53ppd"
+
+config SYS_VENDOR
+ default "ge"
+
+config SYS_SOC
+ default "mx5"
+
+config SYS_CONFIG_NAME
+ default "mx53ppd"
+
+source "board/ge/common/Kconfig"
+
+endif