|
@@ -384,7 +384,7 @@ config CPU_DCACHE_DISABLE
|
|
|
|
|
|
config CPU_DCACHE_WRITETHROUGH
|
|
config CPU_DCACHE_WRITETHROUGH
|
|
bool "Force write through D-cache"
|
|
bool "Force write through D-cache"
|
|
- depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DISABLE_DCACHE
|
|
|
|
|
|
+ depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DCACHE_DISABLE
|
|
default y if CPU_ARM925T
|
|
default y if CPU_ARM925T
|
|
help
|
|
help
|
|
Say Y here to use the data cache in writethrough mode. Unless you
|
|
Say Y here to use the data cache in writethrough mode. Unless you
|