diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-02-22 20:14:56 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-22 21:19:53 +0000 |
commit | adc00979a8880a3616d075766188d5dd7e98bb22 (patch) | |
tree | 074225ee5c252b57bde97182878f83bec2e4edde /arch/arm/mm/Kconfig | |
parent | 12567bbdee7ea553237085a2bbc0ffa5240f5248 (diff) | |
download | blackbird-obmc-linux-adc00979a8880a3616d075766188d5dd7e98bb22.tar.gz blackbird-obmc-linux-adc00979a8880a3616d075766188d5dd7e98bb22.zip |
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>
Diffstat (limited to 'arch/arm/mm/Kconfig')
-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 config CACHE_FEROCEON_L2 bool "Enable the Feroceon L2 cache controller" - depends on ARCH_KIRKWOOD || ARCH_MV78XX0 + depends on ARCH_KIRKWOOD || ARCH_MV78XX0 || ARCH_MVEBU default y select OUTER_CACHE help |