commit | b0ce61d550cb59928df3eabff0791b22f08f1e06 | [log] [tgz] |
---|---|---|
author | Steven Miao <realmz6@gmail.com> | Fri Jun 01 10:29:42 2012 +0800 |
committer | Bob Liu <lliubbo@gmail.com> | Tue Jul 24 13:39:49 2012 +0800 |
tree | 55f37b170e7f95df336835dd1555dd7b4396f144 | |
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>
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 7e3a24c..9b76510 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig
@@ -1050,7 +1050,7 @@ config BFIN_L2_ICACHEABLE bool "Enable ICACHE for L2 SRAM" depends on BFIN_ICACHE - depends on BF54x || BF561 + depends on (BF54x || BF561 || BF60x) && !SMP default n config BFIN_DCACHE