diff options
author | Steven Miao <realmz6@gmail.com> | 2012-05-31 22:29:42 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:49 -0400 |
commit | b0ce61d550cb59928df3eabff0791b22f08f1e06 (patch) | |
tree | 55f37b170e7f95df336835dd1555dd7b4396f144 /arch/blackfin/Kconfig | |
parent | 97929003c20b0d536bf4ac177f6134adffd33e82 (diff) |
cache: enable L2 sram icache in menuconfig
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 7e3a24c60771..9b765107e15c 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -1050,7 +1050,7 @@ config BFIN_EXTMEM_ICACHEABLE | |||
1050 | config BFIN_L2_ICACHEABLE | 1050 | config BFIN_L2_ICACHEABLE |
1051 | bool "Enable ICACHE for L2 SRAM" | 1051 | bool "Enable ICACHE for L2 SRAM" |
1052 | depends on BFIN_ICACHE | 1052 | depends on BFIN_ICACHE |
1053 | depends on BF54x || BF561 | 1053 | depends on (BF54x || BF561 || BF60x) && !SMP |
1054 | default n | 1054 | default n |
1055 | 1055 | ||
1056 | config BFIN_DCACHE | 1056 | config BFIN_DCACHE |