diff options
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 399d1d66bf93..ed15f876c725 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -742,3 +742,11 @@ config CACHE_L2X0 | |||
742 | select OUTER_CACHE | 742 | select OUTER_CACHE |
743 | help | 743 | help |
744 | This option enables the L2x0 PrimeCell. | 744 | This option enables the L2x0 PrimeCell. |
745 | |||
746 | config CACHE_XSC3L2 | ||
747 | bool "Enable the L2 cache on XScale3" | ||
748 | depends on CPU_XSC3 | ||
749 | default y | ||
750 | select OUTER_CACHE | ||
751 | help | ||
752 | This option enables the L2 cache on XScale3. | ||