diff options
author | Rob Herring <robh@kernel.org> | 2014-01-31 16:36:10 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-02-19 17:44:00 -0500 |
commit | 9352b05b6e4ef1aae53744cbd0adc0491fae5be0 (patch) | |
tree | c8fb7fb3e285cfca12eb8ecdcf749f51c8660a6b /arch/arm/mach-vexpress | |
parent | 90bc8ac77dc85d2184da3d5280215b33253adffc (diff) |
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-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 6cbddb825fee..80b4be36f10a 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -10,7 +10,6 @@ config ARCH_VEXPRESS | |||
10 | select HAVE_ARM_TWD if SMP | 10 | select HAVE_ARM_TWD if SMP |
11 | select HAVE_PATA_PLATFORM | 11 | select HAVE_PATA_PLATFORM |
12 | select ICST | 12 | select ICST |
13 | select MIGHT_HAVE_CACHE_L2X0 | ||
14 | select NO_IOPORT | 13 | select NO_IOPORT |
15 | select PLAT_VERSATILE | 14 | select PLAT_VERSATILE |
16 | select PLAT_VERSATILE_CLCD | 15 | select PLAT_VERSATILE_CLCD |