diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 22:43:17 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 22:43:17 +0100 |
commit | ba9279519b371340e01cadf4c230e9d52a4bf8c4 (patch) | |
tree | 146b5d30f75554382d018be4877ea66f2d6ad64c /arch/arm/mm/Kconfig | |
parent | bc02c58bd13cfaf5a9930d7f2ca4f7d5ed4fa807 (diff) | |
download | op-kernel-dev-ba9279519b371340e01cadf4c230e9d52a4bf8c4.zip op-kernel-dev-ba9279519b371340e01cadf4c230e9d52a4bf8c4.tar.gz |
Allow the L2X0 outer cache support to be configurable
By default, this option was selected by the platform Kconfig. This
patch adds "depends on" to L2X0 so that it can be enabled/disabled
manually.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index f405435..3696f4f 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -701,5 +701,9 @@ config OUTER_CACHE default n config CACHE_L2X0 - bool + bool "Enable the L2x0 outer cache controller" + depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 + default y select OUTER_CACHE + help + This option enables the L2x0 PrimeCell. |