]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: MM Enable building Feroceon L2 cache controller with ARCH_MVEBU
authorAndrew Lunn <andrew@lunn.ch>
Sat, 22 Feb 2014 19:14:56 +0000 (20:14 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Feb 2014 21:19:53 +0000 (21:19 +0000)
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>
arch/arm/mm/Kconfig

index 1f8fed94c2a499939354258fc61339a10d229a4f..dccd7e177653a978c7bcc940e5d6900407d7b1f9 100644 (file)
@@ -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