Fix typos in Documentation/: 'N'-'P'
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / Kconfig
CommitLineData
1da177e4
LT
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM
9 bool
10 default y
12b824fb 11 select RTC_LIB
1da177e4
LT
12 help
13 The ARM series is a line of low-power-consumption RISC chip designs
f6c8965a 14 licensed by ARM Ltd and targeted at embedded applications and
1da177e4 15 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
f6c8965a 16 manufactured, but legacy ARM-based PC hardware remains popular in
1da177e4
LT
17 Europe. There is an ARM Linux project with a web page at
18 <http://www.arm.linux.org.uk/>.
19
746140c7
KH
20config GENERIC_TIME
21 bool
22 default n
23
1da177e4
LT
24config MMU
25 bool
26 default y
27
28config EISA
29 bool
30 ---help---
31 The Extended Industry Standard Architecture (EISA) bus was
32 developed as an open alternative to the IBM MicroChannel bus.
33
34 The EISA bus provided some of the features of the IBM MicroChannel
35 bus while maintaining backward compatibility with cards made for
36 the older ISA bus. The EISA bus saw limited use between 1988 and
37 1995 when it was made obsolete by the PCI bus.
38
39 Say Y here if you are building a kernel for an EISA-based machine.
40
41 Otherwise, say N.
42
43config SBUS
44 bool
45
46config MCA
47 bool
48 help
49 MicroChannel Architecture is found in some IBM PS/2 machines and
50 laptops. It is a bus system similar to PCI or ISA. See
51 <file:Documentation/mca.txt> (and especially the web page given
52 there) before attempting to build an MCA bus kernel.
53
4a2581a0
TG
54config GENERIC_HARDIRQS
55 bool
56 default y
57
7ad1bcb2
RK
58config TRACE_IRQFLAGS_SUPPORT
59 bool
60 default y
61
4a2581a0
TG
62config HARDIRQS_SW_RESEND
63 bool
64 default y
65
66config GENERIC_IRQ_PROBE
67 bool
68 default y
69
1da177e4
LT
70config RWSEM_GENERIC_SPINLOCK
71 bool
72 default y
73
74config RWSEM_XCHGADD_ALGORITHM
75 bool
76
b89c3b16
AM
77config GENERIC_HWEIGHT
78 bool
79 default y
80
1da177e4
LT
81config GENERIC_CALIBRATE_DELAY
82 bool
83 default y
84
85config GENERIC_BUST_SPINLOCK
86 bool
87
a08b6b79
AV
88config ARCH_MAY_HAVE_PC_FDC
89 bool
90
1da177e4
LT
91config GENERIC_ISA_DMA
92 bool
93
1da177e4
LT
94config FIQ
95 bool
96
034d2f5a
AV
97config ARCH_MTD_XIP
98 bool
99
c760fc19
HC
100config VECTORS_BASE
101 hex
6afd6fae 102 default 0xffff0000 if MMU || CPU_HIGH_VECTOR
c760fc19
HC
103 default DRAM_BASE if REMAP_VECTORS_TO_RAM
104 default 0x00000000
105 help
106 The base address of exception vectors.
107
1da177e4
LT
108source "init/Kconfig"
109
110menu "System Type"
111
112choice
113 prompt "ARM system type"
6a0e2430 114 default ARCH_VERSATILE
1da177e4 115
4af6fee1
DS
116config ARCH_AAEC2000
117 bool "Agilent AAEC-2000 based"
118 select ARM_AMBA
119 help
120 This enables support for systems based on the Agilent AAEC-2000
121
122config ARCH_INTEGRATOR
123 bool "ARM Ltd. Integrator family"
124 select ARM_AMBA
125 select ICST525
126 help
127 Support for ARM's Integrator platform.
128
129config ARCH_REALVIEW
130 bool "ARM Ltd. RealView family"
131 select ARM_AMBA
132 select ICST307
133 help
134 This enables support for ARM Ltd RealView boards.
135
136config ARCH_VERSATILE
137 bool "ARM Ltd. Versatile family"
138 select ARM_AMBA
139 select ARM_VIC
140 select ICST307
141 help
142 This enables support for ARM Ltd Versatile board.
143
8fc5ffa0
AV
144config ARCH_AT91
145 bool "Atmel AT91"
4af6fee1 146 help
8fc5ffa0
AV
147 This enables support for systems based on the Atmel AT91RM9200
148 and AT91SAM9xxx processors.
4af6fee1 149
1da177e4 150config ARCH_CLPS7500
4af6fee1 151 bool "Cirrus CL-PS7500FE"
1da177e4 152 select TIMER_ACORN
f7e68bbf 153 select ISA
f999b8bd
MM
154 help
155 Support for the Cirrus Logic PS7500FE system-on-a-chip.
1da177e4
LT
156
157config ARCH_CLPS711X
4af6fee1 158 bool "Cirrus Logic CLPS711x/EP721x-based"
f999b8bd
MM
159 help
160 Support for Cirrus Logic 711x/721x based boards.
1da177e4
LT
161
162config ARCH_CO285
163 bool "Co-EBSA285"
164 select FOOTBRIDGE
165 select FOOTBRIDGE_ADDIN
f999b8bd
MM
166 help
167 Support for Intel's EBSA285 companion chip.
1da177e4
LT
168
169config ARCH_EBSA110
170 bool "EBSA-110"
f7e68bbf 171 select ISA
1da177e4
LT
172 help
173 This is an evaluation board for the StrongARM processor available
f6c8965a 174 from Digital. It has limited hardware on-board, including an
1da177e4
LT
175 Ethernet interface, two PCMCIA sockets, two serial ports and a
176 parallel port.
177
e7736d47
LB
178config ARCH_EP93XX
179 bool "EP93xx-based"
180 select ARM_AMBA
181 select ARM_VIC
182 help
183 This enables support for the Cirrus EP93xx series of CPUs.
184
1da177e4
LT
185config ARCH_FOOTBRIDGE
186 bool "FootBridge"
187 select FOOTBRIDGE
f999b8bd
MM
188 help
189 Support for systems based on the DC21285 companion chip
190 ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
1da177e4 191
4af6fee1
DS
192config ARCH_NETX
193 bool "Hilscher NetX based"
194 select ARM_VIC
f999b8bd 195 help
4af6fee1
DS
196 This enables support for systems based on the Hilscher NetX Soc
197
198config ARCH_H720X
199 bool "Hynix HMS720x-based"
200 select ISA_DMA_API
201 help
202 This enables support for systems based on the Hynix HMS720x
203
204config ARCH_IMX
205 bool "IMX"
206 help
207 Support for Motorola's i.MX family of processors (MX1, MXL).
1da177e4 208
3f7e5815
LB
209config ARCH_IOP32X
210 bool "IOP32x-based"
a4f7e763 211 depends on MMU
7ae1f7ec 212 select PLAT_IOP
f7e68bbf 213 select PCI
f999b8bd 214 help
3f7e5815
LB
215 Support for Intel's 80219 and IOP32X (XScale) family of
216 processors.
217
218config ARCH_IOP33X
219 bool "IOP33x-based"
220 depends on MMU
7ae1f7ec 221 select PLAT_IOP
3f7e5815
LB
222 select PCI
223 help
224 Support for Intel's IOP33X (XScale) family of processors.
1da177e4
LT
225
226config ARCH_IXP4XX
227 bool "IXP4xx-based"
a4f7e763 228 depends on MMU
84904d0e 229 select GENERIC_TIME
f999b8bd
MM
230 help
231 Support for Intel's IXP4XX (XScale) family of processors.
1da177e4
LT
232
233config ARCH_IXP2000
234 bool "IXP2400/2800-based"
a4f7e763 235 depends on MMU
f7e68bbf 236 select PCI
f999b8bd
MM
237 help
238 Support for Intel's IXP2400/2800 (XScale) family of processors.
1da177e4 239
c4713074
LB
240config ARCH_IXP23XX
241 bool "IXP23XX-based"
a4f7e763 242 depends on MMU
c4713074
LB
243 select PCI
244 help
245 Support for Intel's IXP23xx (XScale) family of processors.
246
1da177e4
LT
247config ARCH_L7200
248 bool "LinkUp-L7200"
249 select FIQ
250 help
251 Say Y here if you intend to run this kernel on a LinkUp Systems
252 L7200 Software Development Board which uses an ARM720T processor.
253 Information on this board can be obtained at:
254
255 <http://www.linkupsys.com/>
256
257 If you have any questions or comments about the Linux kernel port
258 to this board, send e-mail to <sjhill@cotw.com>.
259
4af6fee1
DS
260config ARCH_PNX4008
261 bool "Philips Nexperia PNX4008 Mobile"
262 help
263 This enables support for Philips PNX4008 mobile platform.
264
1da177e4
LT
265config ARCH_PXA
266 bool "PXA2xx-based"
a4f7e763 267 depends on MMU
034d2f5a 268 select ARCH_MTD_XIP
f999b8bd
MM
269 help
270 Support for Intel's PXA2XX processor line.
1da177e4
LT
271
272config ARCH_RPC
273 bool "RiscPC"
274 select ARCH_ACORN
275 select FIQ
276 select TIMER_ACORN
a08b6b79 277 select ARCH_MAY_HAVE_PC_FDC
065909b9 278 select ISA_DMA_API
1da177e4
LT
279 help
280 On the Acorn Risc-PC, Linux can support the internal IDE disk and
281 CD-ROM interface, serial and parallel port, and the floppy drive.
282
283config ARCH_SA1100
284 bool "SA1100-based"
f7e68bbf 285 select ISA
3cd9e19e 286 select ARCH_DISCONTIGMEM_ENABLE
034d2f5a 287 select ARCH_MTD_XIP
f999b8bd
MM
288 help
289 Support for StrongARM 11x0 based boards.
1da177e4
LT
290
291config ARCH_S3C2410
cd701aa2 292 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442"
1da177e4
LT
293 help
294 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
295 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
f6c8965a 296 the Samsung SMDK2410 development board (and derivatives).
1da177e4
LT
297
298config ARCH_SHARK
299 bool "Shark"
f7e68bbf
RK
300 select ISA
301 select ISA_DMA
302 select PCI
f999b8bd
MM
303 help
304 Support for the StrongARM based Digital DNARD machine, also known
305 as "Shark" (<http://www.shark-linux.de/shark.html>).
1da177e4
LT
306
307config ARCH_LH7A40X
308 bool "Sharp LH7A40X"
309 help
310 Say Y here for systems based on one of the Sharp LH7A40X
311 System on a Chip processors. These CPUs include an ARM922T
312 core with a wide array of integrated devices for
313 hand-held and low-power applications.
314
315config ARCH_OMAP
316 bool "TI OMAP"
f999b8bd
MM
317 help
318 Support for TI's OMAP platform (OMAP1 and OMAP2).
1da177e4 319
1da177e4
LT
320endchoice
321
322source "arch/arm/mach-clps711x/Kconfig"
323
e7736d47
LB
324source "arch/arm/mach-ep93xx/Kconfig"
325
1da177e4
LT
326source "arch/arm/mach-footbridge/Kconfig"
327
328source "arch/arm/mach-integrator/Kconfig"
329
3f7e5815
LB
330source "arch/arm/mach-iop32x/Kconfig"
331
332source "arch/arm/mach-iop33x/Kconfig"
1da177e4
LT
333
334source "arch/arm/mach-ixp4xx/Kconfig"
335
336source "arch/arm/mach-ixp2000/Kconfig"
337
c4713074
LB
338source "arch/arm/mach-ixp23xx/Kconfig"
339
1da177e4
LT
340source "arch/arm/mach-pxa/Kconfig"
341
342source "arch/arm/mach-sa1100/Kconfig"
343
d48af15e
TL
344source "arch/arm/plat-omap/Kconfig"
345
346source "arch/arm/mach-omap1/Kconfig"
1da177e4 347
1dbae815
TL
348source "arch/arm/mach-omap2/Kconfig"
349
1da177e4
LT
350source "arch/arm/mach-s3c2410/Kconfig"
351
352source "arch/arm/mach-lh7a40x/Kconfig"
353
354source "arch/arm/mach-imx/Kconfig"
355
356source "arch/arm/mach-h720x/Kconfig"
357
358source "arch/arm/mach-versatile/Kconfig"
359
038c5b60
BN
360source "arch/arm/mach-aaec2000/Kconfig"
361
8ad68bbf
CM
362source "arch/arm/mach-realview/Kconfig"
363
73a59c1c
SP
364source "arch/arm/mach-at91rm9200/Kconfig"
365
bb6d8c88
SH
366source "arch/arm/mach-netx/Kconfig"
367
1da177e4
LT
368# Definitions to make life easier
369config ARCH_ACORN
370 bool
371
7ae1f7ec
LB
372config PLAT_IOP
373 bool
374
1da177e4
LT
375source arch/arm/mm/Kconfig
376
377# bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
378config XSCALE_PMU
379 bool
380 depends on CPU_XSCALE && !XSCALE_PMU_TIMER
381 default y
382
3b93e7b0
HC
383if !MMU
384source "arch/arm/Kconfig-nommu"
385endif
386
1da177e4
LT
387endmenu
388
389source "arch/arm/common/Kconfig"
390
391config FORCE_MAX_ZONEORDER
392 int
393 depends on SA1111
394 default "9"
395
396menu "Bus support"
397
398config ARM_AMBA
399 bool
400
401config ISA
402 bool
1da177e4
LT
403 help
404 Find out whether you have ISA slots on your motherboard. ISA is the
405 name of a bus system, i.e. the way the CPU talks to the other stuff
406 inside your box. Other bus systems are PCI, EISA, MicroChannel
407 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
408 newer boards don't support it. If you have ISA, say Y, otherwise N.
409
065909b9 410# Select ISA DMA controller support
1da177e4
LT
411config ISA_DMA
412 bool
065909b9 413 select ISA_DMA_API
1da177e4 414
065909b9 415# Select ISA DMA interface
5cae841b
AV
416config ISA_DMA_API
417 bool
5cae841b 418
1da177e4 419config PCI
68939121 420 bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX
1da177e4
LT
421 help
422 Find out whether you have a PCI motherboard. PCI is the name of a
423 bus system, i.e. the way the CPU talks to the other stuff inside
424 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
425 VESA. If you have PCI, say Y, otherwise N.
426
427 The PCI-HOWTO, available from
428 <http://www.tldp.org/docs.html#howto>, contains valuable
429 information about which PCI hardware does work under Linux and which
430 doesn't.
431
432# Select the host bridge type
433config PCI_HOST_VIA82C505
434 bool
435 depends on PCI && ARCH_SHARK
436 default y
437
438source "drivers/pci/Kconfig"
439
440source "drivers/pcmcia/Kconfig"
441
442endmenu
443
444menu "Kernel Features"
445
446config SMP
447 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
f6db449c 448 depends on EXPERIMENTAL && REALVIEW_MPCORE
1da177e4
LT
449 help
450 This enables support for systems with more than one CPU. If you have
451 a system with only one CPU, like most personal computers, say N. If
452 you have a system with more than one CPU, say Y.
453
454 If you say N here, the kernel will run on single and multiprocessor
455 machines, but will use only one CPU of a multiprocessor machine. If
456 you say Y here, the kernel will run on many, but not all, single
457 processor machines. On a single processor machine, the kernel will
458 run faster if you say N here.
459
12c62c2e
AO
460 See also the <file:Documentation/smp.txt>,
461 <file:Documentation/i386/IO-APIC.txt>,
1da177e4
LT
462 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
463 <http://www.linuxdoc.org/docs.html#howto>.
464
465 If you don't know what to do here, say N.
466
467config NR_CPUS
468 int "Maximum number of CPUs (2-32)"
469 range 2 32
470 depends on SMP
471 default "4"
472
a054a811
RK
473config HOTPLUG_CPU
474 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
475 depends on SMP && HOTPLUG && EXPERIMENTAL
476 help
477 Say Y here to experiment with turning CPUs off and on. CPUs
478 can be controlled through /sys/devices/system/cpu.
479
37ee16ae
RK
480config LOCAL_TIMERS
481 bool "Use local timer interrupts"
2a98beb6 482 depends on SMP && REALVIEW_MPCORE
37ee16ae
RK
483 default y
484 help
485 Enable support for local timers on SMP platforms, rather then the
486 legacy IPI broadcast method. Local timers allows the system
487 accounting to be spread across the timer interval, preventing a
488 "thundering herd" at every timer tick.
489
1da177e4
LT
490config PREEMPT
491 bool "Preemptible Kernel (EXPERIMENTAL)"
492 depends on EXPERIMENTAL
493 help
494 This option reduces the latency of the kernel when reacting to
495 real-time or interactive events by allowing a low priority process to
496 be preempted even if it is in kernel mode executing a system call.
497 This allows applications to run more reliably even when the system is
498 under load.
499
500 Say Y here if you are building a kernel for a desktop, embedded
501 or real-time system. Say N if you are unsure.
502
8749af68
RK
503config NO_IDLE_HZ
504 bool "Dynamic tick timer"
505 help
506 Select this option if you want to disable continuous timer ticks
507 and have them programmed to occur as required. This option saves
508 power as the system can remain in idle state for longer.
509
510 By default dynamic tick is disabled during the boot, and can be
511 manually enabled with:
512
513 echo 1 > /sys/devices/system/timer/timer0/dyn_tick
514
515 Alternatively, if you want dynamic tick automatically enabled
516 during boot, pass "dyntick=enable" via the kernel command string.
517
f2be64b3
TL
518 Please note that dynamic tick may affect the accuracy of
519 timekeeping on some platforms depending on the implementation.
569d2c34
NP
520 Currently at least OMAP, PXA2xx and SA11x0 platforms are known
521 to have accurate timekeeping with dynamic tick.
f2be64b3 522
f8065813
RK
523config HZ
524 int
525 default 128 if ARCH_L7200
526 default 200 if ARCH_EBSA110 || ARCH_S3C2410
bfe65704 527 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
f8065813
RK
528 default 100
529
704bdda0
NP
530config AEABI
531 bool "Use the ARM EABI to compile the kernel"
532 help
533 This option allows for the kernel to be compiled using the latest
534 ARM ABI (aka EABI). This is only useful if you are using a user
535 space environment that is also compiled with EABI.
536
537 Since there are major incompatibilities between the legacy ABI and
538 EABI, especially with regard to structure member alignment, this
539 option also changes the kernel syscall calling convention to
540 disambiguate both ABIs and allow for backward compatibility support
541 (selected with CONFIG_OABI_COMPAT).
542
543 To use this you need GCC version 4.0.0 or later.
544
6c90c872 545config OABI_COMPAT
a73a3ff1 546 bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
61c484d4 547 depends on AEABI && EXPERIMENTAL
6c90c872
NP
548 default y
549 help
550 This option preserves the old syscall interface along with the
551 new (ARM EABI) one. It also provides a compatibility layer to
552 intercept syscalls that have structure arguments which layout
553 in memory differs between the legacy ABI and the new ARM EABI
554 (only for non "thumb" binaries). This option adds a tiny
555 overhead to all syscalls and produces a slightly larger kernel.
556 If you know you'll be using only pure EABI user space then you
557 can say N here. If this option is not selected and you attempt
558 to execute a legacy ABI binary then the result will be
559 UNPREDICTABLE (in fact it can be predicted that it won't work
560 at all). If in doubt say Y.
561
3f22ab27 562config ARCH_DISCONTIGMEM_ENABLE
1da177e4 563 bool
f7e68bbf 564 default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM)
1da177e4
LT
565 help
566 Say Y to support efficient handling of discontiguous physical memory,
567 for architectures which are either NUMA (Non-Uniform Memory Access)
568 or have huge holes in the physical address space for other reasons.
569 See <file:Documentation/vm/numa> for more.
570
c80d79d7
YG
571config NODES_SHIFT
572 int
573 default "4" if ARCH_LH7A40X
574 default "2"
575 depends on NEED_MULTIPLE_NODES
576
3f22ab27
DH
577source "mm/Kconfig"
578
1da177e4
LT
579config LEDS
580 bool "Timer and CPU usage LEDs"
581 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \
582 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
583 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
584 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
73a59c1c 585 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \