diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 17:43:17 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 17:43:17 -0400 |
commit | ba9279519b371340e01cadf4c230e9d52a4bf8c4 (patch) | |
tree | 146b5d30f75554382d018be4877ea66f2d6ad64c /arch/arm/mm/Kconfig | |
parent | bc02c58bd13cfaf5a9930d7f2ca4f7d5ed4fa807 (diff) |
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 f405435fe64e..3696f4fe45de 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -701,5 +701,9 @@ config OUTER_CACHE | |||
701 | default n | 701 | default n |
702 | 702 | ||
703 | config CACHE_L2X0 | 703 | config CACHE_L2X0 |
704 | bool | 704 | bool "Enable the L2x0 outer cache controller" |
705 | depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 | ||
706 | default y | ||
705 | select OUTER_CACHE | 707 | select OUTER_CACHE |
708 | help | ||
709 | This option enables the L2x0 PrimeCell. | ||