aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-01-31 15:36:10 -0600
committerRob Herring <robh@kernel.org>2014-02-19 16:44:00 -0600
commit9352b05b6e4ef1aae53744cbd0adc0491fae5be0 (patch)
treec8fb7fb3e285cfca12eb8ecdcf749f51c8660a6b /arch/arm/mach-imx
parentARM: select HAVE_SMP for V7 multi-platform (diff)
downloadlinux-dev-9352b05b6e4ef1aae53744cbd0adc0491fae5be0.tar.xz
linux-dev-9352b05b6e4ef1aae53744cbd0adc0491fae5be0.zip
ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platform
Many V6 and V7 platforms have an L2x0 cache, so make CONFIG_MIGHT_HAVE_CACHE_L2X0 visible for V6 and V7 multi-platform builds. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 1a6a843aad66..ff2447389f27 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -5,7 +5,6 @@ config ARCH_MXC
select CLKSRC_MMIO
select GENERIC_ALLOCATOR
select GENERIC_IRQ_CHIP
- select MIGHT_HAVE_CACHE_L2X0 if ARCH_MULTI_V6_V7
select PINCTRL
select SOC_BUS
help