diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-02-22 14:14:56 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-22 16:19:53 -0500 |
commit | adc00979a8880a3616d075766188d5dd7e98bb22 (patch) | |
tree | 074225ee5c252b57bde97182878f83bec2e4edde | |
parent | 12567bbdee7ea553237085a2bbc0ffa5240f5248 (diff) |
ARM: MM Enable building Feroceon L2 cache controller with ARCH_MVEBU
Kirkwood, which uses the Feroceon L2 cache controller will soon be
moving into mach-mvebu. Allow the cache controller to be built in this
situation.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 1f8fed94c2a4..dccd7e177653 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -855,7 +855,7 @@ config OUTER_CACHE_SYNC | |||
855 | 855 | ||
856 | config CACHE_FEROCEON_L2 | 856 | config CACHE_FEROCEON_L2 |
857 | bool "Enable the Feroceon L2 cache controller" | 857 | bool "Enable the Feroceon L2 cache controller" |
858 | depends on ARCH_KIRKWOOD || ARCH_MV78XX0 | 858 | depends on ARCH_KIRKWOOD || ARCH_MV78XX0 || ARCH_MVEBU |
859 | default y | 859 | default y |
860 | select OUTER_CACHE | 860 | select OUTER_CACHE |
861 | help | 861 | help |