]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/Kconfig
ARM: mx6: move to a standard arch/board approach
[people/ms/u-boot.git] / arch / arm / Kconfig
index b9ebee1046288e817034f0d30fbdc7e2ff1853ce..2145557587830f4a66381d764cf283164d5de548 100644 (file)
@@ -433,6 +433,10 @@ config ARCH_KEYSTONE
        select CPU_V7
        select SUPPORT_SPL
 
+config ARCH_MX6
+       bool "Freescale MX6"
+       select CPU_V7
+
 config TARGET_M53EVK
        bool "Support m53evk"
        select CPU_V7
@@ -735,6 +739,8 @@ source "arch/arm/mach-keystone/Kconfig"
 
 source "arch/arm/mach-kirkwood/Kconfig"
 
+source "arch/arm/cpu/armv7/mx6/Kconfig"
+
 source "arch/arm/mach-nomadik/Kconfig"
 
 source "arch/arm/cpu/armv7/omap3/Kconfig"