]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/mx6/Kconfig
arm: mx6: add support for i.MX6ULL
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
index a32fd878f6d86f845256037b557747dd2e50c318..28fcaf782a15abe9c16625ffdeb09270192726d1 100644 (file)
@@ -1,31 +1,55 @@
 if ARCH_MX6
 
-config MX6
+config SOC_MX6D
        bool
-       default y
 
-config MX6D
+config SOC_MX6DL
        bool
 
-config MX6DL
+config SOC_MX6Q
        bool
 
-config MX6Q
+config SOC_MX6QDL
        bool
 
-config MX6QDL
+config SOC_MX6S
        bool
 
-config MX6S
+config SOC_MX6SL
        bool
 
-config MX6SL
+config SOC_MX6SX
        bool
 
-config MX6SX
+config SOC_MX6UL
        bool
 
+config SOC_MX6ULL
+       bool
+
+choice
+       prompt "MX6 board select"
+       optional
+
+config TARGET_CM_FX6
+       bool "Support CM-FX6"
+       select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
+
+config TARGET_SECOMX6
+       bool "Support secomx6 boards"
+
+config TARGET_TQMA6
+       bool "TQ Systems TQMa6 board"
+
+endchoice
+
 config SYS_SOC
        default "mx6"
 
+source "board/seco/Kconfig"
+source "board/tqc/tqma6/Kconfig"
+
 endif