]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/mx5/Kconfig
kconfig: arm: remove duplicate definitions of SOC_MX*
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / mx5 / Kconfig
index 960a718d41cec2eb623e6859e1907ee3c8d06f54..ce7c1f5a1f0b080c282ed42e80c1cdd8200cb674 100644 (file)
@@ -1,16 +1,24 @@
 if ARCH_MX5
 
-config MX5
+config SOC_MX51
        bool
-       default y
 
-config MX51
+config SOC_MX53
        bool
 
-config MX53
-       bool
+choice
+       prompt "MX5 board select"
+       optional
+
+config TARGET_USBARMORY
+       bool "Support USB armory"
+       select CPU_V7
+
+endchoice
 
 config SYS_SOC
        default "mx5"
 
+source "board/inversepath/usbarmory/Kconfig"
+
 endif