diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 554ac5827c1d..10c97efbd91f 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -772,6 +772,13 @@ config BFIN_WT | |||
772 | 772 | ||
773 | endchoice | 773 | endchoice |
774 | 774 | ||
775 | config BFIN_L2_CACHEABLE | ||
776 | bool "Cache L2 SRAM" | ||
777 | depends on (BFIN_DCACHE || BFIN_ICACHE) && (BF54x || BF561) | ||
778 | default n | ||
779 | help | ||
780 | Select to make L2 SRAM cacheable in L1 data and instruction cache. | ||
781 | |||
775 | config MPU | 782 | config MPU |
776 | bool "Enable the memory protection unit (EXPERIMENTAL)" | 783 | bool "Enable the memory protection unit (EXPERIMENTAL)" |
777 | default n | 784 | default n |