aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/ge/bx50v3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/ge/bx50v3/Kconfig')
-rw-r--r--roms/u-boot/board/ge/bx50v3/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/roms/u-boot/board/ge/bx50v3/Kconfig b/roms/u-boot/board/ge/bx50v3/Kconfig
new file mode 100644
index 000000000..05938560a
--- /dev/null
+++ b/roms/u-boot/board/ge/bx50v3/Kconfig
@@ -0,0 +1,20 @@
+if TARGET_GE_BX50V3
+
+config IMX_CONFIG
+ default "board/ge/bx50v3/bx50v3.cfg"
+
+config SYS_BOARD
+ default "bx50v3"
+
+config SYS_VENDOR
+ default "ge"
+
+config SYS_SOC
+ default "mx6"
+
+config SYS_CONFIG_NAME
+ default "ge_bx50v3"
+
+source "board/ge/common/Kconfig"
+
+endif