]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mm/Kconfig
ARM: OMAP: Refrain compile warning for lm8323.c
[linux-2.6-omap-h63xx.git] / arch / arm / mm / Kconfig
1 comment "Processor Type"
2
3 config CPU_32
4         bool
5         default y
6
7 # Select CPU types depending on the architecture selected.  This selects
8 # which CPUs we support in the kernel image, and the compiler instruction
9 # optimiser behaviour.
10
11 # ARM610
12 config CPU_ARM610
13         bool "Support ARM610 processor"
14         depends on ARCH_RPC
15         select CPU_32v3
16         select CPU_CACHE_V3
17         select CPU_CACHE_VIVT
18         select CPU_CP15_MMU
19         select CPU_COPY_V3 if MMU
20         select CPU_TLB_V3 if MMU
21         select CPU_PABRT_NOIFAR
22         help
23           The ARM610 is the successor to the ARM3 processor
24           and was produced by VLSI Technology Inc.
25
26           Say Y if you want support for the ARM610 processor.
27           Otherwise, say N.
28
29 # ARM7TDMI
30 config CPU_ARM7TDMI
31         bool "Support ARM7TDMI processor"
32         depends on !MMU
33         select CPU_32v4T
34         select CPU_ABRT_LV4T
35         select CPU_CACHE_V4
36         help
37           A 32-bit RISC microprocessor based on the ARM7 processor core
38           which has no memory control unit and cache.
39
40           Say Y if you want support for the ARM7TDMI processor.
41           Otherwise, say N.
42
43 # ARM710
44 config CPU_ARM710
45         bool "Support ARM710 processor" if !ARCH_CLPS7500 && ARCH_RPC
46         default y if ARCH_CLPS7500
47         select CPU_32v3
48         select CPU_CACHE_V3
49         select CPU_CACHE_VIVT
50         select CPU_CP15_MMU
51         select CPU_COPY_V3 if MMU
52         select CPU_TLB_V3 if MMU
53         select CPU_PABRT_NOIFAR
54         help
55           A 32-bit RISC microprocessor based on the ARM7 processor core
56           designed by Advanced RISC Machines Ltd. The ARM710 is the
57           successor to the ARM610 processor. It was released in
58           July 1994 by VLSI Technology Inc.
59
60           Say Y if you want support for the ARM710 processor.
61           Otherwise, say N.
62
63 # ARM720T
64 config CPU_ARM720T
65         bool "Support ARM720T processor" if !ARCH_CLPS711X && !ARCH_L7200 && !ARCH_CDB89712 && ARCH_INTEGRATOR
66         default y if ARCH_CLPS711X || ARCH_L7200 || ARCH_CDB89712 || ARCH_H720X
67         select CPU_32v4T
68         select CPU_ABRT_LV4T
69         select CPU_PABRT_NOIFAR
70         select CPU_CACHE_V4
71         select CPU_CACHE_VIVT
72         select CPU_CP15_MMU
73         select CPU_COPY_V4WT if MMU
74         select CPU_TLB_V4WT if MMU
75         help
76           A 32-bit RISC processor with 8kByte Cache, Write Buffer and
77           MMU built around an ARM7TDMI core.
78
79           Say Y if you want support for the ARM720T processor.
80           Otherwise, say N.
81
82 # ARM740T
83 config CPU_ARM740T
84         bool "Support ARM740T processor" if ARCH_INTEGRATOR
85         depends on !MMU
86         select CPU_32v4T
87         select CPU_ABRT_LV4T
88         select CPU_CACHE_V3     # although the core is v4t
89         select CPU_CP15_MPU
90         help
91           A 32-bit RISC processor with 8KB cache or 4KB variants,
92           write buffer and MPU(Protection Unit) built around
93           an ARM7TDMI core.
94
95           Say Y if you want support for the ARM740T processor.
96           Otherwise, say N.
97
98 # ARM9TDMI
99 config CPU_ARM9TDMI
100         bool "Support ARM9TDMI processor"
101         depends on !MMU
102         select CPU_32v4T
103         select CPU_ABRT_NOMMU
104         select CPU_CACHE_V4
105         help
106           A 32-bit RISC microprocessor based on the ARM9 processor core
107           which has no memory control unit and cache.
108
109           Say Y if you want support for the ARM9TDMI processor.
110           Otherwise, say N.
111
112 # ARM920T
113 config CPU_ARM920T
114         bool "Support ARM920T processor"
115         depends on ARCH_EP93XX || ARCH_INTEGRATOR || CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_IMX || ARCH_AAEC2000 || ARCH_AT91RM9200
116         default y if CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_AT91RM9200
117         select CPU_32v4T
118         select CPU_ABRT_EV4T
119         select CPU_PABRT_NOIFAR
120         select CPU_CACHE_V4WT
121         select CPU_CACHE_VIVT
122         select CPU_CP15_MMU
123         select CPU_COPY_V4WB if MMU
124         select CPU_TLB_V4WBI if MMU
125         help
126           The ARM920T is licensed to be produced by numerous vendors,
127           and is used in the Maverick EP9312 and the Samsung S3C2410.
128
129           More information on the Maverick EP9312 at
130           <http://linuxdevices.com/products/PD2382866068.html>.
131
132           Say Y if you want support for the ARM920T processor.
133           Otherwise, say N.
134
135 # ARM922T
136 config CPU_ARM922T
137         bool "Support ARM922T processor" if ARCH_INTEGRATOR
138         depends on ARCH_LH7A40X || ARCH_INTEGRATOR || ARCH_KS8695
139         default y if ARCH_LH7A40X || ARCH_KS8695
140         select CPU_32v4T
141         select CPU_ABRT_EV4T
142         select CPU_PABRT_NOIFAR
143         select CPU_CACHE_V4WT
144         select CPU_CACHE_VIVT
145         select CPU_CP15_MMU
146         select CPU_COPY_V4WB if MMU
147         select CPU_TLB_V4WBI if MMU
148         help
149           The ARM922T is a version of the ARM920T, but with smaller
150           instruction and data caches. It is used in Altera's
151           Excalibur XA device family and Micrel's KS8695 Centaur.
152
153           Say Y if you want support for the ARM922T processor.
154           Otherwise, say N.
155
156 # ARM925T
157 config CPU_ARM925T
158         bool "Support ARM925T processor" if ARCH_OMAP1
159         depends on ARCH_OMAP15XX
160         default y if ARCH_OMAP15XX
161         select CPU_32v4T
162         select CPU_ABRT_EV4T
163         select CPU_PABRT_NOIFAR
164         select CPU_CACHE_V4WT
165         select CPU_CACHE_VIVT
166         select CPU_CP15_MMU
167         select CPU_COPY_V4WB if MMU
168         select CPU_TLB_V4WBI if MMU
169         help
170           The ARM925T is a mix between the ARM920T and ARM926T, but with
171           different instruction and data caches. It is used in TI's OMAP
172           device family.
173
174           Say Y if you want support for the ARM925T processor.
175           Otherwise, say N.
176
177 # ARM926T
178 config CPU_ARM926T
179         bool "Support ARM926T processor"
180         depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || MACH_REALVIEW_EB || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || ARCH_NS9XXX || ARCH_DAVINCI
181         default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || ARCH_NS9XXX || ARCH_DAVINCI
182         select CPU_32v5
183         select CPU_ABRT_EV5TJ
184         select CPU_PABRT_NOIFAR
185         select CPU_CACHE_VIVT
186         select CPU_CP15_MMU
187         select CPU_COPY_V4WB if MMU
188         select CPU_TLB_V4WBI if MMU
189         help
190           This is a variant of the ARM920.  It has slightly different
191           instruction sequences for cache and TLB operations.  Curiously,
192           there is no documentation on it at the ARM corporate website.
193
194           Say Y if you want support for the ARM926T processor.
195           Otherwise, say N.
196
197 # ARM940T
198 config CPU_ARM940T
199         bool "Support ARM940T processor" if ARCH_INTEGRATOR
200         depends on !MMU
201         select CPU_32v4T
202         select CPU_ABRT_NOMMU
203         select CPU_CACHE_VIVT
204         select CPU_CP15_MPU
205         help
206           ARM940T is a member of the ARM9TDMI family of general-
207           purpose microprocessors with MPU and separate 4KB
208           instruction and 4KB data cases, each with a 4-word line
209           length.
210
211           Say Y if you want support for the ARM940T processor.
212           Otherwise, say N.
213
214 # ARM946E-S
215 config CPU_ARM946E
216         bool "Support ARM946E-S processor" if ARCH_INTEGRATOR
217         depends on !MMU
218         select CPU_32v5
219         select CPU_ABRT_NOMMU
220         select CPU_CACHE_VIVT
221         select CPU_CP15_MPU
222         help
223           ARM946E-S is a member of the ARM9E-S family of high-
224           performance, 32-bit system-on-chip processor solutions.
225           The TCM and ARMv5TE 32-bit instruction set is supported.
226
227           Say Y if you want support for the ARM946E-S processor.
228           Otherwise, say N.
229
230 # ARM1020 - needs validating
231 config CPU_ARM1020
232         bool "Support ARM1020T (rev 0) processor"
233         depends on ARCH_INTEGRATOR
234         select CPU_32v5
235         select CPU_ABRT_EV4T
236         select CPU_PABRT_NOIFAR
237         select CPU_CACHE_V4WT
238         select CPU_CACHE_VIVT
239         select CPU_CP15_MMU
240         select CPU_COPY_V4WB if MMU
241         select CPU_TLB_V4WBI if MMU
242         help
243           The ARM1020 is the 32K cached version of the ARM10 processor,
244           with an addition of a floating-point unit.
245
246           Say Y if you want support for the ARM1020 processor.
247           Otherwise, say N.
248
249 # ARM1020E - needs validating
250 config CPU_ARM1020E
251         bool "Support ARM1020E processor"
252         depends on ARCH_INTEGRATOR
253         select CPU_32v5
254         select CPU_ABRT_EV4T
255         select CPU_PABRT_NOIFAR
256         select CPU_CACHE_V4WT
257         select CPU_CACHE_VIVT
258         select CPU_CP15_MMU
259         select CPU_COPY_V4WB if MMU
260         select CPU_TLB_V4WBI if MMU
261         depends on n
262
263 # ARM1022E
264 config CPU_ARM1022
265         bool "Support ARM1022E processor"
266         depends on ARCH_INTEGRATOR
267         select CPU_32v5
268         select CPU_ABRT_EV4T
269         select CPU_PABRT_NOIFAR
270         select CPU_CACHE_VIVT
271         select CPU_CP15_MMU
272         select CPU_COPY_V4WB if MMU # can probably do better
273         select CPU_TLB_V4WBI if MMU
274         help
275           The ARM1022E is an implementation of the ARMv5TE architecture
276           based upon the ARM10 integer core with a 16KiB L1 Harvard cache,
277           embedded trace macrocell, and a floating-point unit.
278
279           Say Y if you want support for the ARM1022E processor.
280           Otherwise, say N.
281
282 # ARM1026EJ-S
283 config CPU_ARM1026
284         bool "Support ARM1026EJ-S processor"
285         depends on ARCH_INTEGRATOR
286         select CPU_32v5
287         select CPU_ABRT_EV5T # But need Jazelle, but EV5TJ ignores bit 10
288         select CPU_PABRT_NOIFAR
289         select CPU_CACHE_VIVT
290         select CPU_CP15_MMU
291         select CPU_COPY_V4WB if MMU # can probably do better
292         select CPU_TLB_V4WBI if MMU
293         help
294           The ARM1026EJ-S is an implementation of the ARMv5TEJ architecture
295           based upon the ARM10 integer core.
296
297           Say Y if you want support for the ARM1026EJ-S processor.
298           Otherwise, say N.
299
300 # SA110
301 config CPU_SA110
302         bool "Support StrongARM(R) SA-110 processor" if !ARCH_EBSA110 && !FOOTBRIDGE && !ARCH_TBOX && !ARCH_SHARK && !ARCH_NEXUSPCI && ARCH_RPC
303         default y if ARCH_EBSA110 || FOOTBRIDGE || ARCH_TBOX || ARCH_SHARK || ARCH_NEXUSPCI
304         select CPU_32v3 if ARCH_RPC
305         select CPU_32v4 if !ARCH_RPC
306         select CPU_ABRT_EV4
307         select CPU_PABRT_NOIFAR
308         select CPU_CACHE_V4WB
309         select CPU_CACHE_VIVT
310         select CPU_CP15_MMU
311         select CPU_COPY_V4WB if MMU
312         select CPU_TLB_V4WB if MMU
313         help
314           The Intel StrongARM(R) SA-110 is a 32-bit microprocessor and
315           is available at five speeds ranging from 100 MHz to 233 MHz.
316           More information is available at
317           <http://developer.intel.com/design/strong/sa110.htm>.
318
319           Say Y if you want support for the SA-110 processor.
320           Otherwise, say N.
321
322 # SA1100
323 config CPU_SA1100
324         bool
325         depends on ARCH_SA1100
326         default y
327         select CPU_32v4
328         select CPU_ABRT_EV4
329         select CPU_PABRT_NOIFAR
330         select CPU_CACHE_V4WB
331         select CPU_CACHE_VIVT
332         select CPU_CP15_MMU
333         select CPU_TLB_V4WB if MMU
334
335 # XScale
336 config CPU_XSCALE
337         bool
338         depends on ARCH_IOP32X || ARCH_IOP33X || PXA25x || PXA27x || ARCH_IXP4XX || ARCH_IXP2000
339         default y
340         select CPU_32v5
341         select CPU_ABRT_EV5T
342         select CPU_PABRT_NOIFAR
343         select CPU_CACHE_VIVT
344         select CPU_CP15_MMU
345         select CPU_TLB_V4WBI if MMU
346
347 # XScale Core Version 3
348 config CPU_XSC3
349         bool
350         depends on ARCH_IXP23XX || ARCH_IOP13XX || PXA3xx
351         default y
352         select CPU_32v5
353         select CPU_ABRT_EV5T
354         select CPU_CACHE_VIVT
355         select CPU_CP15_MMU
356         select CPU_TLB_V4WBI if MMU
357         select IO_36
358
359 # Feroceon
360 config CPU_FEROCEON
361         bool
362         depends on ARCH_ORION
363         default y
364         select CPU_32v5
365         select CPU_ABRT_EV5T
366         select CPU_CACHE_VIVT
367         select CPU_CP15_MMU
368         select CPU_COPY_V4WB if MMU
369         select CPU_TLB_V4WBI if MMU
370
371 config CPU_FEROCEON_OLD_ID
372         bool "Accept early Feroceon cores with an ARM926 ID"
373         depends on CPU_FEROCEON && !CPU_ARM926T
374         default y
375         help
376           This enables the usage of some old Feroceon cores
377           for which the CPU ID is equal to the ARM926 ID.
378           Relevant for Feroceon-1850 and early Feroceon-2850.
379
380 # ARMv6
381 config CPU_V6
382         bool "Support ARM V6 processor"
383         depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 || ARCH_MSM7X00A
384         default y if ARCH_MX3
385         default y if ARCH_MSM7X00A
386         select CPU_32v6
387         select CPU_ABRT_EV6
388         select CPU_PABRT_NOIFAR
389         select CPU_CACHE_V6
390         select CPU_CACHE_VIPT
391         select CPU_CP15_MMU
392         select CPU_HAS_ASID if MMU
393         select CPU_COPY_V6 if MMU
394         select CPU_TLB_V6 if MMU
395
396 # ARMv6k
397 config CPU_32v6K
398         bool "Support ARM V6K processor extensions" if !SMP
399         depends on CPU_V6
400         default y if SMP && !ARCH_MX3
401         help
402           Say Y here if your ARMv6 processor supports the 'K' extension.
403           This enables the kernel to use some instructions not present
404           on previous processors, and as such a kernel build with this
405           enabled will not boot on processors with do not support these
406           instructions.
407
408 # ARMv7
409 config CPU_V7
410         bool "Support ARM V7 processor"
411         depends on ARCH_INTEGRATOR || ARCH_OMAP3
412         select CPU_32v6K
413         select CPU_32v7
414         select CPU_ABRT_EV7
415         select CPU_PABRT_IFAR
416         select CPU_CACHE_V7
417         select CPU_CACHE_VIPT
418         select CPU_CP15_MMU
419         select CPU_HAS_ASID if MMU
420         select CPU_COPY_V6 if MMU
421         select CPU_TLB_V7 if MMU
422
423 # Figure out what processor architecture version we should be using.
424 # This defines the compiler instruction set which depends on the machine type.
425 config CPU_32v3
426         bool
427         select TLS_REG_EMUL if SMP || !MMU
428         select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
429
430 config CPU_32v4
431         bool
432         select TLS_REG_EMUL if SMP || !MMU
433         select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
434
435 config CPU_32v4T
436         bool
437         select TLS_REG_EMUL if SMP || !MMU
438         select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
439
440 config CPU_32v5
441         bool
442         select TLS_REG_EMUL if SMP || !MMU
443         select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
444
445 config CPU_32v6
446         bool
447         select TLS_REG_EMUL if !CPU_32v6K && !MMU
448
449 config CPU_32v7
450         bool
451
452 # The abort model
453 config CPU_ABRT_NOMMU
454         bool
455
456 config CPU_ABRT_EV4
457         bool
458
459 config CPU_ABRT_EV4T
460         bool
461
462 config CPU_ABRT_LV4T
463         bool
464
465 config CPU_ABRT_EV5T
466         bool
467
468 config CPU_ABRT_EV5TJ
469         bool
470
471 config CPU_ABRT_EV6
472         bool
473
474 config CPU_ABRT_EV7
475         bool
476
477 config CPU_PABRT_IFAR
478         bool
479
480 config CPU_PABRT_NOIFAR
481         bool
482
483 # The cache model
484 config CPU_CACHE_V3
485         bool
486
487 config CPU_CACHE_V4
488         bool
489
490 config CPU_CACHE_V4WT
491         bool
492
493 config CPU_CACHE_V4WB
494         bool
495
496 config CPU_CACHE_V6
497         bool
498
499 config CPU_CACHE_V7
500         bool
501
502 config CPU_CACHE_VIVT
503         bool
504
505 config CPU_CACHE_VIPT
506         bool
507
508 if MMU
509 # The copy-page model
510 config CPU_COPY_V3
511         bool
512
513 config CPU_COPY_V4WT
514         bool
515
516 config CPU_COPY_V4WB
517         bool
518
519 config CPU_COPY_V6
520         bool
521
522 # This selects the TLB model
523 config CPU_TLB_V3
524         bool
525         help
526           ARM Architecture Version 3 TLB.
527
528 config CPU_TLB_V4WT
529         bool
530         help
531           ARM Architecture Version 4 TLB with writethrough cache.
532
533 config CPU_TLB_V4WB
534         bool
535         help
536           ARM Architecture Version 4 TLB with writeback cache.
537
538 config CPU_TLB_V4WBI
539         bool
540         help
541           ARM Architecture Version 4 TLB with writeback cache and invalidate
542           instruction cache entry.
543
544 config CPU_TLB_V6
545         bool
546
547 config CPU_TLB_V7
548         bool
549
550 endif
551
552 config CPU_HAS_ASID
553         bool
554         help
555           This indicates whether the CPU has the ASID register; used to
556           tag TLB and possibly cache entries.
557
558 config CPU_CP15
559         bool
560         help
561           Processor has the CP15 register.
562
563 config CPU_CP15_MMU
564         bool
565         select CPU_CP15
566         help
567           Processor has the CP15 register, which has MMU related registers.
568
569 config CPU_CP15_MPU
570         bool
571         select CPU_CP15
572         help
573           Processor has the CP15 register, which has MPU related registers.
574
575 #
576 # CPU supports 36-bit I/O
577 #
578 config IO_36
579         bool
580
581 comment "Processor Features"
582
583 config ARM_THUMB
584         bool "Support Thumb user binaries"
585         depends on CPU_ARM720T || CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_ARM1020E || CPU_ARM1022 || CPU_ARM1026 || CPU_XSCALE || CPU_XSC3 || CPU_V6 || CPU_V7 || CPU_FEROCEON
586         default y
587         help
588           Say Y if you want to include kernel support for running user space
589           Thumb binaries.
590
591           The Thumb instruction set is a compressed form of the standard ARM
592           instruction set resulting in smaller binaries at the expense of
593           slightly less efficient code.
594
595           If you don't know what this all is, saying Y is a safe choice.
596
597 config ARM_XENON
598         bool "Enable Xenon extension"
599         depends on CPU_V7
600         help
601           Say Y here if you have a CPU with Xenon extension and code to make
602           use of it. Say N for code that can run on CPUs without Xenon.
603
604 config CPU_BIG_ENDIAN
605         bool "Build big-endian kernel"
606         depends on ARCH_SUPPORTS_BIG_ENDIAN
607         help
608           Say Y if you plan on running a kernel in big-endian mode.
609           Note that your board must be properly built and your board
610           port must properly enable any big-endian related features
611           of your chipset/board/processor.
612
613 config CPU_HIGH_VECTOR
614         depends on !MMU && CPU_CP15 && !CPU_ARM740T
615         bool "Select the High exception vector"
616         default n
617         help
618           Say Y here to select high exception vector(0xFFFF0000~).
619           The exception vector can be vary depending on the platform
620           design in nommu mode. If your platform needs to select
621           high exception vector, say Y.
622           Otherwise or if you are unsure, say N, and the low exception
623           vector (0x00000000~) will be used.
624
625 config CPU_ICACHE_DISABLE
626         bool "Disable I-Cache (I-bit)"
627         depends on CPU_CP15 && !(CPU_ARM610 || CPU_ARM710 || CPU_ARM720T || CPU_ARM740T || CPU_XSCALE || CPU_XSC3)
628         help
629           Say Y here to disable the processor instruction cache. Unless
630           you have a reason not to or are unsure, say N.
631
632 config CPU_DCACHE_DISABLE
633         bool "Disable D-Cache (C-bit)"
634         depends on CPU_CP15
635         help
636           Say Y here to disable the processor data cache. Unless
637           you have a reason not to or are unsure, say N.
638
639 config CPU_DCACHE_SIZE
640         hex
641         depends on CPU_ARM740T || CPU_ARM946E
642         default 0x00001000 if CPU_ARM740T
643         default 0x00002000 # default size for ARM946E-S
644         help
645           Some cores are synthesizable to have various sized cache. For
646           ARM946E-S case, it can vary from 0KB to 1MB.
647           To support such cache operations, it is efficient to know the size
648           before compile time.
649           If your SoC is configured to have a different size, define the value
650           here with proper conditions.
651
652 config CPU_DCACHE_WRITETHROUGH
653         bool "Force write through D-cache"
654         depends on (CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_FEROCEON) && !CPU_DCACHE_DISABLE
655         default y if CPU_ARM925T
656         help
657           Say Y here to use the data cache in writethrough mode. Unless you
658           specifically require this or are unsure, say N.
659
660 config CPU_CACHE_ROUND_ROBIN
661         bool "Round robin I and D cache replacement algorithm"
662         depends on (CPU_ARM926T || CPU_ARM946E || CPU_ARM1020) && (!CPU_ICACHE_DISABLE || !CPU_DCACHE_DISABLE)
663         help
664           Say Y here to use the predictable round-robin cache replacement
665           policy.  Unless you specifically require this or are unsure, say N.
666
667 config CPU_BPREDICT_DISABLE
668         bool "Disable branch prediction"
669         depends on CPU_ARM1020 || CPU_V6 || CPU_XSC3 || CPU_V7
670         help
671           Say Y here to disable branch prediction.  If unsure, say N.
672
673 config TLS_REG_EMUL
674         bool
675         help
676           An SMP system using a pre-ARMv6 processor (there are apparently
677           a few prototypes like that in existence) and therefore access to
678           that required register must be emulated.
679
680 config HAS_TLS_REG
681         bool
682         depends on !TLS_REG_EMUL
683         default y if SMP || CPU_32v7
684         help
685           This selects support for the CP15 thread register.
686           It is defined to be available on some ARMv6 processors (including
687           all SMP capable ARMv6's) or later processors.  User space may
688           assume directly accessing that register and always obtain the
689           expected value only on ARMv7 and above.
690
691 config NEEDS_SYSCALL_FOR_CMPXCHG
692         bool
693         help
694           SMP on a pre-ARMv6 processor?  Well OK then.
695           Forget about fast user space cmpxchg support.
696           It is just not possible.
697
698 config OUTER_CACHE
699         bool
700         default n
701
702 config CACHE_L2X0
703         bool
704         select OUTER_CACHE