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>
This commit is contained in:
parent
12567bbdee
commit
adc00979a8
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ config OUTER_CACHE_SYNC
|
||||||
|
|
||||||
config CACHE_FEROCEON_L2
|
config CACHE_FEROCEON_L2
|
||||||
bool "Enable the Feroceon L2 cache controller"
|
bool "Enable the Feroceon L2 cache controller"
|
||||||
depends on ARCH_KIRKWOOD || ARCH_MV78XX0
|
depends on ARCH_KIRKWOOD || ARCH_MV78XX0 || ARCH_MVEBU
|
||||||
default y
|
default y
|
||||||
select OUTER_CACHE
|
select OUTER_CACHE
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue