···370370371371config CPU_ICACHE_DISABLE372372 bool "Disable I-Cache"373373- depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020373373+ depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6374374 help375375 Say Y here to disable the processor instruction cache. Unless376376 you have a reason not to or are unsure, say N.377377378378config CPU_DCACHE_DISABLE379379 bool "Disable D-Cache"380380- depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020380380+ depends on CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6381381 help382382 Say Y here to disable the processor data cache. Unless383383 you have a reason not to or are unsure, say N.384384385385config CPU_DCACHE_WRITETHROUGH386386 bool "Force write through D-cache"387387- depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DCACHE_DISABLE387387+ depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020 || CPU_V6) && !CPU_DCACHE_DISABLE388388 default y if CPU_ARM925T389389 help390390 Say Y here to use the data cache in writethrough mode. Unless you···399399400400config CPU_BPREDICT_DISABLE401401 bool "Disable branch prediction"402402- depends on CPU_ARM1020402402+ depends on CPU_ARM1020 || CPU_V6403403 help404404 Say Y here to disable branch prediction. If unsure, say N.405405