]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/mx6/Kconfig
kconfig: arm: remove duplicate definitions of SOC_MX*
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
index 2c18bcd7a29677f3f12da9bf3044b0c8e8eb1e30..bd8bbd0c3cbc73bac9bd7978e9644049f4212fe4 100644 (file)
@@ -1,28 +1,27 @@
 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
 
 choice
@@ -31,7 +30,6 @@ choice
 
 config TARGET_CM_FX6
        bool "Support CM-FX6"
-       select CPU_V7
        select SUPPORT_SPL
        select DM
        select DM_SERIAL
@@ -39,11 +37,9 @@ config TARGET_CM_FX6
 
 config TARGET_SECOMX6
        bool "Support secomx6 boards"
-       select CPU_V7
 
 config TARGET_TQMA6
        bool "TQ Systems TQMa6 board"
-       select CPU_V7
 
 endchoice