diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2013-06-19 19:15:18 -0400 |
---|---|---|
committer | Christian Daudt <csd@broadcom.com> | 2013-08-06 18:35:46 -0400 |
commit | 58d3077a757a573f39c7052205240a85f2090aa0 (patch) | |
tree | ce8d741faa0f3fb6f43397ea03a6a41c2b09e229 | |
parent | c095ba7224d8edc71dcef0d655911399a8bd4a3f (diff) |
ARM: bcm281xx: Turn on L2 cache.
Turning on the L2 cache for the bcm281xx family.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Acked-by: Christian Daudt <csd@broadcom.com>
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index f11289519c39..69d67f714a2f 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig | |||
@@ -12,6 +12,7 @@ config ARCH_BCM | |||
12 | select GPIO_BCM | 12 | select GPIO_BCM |
13 | select SPARSE_IRQ | 13 | select SPARSE_IRQ |
14 | select TICK_ONESHOT | 14 | select TICK_ONESHOT |
15 | select CACHE_L2X0 | ||
15 | help | 16 | help |
16 | This enables support for system based on Broadcom SoCs. | 17 | This enables support for system based on Broadcom SoCs. |
17 | It currently supports the 'BCM281XX' family, which includes | 18 | It currently supports the 'BCM281XX' family, which includes |