diff options
author | Rob Herring <robh@kernel.org> | 2014-01-31 15:36:10 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-02-19 16:44:00 -0600 |
commit | 9352b05b6e4ef1aae53744cbd0adc0491fae5be0 (patch) | |
tree | c8fb7fb3e285cfca12eb8ecdcf749f51c8660a6b /arch/arm/Kconfig | |
parent | 90bc8ac77dc85d2184da3d5280215b33253adffc (diff) | |
download | linux-9352b05b6e4ef1aae53744cbd0adc0491fae5be0.tar.gz linux-9352b05b6e4ef1aae53744cbd0adc0491fae5be0.tar.bz2 linux-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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a1f36e739fc9..7560be4cce92 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -921,6 +921,7 @@ config ARCH_MULTI_V7 config ARCH_MULTI_V6_V7 bool + select MIGHT_HAVE_CACHE_L2X0 config ARCH_MULTI_CPU_AUTO def_bool !(ARCH_MULTI_V4 || ARCH_MULTI_V4T || ARCH_MULTI_V6_V7) |