]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/mx6/Kconfig
board/seco: Add mx6q-uq7 basic board support
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
index a32fd878f6d86f845256037b557747dd2e50c318..076ba520c664b3ec7971ef8966ea9d015ad6e1b1 100644 (file)
@@ -25,7 +25,18 @@ config MX6SL
 config MX6SX
        bool
 
+choice
+       prompt "MX6 board select"
+
+config TARGET_SECOMX6
+       bool "Support secomx6 boards"
+       select CPU_V7
+
+endchoice
+
 config SYS_SOC
        default "mx6"
 
+source "board/seco/Kconfig"
+
 endif