diff options
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 58109ae34709..76a3ba668e2e 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -599,7 +599,7 @@ config CPU_DCACHE_SIZE | |||
599 | 599 | ||
600 | config CPU_DCACHE_WRITETHROUGH | 600 | config CPU_DCACHE_WRITETHROUGH |
601 | bool "Force write through D-cache" | 601 | bool "Force write through D-cache" |
602 | depends on (CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_V6) && !CPU_DCACHE_DISABLE | 602 | depends on (CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020) && !CPU_DCACHE_DISABLE |
603 | default y if CPU_ARM925T | 603 | default y if CPU_ARM925T |
604 | help | 604 | help |
605 | Say Y here to use the data cache in writethrough mode. Unless you | 605 | Say Y here to use the data cache in writethrough mode. Unless you |