···370371config CPU_ICACHE_DISABLE372 bool "Disable I-Cache"373- depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020374 help375 Say Y here to disable the processor instruction cache. Unless376 you have a reason not to or are unsure, say N.377378config CPU_DCACHE_DISABLE379 bool "Disable D-Cache"380- depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020381 help382 Say Y here to disable the processor data cache. Unless383 you have a reason not to or are unsure, say N.384385config CPU_DCACHE_WRITETHROUGH386 bool "Force write through D-cache"387- depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DCACHE_DISABLE388 default y if CPU_ARM925T389 help390 Say Y here to use the data cache in writethrough mode. Unless you···399400config CPU_BPREDICT_DISABLE401 bool "Disable branch prediction"402- depends on CPU_ARM1020403 help404 Say Y here to disable branch prediction. If unsure, say N.405
···370371config CPU_ICACHE_DISABLE372 bool "Disable I-Cache"373+ depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6374 help375 Say Y here to disable the processor instruction cache. Unless376 you have a reason not to or are unsure, say N.377378config CPU_DCACHE_DISABLE379 bool "Disable D-Cache"380+ depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6381 help382 Say Y here to disable the processor data cache. Unless383 you have a reason not to or are unsure, say N.384385config CPU_DCACHE_WRITETHROUGH386 bool "Force write through D-cache"387+ depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6) && !CPU_DCACHE_DISABLE388 default y if CPU_ARM925T389 help390 Say Y here to use the data cache in writethrough mode. Unless you···399400config CPU_BPREDICT_DISABLE401 bool "Disable branch prediction"402+ depends on CPU_ARM1020 || CPU_V6403 help404 Say Y here to disable branch prediction. If unsure, say N.405