aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-imx/mx2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-imx/mx2/Kconfig')
-rw-r--r--roms/u-boot/arch/arm/mach-imx/mx2/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-imx/mx2/Kconfig b/roms/u-boot/arch/arm/mach-imx/mx2/Kconfig
new file mode 100644
index 000000000..fad5dcc94
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-imx/mx2/Kconfig
@@ -0,0 +1,23 @@
+if ARCH_MX25
+
+config MX25
+ bool
+ default y
+ select SYS_FSL_ERRATUM_ESDHC_A001
+choice
+ prompt "MX25 board select"
+ optional
+
+config TARGET_ZMX25
+ bool "Support zmx25"
+ select BOARD_LATE_INIT
+ select CPU_ARM926EJS
+
+endchoice
+
+config SYS_SOC
+ default "mx25"
+
+source "board/syteco/zmx25/Kconfig"
+
+endif