[ARM] 4371/1: AT91: Support for Atmel AT91SAM9RL-EK development board
[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
75e7153a 12 select SYS_SUPPORTS_APM_EMULATION
1da177e4
LT
13 help
14 The ARM series is a line of low-power-consumption RISC chip designs
f6c8965a 15 licensed by ARM Ltd and targeted at embedded applications and
1da177e4 16 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
f6c8965a 17 manufactured, but legacy ARM-based PC hardware remains popular in
1da177e4
LT
18 Europe. There is an ARM Linux project with a web page at
19 <http://www.arm.linux.org.uk/>.
20
75e7153a
RB
21config SYS_SUPPORTS_APM_EMULATION
22 bool
23
0a938b97
DB
24config GENERIC_GPIO
25 bool
26 default n
27
746140c7
KH
28config GENERIC_TIME
29 bool
30 default n
31
0567a0c0
KH
32config GENERIC_CLOCKEVENTS
33 bool
34 default n
35
1da177e4
LT
36config MMU
37 bool
38 default y
39
5ea81769
AV
40config NO_IOPORT
41 bool
42 default n
43
1da177e4
LT
44config EISA
45 bool
46 ---help---
47 The Extended Industry Standard Architecture (EISA) bus was
48 developed as an open alternative to the IBM MicroChannel bus.
49
50 The EISA bus provided some of the features of the IBM MicroChannel
51 bus while maintaining backward compatibility with cards made for
52 the older ISA bus. The EISA bus saw limited use between 1988 and
53 1995 when it was made obsolete by the PCI bus.
54
55 Say Y here if you are building a kernel for an EISA-based machine.
56
57 Otherwise, say N.
58
59config SBUS
60 bool
61
62config MCA
63 bool
64 help
65 MicroChannel Architecture is found in some IBM PS/2 machines and
66 laptops. It is a bus system similar to PCI or ISA. See
67 <file:Documentation/mca.txt> (and especially the web page given
68 there) before attempting to build an MCA bus kernel.
69
4a2581a0
TG
70config GENERIC_HARDIRQS
71 bool
72 default y
73
f16fb1ec
RK
74config STACKTRACE_SUPPORT
75 bool
76 default y
77
78config LOCKDEP_SUPPORT
79 bool
80 default y
81
7ad1bcb2
RK
82config TRACE_IRQFLAGS_SUPPORT
83 bool
84 default y
85
4a2581a0
TG
86config HARDIRQS_SW_RESEND
87 bool
88 default y
89
90config GENERIC_IRQ_PROBE
91 bool
92 default y
93
1da177e4
LT
94config RWSEM_GENERIC_SPINLOCK
95 bool
96 default y
97
98config RWSEM_XCHGADD_ALGORITHM
99 bool
100
f0d1b0b3
DH
101config ARCH_HAS_ILOG2_U32
102 bool
103 default n
104
105config ARCH_HAS_ILOG2_U64
106 bool
107 default n
108
b89c3b16
AM
109config GENERIC_HWEIGHT
110 bool
111 default y
112
1da177e4
LT
113config GENERIC_CALIBRATE_DELAY
114 bool
115 default y
116
a08b6b79
AV
117config ARCH_MAY_HAVE_PC_FDC
118 bool
119
5ac6da66
CL
120config ZONE_DMA
121 bool
122 default y
123
1da177e4
LT
124config GENERIC_ISA_DMA
125 bool
126
1da177e4
LT
127config FIQ
128 bool
129
034d2f5a
AV
130config ARCH_MTD_XIP
131 bool
132
c760fc19
HC
133config VECTORS_BASE
134 hex
6afd6fae 135 default 0xffff0000 if MMU || CPU_HIGH_VECTOR
c760fc19
HC
136 default DRAM_BASE if REMAP_VECTORS_TO_RAM
137 default 0x00000000
138 help
139 The base address of exception vectors.
140
1da177e4
LT
141source "init/Kconfig"
142
143menu "System Type"
144
145choice
146 prompt "ARM system type"
6a0e2430 147 default ARCH_VERSATILE
1da177e4 148
4af6fee1
DS
149config ARCH_AAEC2000
150 bool "Agilent AAEC-2000 based"
151 select ARM_AMBA
152 help
153 This enables support for systems based on the Agilent AAEC-2000
154
155config ARCH_INTEGRATOR
156 bool "ARM Ltd. Integrator family"
157 select ARM_AMBA
158 select ICST525
159 help
160 Support for ARM's Integrator platform.
161
162config ARCH_REALVIEW
163 bool "ARM Ltd. RealView family"
164 select ARM_AMBA
165 select ICST307
166 help
167 This enables support for ARM Ltd RealView boards.
168
169config ARCH_VERSATILE
170 bool "ARM Ltd. Versatile family"
171 select ARM_AMBA
172 select ARM_VIC
173 select ICST307
b49c87c2 174 select GENERIC_TIME
89df1272 175 select GENERIC_CLOCKEVENTS
4af6fee1
DS
176 help
177 This enables support for ARM Ltd Versatile board.
178
8fc5ffa0
AV
179config ARCH_AT91
180 bool "Atmel AT91"
0a938b97 181 select GENERIC_GPIO
4af6fee1 182 help
8fc5ffa0
AV
183 This enables support for systems based on the Atmel AT91RM9200
184 and AT91SAM9xxx processors.
4af6fee1 185
1da177e4 186config ARCH_CLPS7500
4af6fee1 187 bool "Cirrus CL-PS7500FE"
1da177e4 188 select TIMER_ACORN
f7e68bbf 189 select ISA
e4169889 190 select NO_IOPORT
f999b8bd
MM
191 help
192 Support for the Cirrus Logic PS7500FE system-on-a-chip.
1da177e4
LT
193
194config ARCH_CLPS711X
4af6fee1 195 bool "Cirrus Logic CLPS711x/EP721x-based"
f999b8bd
MM
196 help
197 Support for Cirrus Logic 711x/721x based boards.
1da177e4
LT
198
199config ARCH_CO285
200 bool "Co-EBSA285"
201 select FOOTBRIDGE
202 select FOOTBRIDGE_ADDIN
f999b8bd
MM
203 help
204 Support for Intel's EBSA285 companion chip.
1da177e4
LT
205
206config ARCH_EBSA110
207 bool "EBSA-110"
f7e68bbf 208 select ISA
c5eb2a2b 209 select NO_IOPORT
1da177e4
LT
210 help
211 This is an evaluation board for the StrongARM processor available
f6c8965a 212 from Digital. It has limited hardware on-board, including an
1da177e4
LT
213 Ethernet interface, two PCMCIA sockets, two serial ports and a
214 parallel port.
215
e7736d47
LB
216config ARCH_EP93XX
217 bool "EP93xx-based"
218 select ARM_AMBA
219 select ARM_VIC
220 help
221 This enables support for the Cirrus EP93xx series of CPUs.
222
1da177e4
LT
223config ARCH_FOOTBRIDGE
224 bool "FootBridge"
225 select FOOTBRIDGE
f999b8bd
MM
226 help
227 Support for systems based on the DC21285 companion chip
228 ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
1da177e4 229
4af6fee1
DS
230config ARCH_NETX
231 bool "Hilscher NetX based"
232 select ARM_VIC
f999b8bd 233 help
4af6fee1
DS
234 This enables support for systems based on the Hilscher NetX Soc
235
236config ARCH_H720X
237 bool "Hynix HMS720x-based"
238 select ISA_DMA_API
239 help
240 This enables support for systems based on the Hynix HMS720x
241
242config ARCH_IMX
243 bool "IMX"
244 help
245 Support for Motorola's i.MX family of processors (MX1, MXL).
1da177e4 246
3f7e5815
LB
247config ARCH_IOP32X
248 bool "IOP32x-based"
a4f7e763 249 depends on MMU
7ae1f7ec 250 select PLAT_IOP
f7e68bbf 251 select PCI
f999b8bd 252 help
3f7e5815
LB
253 Support for Intel's 80219 and IOP32X (XScale) family of
254 processors.
255
256config ARCH_IOP33X
257 bool "IOP33x-based"
258 depends on MMU
7ae1f7ec 259 select PLAT_IOP
3f7e5815
LB
260 select PCI
261 help
262 Support for Intel's IOP33X (XScale) family of processors.
1da177e4 263
285f5fa7
DW
264config ARCH_IOP13XX
265 bool "IOP13xx-based"
588ef769
DW
266 depends on MMU
267 select PLAT_IOP
285f5fa7 268 select PCI
f282b970 269 select ARCH_SUPPORTS_MSI
285f5fa7
DW
270 help
271 Support for Intel's IOP13XX (XScale) family of processors.
272
1da177e4
LT
273config ARCH_IXP4XX
274 bool "IXP4xx-based"
a4f7e763 275 depends on MMU
84904d0e 276 select GENERIC_TIME
e32f1502 277 select GENERIC_CLOCKEVENTS
f999b8bd
MM
278 help
279 Support for Intel's IXP4XX (XScale) family of processors.
1da177e4
LT
280
281config ARCH_IXP2000
282 bool "IXP2400/2800-based"
a4f7e763 283 depends on MMU
f7e68bbf 284 select PCI
f999b8bd
MM
285 help
286 Support for Intel's IXP2400/2800 (XScale) family of processors.
1da177e4 287
c4713074
LB
288config ARCH_IXP23XX
289 bool "IXP23XX-based"
a4f7e763 290 depends on MMU
c4713074
LB
291 select PCI
292 help
293 Support for Intel's IXP23xx (XScale) family of processors.
294
1da177e4
LT
295config ARCH_L7200
296 bool "LinkUp-L7200"
297 select FIQ
298 help
299 Say Y here if you intend to run this kernel on a LinkUp Systems
300 L7200 Software Development Board which uses an ARM720T processor.
301 Information on this board can be obtained at:
302
303 <http://www.linkupsys.com/>
304
305 If you have any questions or comments about the Linux kernel port
306 to this board, send e-mail to <sjhill@cotw.com>.
307
9918cda5
UKK
308config ARCH_NS9XXX
309 bool "NetSilicon NS9xxx"
310 help
311 Say Y here if you intend to run this kernel on a NetSilicon NS9xxx
312 System.
313
314 <http://www.digi.com/products/microprocessors/index.jsp>
315
4af6fee1
DS
316config ARCH_PNX4008
317 bool "Philips Nexperia PNX4008 Mobile"
318 help
319 This enables support for Philips PNX4008 mobile platform.
320
1da177e4
LT
321config ARCH_PXA
322 bool "PXA2xx-based"
a4f7e763 323 depends on MMU
034d2f5a 324 select ARCH_MTD_XIP
0a938b97 325 select GENERIC_GPIO
45cf5eef 326 select GENERIC_TIME
f999b8bd
MM
327 help
328 Support for Intel's PXA2XX processor line.
1da177e4
LT
329
330config ARCH_RPC
331 bool "RiscPC"
332 select ARCH_ACORN
333 select FIQ
334 select TIMER_ACORN
a08b6b79 335 select ARCH_MAY_HAVE_PC_FDC
065909b9 336 select ISA_DMA_API
5ea81769 337 select NO_IOPORT
1da177e4
LT
338 help
339 On the Acorn Risc-PC, Linux can support the internal IDE disk and
340 CD-ROM interface, serial and parallel port, and the floppy drive.
341
342config ARCH_SA1100
343 bool "SA1100-based"
f7e68bbf 344 select ISA
3cd9e19e 345 select ARCH_DISCONTIGMEM_ENABLE
034d2f5a 346 select ARCH_MTD_XIP
0a938b97 347 select GENERIC_GPIO
f999b8bd
MM
348 help
349 Support for StrongARM 11x0 based boards.
1da177e4
LT
350
351config ARCH_S3C2410
e4d06e39 352 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
0a938b97 353 select GENERIC_GPIO
25ff0a65 354 select GENERIC_TIME
1da177e4
LT
355 help
356 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
357 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
f6c8965a 358 the Samsung SMDK2410 development board (and derivatives).
1da177e4
LT
359
360config ARCH_SHARK
361 bool "Shark"
f7e68bbf
RK
362 select ISA
363 select ISA_DMA
364 select PCI
f999b8bd
MM
365 help
366 Support for the StrongARM based Digital DNARD machine, also known
367 as "Shark" (<http://www.shark-linux.de/shark.html>).
1da177e4
LT
368
369config ARCH_LH7A40X
370 bool "Sharp LH7A40X"
371 help
372 Say Y here for systems based on one of the Sharp LH7A40X
373 System on a Chip processors. These CPUs include an ARM922T
374 core with a wide array of integrated devices for
375 hand-held and low-power applications.
376
377config ARCH_OMAP
378 bool "TI OMAP"
0a938b97 379 select GENERIC_GPIO
075192ae 380 select GENERIC_TIME
f999b8bd
MM
381 help
382 Support for TI's OMAP platform (OMAP1 and OMAP2).
1da177e4 383
7c6337e2
KH
384config ARCH_DAVINCI
385 bool "TI DaVinci"
386 select GENERIC_TIME
387 select GENERIC_CLOCKEVENTS
388 help
389 Support for TI's DaVinci platform.
390
1da177e4
LT
391endchoice
392
393source "arch/arm/mach-clps711x/Kconfig"
394
e7736d47
LB
395source "arch/arm/mach-ep93xx/Kconfig"
396
1da177e4
LT
397source "arch/arm/mach-footbridge/Kconfig"
398
399source "arch/arm/mach-integrator/Kconfig"
400
3f7e5815
LB
401source "arch/arm/mach-iop32x/Kconfig"
402
403source "arch/arm/mach-iop33x/Kconfig"
1da177e4 404
285f5fa7
DW
405source "arch/arm/mach-iop13xx/Kconfig"
406
1da177e4
LT
407source "arch/arm/mach-ixp4xx/Kconfig"
408
409source "arch/arm/mach-ixp2000/Kconfig"
410
c4713074
LB
411source "arch/arm/mach-ixp23xx/Kconfig"
412
1da177e4
LT
413source "arch/arm/mach-pxa/Kconfig"
414
415source "arch/arm/mach-sa1100/Kconfig"
416
d48af15e
TL
417source "arch/arm/plat-omap/Kconfig"
418
419source "arch/arm/mach-omap1/Kconfig"
1da177e4 420
1dbae815
TL
421source "arch/arm/mach-omap2/Kconfig"
422
a21765a7
BD
423source "arch/arm/plat-s3c24xx/Kconfig"
424
425if ARCH_S3C2410
426source "arch/arm/mach-s3c2400/Kconfig"
1da177e4 427source "arch/arm/mach-s3c2410/Kconfig"
a21765a7
BD
428source "arch/arm/mach-s3c2412/Kconfig"
429source "arch/arm/mach-s3c2440/Kconfig"
430source "arch/arm/mach-s3c2442/Kconfig"
e4d06e39 431source "arch/arm/mach-s3c2443/Kconfig"
a21765a7 432endif
1da177e4
LT
433
434source "arch/arm/mach-lh7a40x/Kconfig"
435
436source "arch/arm/mach-imx/Kconfig"
437
438source "arch/arm/mach-h720x/Kconfig"
439
440source "arch/arm/mach-versatile/Kconfig"
441
038c5b60
BN
442source "arch/arm/mach-aaec2000/Kconfig"
443
8ad68bbf
CM
444source "arch/arm/mach-realview/Kconfig"
445
9d041268 446source "arch/arm/mach-at91/Kconfig"
73a59c1c 447
bb6d8c88
SH
448source "arch/arm/mach-netx/Kconfig"
449
9918cda5
UKK
450source "arch/arm/mach-ns9xxx/Kconfig"
451
7c6337e2
KH
452source "arch/arm/mach-davinci/Kconfig"
453
1da177e4
LT
454# Definitions to make life easier
455config ARCH_ACORN
456 bool
457
7ae1f7ec
LB
458config PLAT_IOP
459 bool
460
1da177e4
LT
461source arch/arm/mm/Kconfig
462
afe4b25e
LB
463config IWMMXT
464 bool "Enable iWMMXt support"
6340aa61 465 depends on CPU_XSCALE || CPU_XSC3
afe4b25e
LB
466 default y if PXA27x
467 help
468 Enable support for iWMMXt context switching at run time if
469 running on a CPU that supports it.
470
1da177e4
LT
471# bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
472config XSCALE_PMU
473 bool
474 depends on CPU_XSCALE && !XSCALE_PMU_TIMER
475 default y
476
3b93e7b0
HC
477if !MMU
478source "arch/arm/Kconfig-nommu"
479endif
480
1da177e4
LT
481endmenu
482
483source "arch/arm/common/Kconfig"
484
485config FORCE_MAX_ZONEORDER
486 int
487 depends on SA1111
488 default "9"
489
490menu "Bus support"
491
492config ARM_AMBA
493 bool
494
495config ISA
496 bool
1da177e4
LT
497 help
498 Find out whether you have ISA slots on your motherboard. ISA is the
499 name of a bus system, i.e. the way the CPU talks to the other stuff
500 inside your box. Other bus systems are PCI, EISA, MicroChannel
501 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
502 newer boards don't support it. If you have ISA, say Y, otherwise N.
503
065909b9 504# Select ISA DMA controller support
1da177e4
LT
505config ISA_DMA
506 bool
065909b9 507 select ISA_DMA_API
1da177e4 508
065909b9 509# Select ISA DMA interface
5cae841b
AV
510config ISA_DMA_API
511 bool
5cae841b 512
1da177e4 513config PCI
68939121 514 bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX
1da177e4
LT
515 help
516 Find out whether you have a PCI motherboard. PCI is the name of a
517 bus system, i.e. the way the CPU talks to the other stuff inside
518 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
519 VESA. If you have PCI, say Y, otherwise N.
520
521 The PCI-HOWTO, available from
522 <http://www.tldp.org/docs.html#howto>, contains valuable
523 information about which PCI hardware does work under Linux and which
524 doesn't.
525
526# Select the host bridge type
527config PCI_HOST_VIA82C505
528 bool
529 depends on PCI && ARCH_SHARK
530 default y
531
532source "drivers/pci/Kconfig"
533
534source "drivers/pcmcia/Kconfig"
535
536endmenu
537
538menu "Kernel Features"
539
0567a0c0
KH
540source "kernel/time/Kconfig"
541
1da177e4
LT
542config SMP
543 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
f6db449c 544 depends on EXPERIMENTAL && REALVIEW_MPCORE
1da177e4
LT
545 help
546 This enables support for systems with more than one CPU. If you have
547 a system with only one CPU, like most personal computers, say N. If
548 you have a system with more than one CPU, say Y.
549
550 If you say N here, the kernel will run on single and multiprocessor
551 machines, but will use only one CPU of a multiprocessor machine. If
552 you say Y here, the kernel will run on many, but not all, single
553 processor machines. On a single processor machine, the kernel will
554 run faster if you say N here.
555
12c62c2e
AO
556 See also the <file:Documentation/smp.txt>,
557 <file:Documentation/i386/IO-APIC.txt>,
1da177e4
LT
558 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
559 <http://www.linuxdoc.org/docs.html#howto>.
560
561 If you don't know what to do here, say N.
562
563config NR_CPUS
564 int "Maximum number of CPUs (2-32)"
565 range 2 32
566 depends on SMP
567 default "4"
568
a054a811
RK
569config HOTPLUG_CPU
570 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
571 depends on SMP && HOTPLUG && EXPERIMENTAL
572 help
573 Say Y here to experiment with turning CPUs off and on. CPUs
574 can be controlled through /sys/devices/system/cpu.
575
37ee16ae
RK
576config LOCAL_TIMERS
577 bool "Use local timer interrupts"
2a98beb6 578 depends on SMP && REALVIEW_MPCORE
37ee16ae
RK
579 default y
580 help
581 Enable support for local timers on SMP platforms, rather then the
582 legacy IPI broadcast method. Local timers allows the system
583 accounting to be spread across the timer interval, preventing a
584 "thundering herd" at every timer tick.
585
1da177e4
LT
586config PREEMPT
587 bool "Preemptible Kernel (EXPERIMENTAL)"
588 depends on EXPERIMENTAL
589 help
590 This option reduces the latency of the kernel when reacting to
591 real-time or interactive events by allowing a low priority process to
592 be preempted even if it is in kernel mode executing a system call.
593 This allows applications to run more reliably even when the system is
594 under load.
595
596 Say Y here if you are building a kernel for a desktop, embedded
597 or real-time system. Say N if you are unsure.
598
8749af68
RK
599config NO_IDLE_HZ
600 bool "Dynamic tick timer"
0567a0c0 601 depends on !GENERIC_CLOCKEVENTS
8749af68
RK
602 help
603 Select this option if you want to disable continuous timer ticks
604 and have them programmed to occur as required. This option saves
605 power as the system can remain in idle state for longer.
606
607 By default dynamic tick is disabled during the boot, and can be
608 manually enabled with:
609
610 echo 1 > /sys/devices/system/timer/timer0/dyn_tick
611
612 Alternatively, if you want dynamic tick automatically enabled
613 during boot, pass "dyntick=enable" via the kernel command string.
614
f2be64b3
TL
615 Please note that dynamic tick may affect the accuracy of
616 timekeeping on some platforms depending on the implementation.
569d2c34
NP
617 Currently at least OMAP, PXA2xx and SA11x0 platforms are known
618 to have accurate timekeeping with dynamic tick.
f2be64b3 619
f8065813
RK
620config HZ
621 int
622 default 128 if ARCH_L7200
623 default 200 if ARCH_EBSA110 || ARCH_S3C2410
bfe65704 624 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
f8065813
RK
625 default 100
626
704bdda0
NP
627config AEABI
628 bool "Use the ARM EABI to compile the kernel"
629 help
630 This option allows for the kernel to be compiled using the latest
631 ARM ABI (aka EABI). This is only useful if you are using a user
632 space environment that is also compiled with EABI.
633
634 Since there are major incompatibilities between the legacy ABI and
635 EABI, especially with regard to structure member alignment, this
636 option also changes the kernel syscall calling convention to
637 disambiguate both ABIs and allow for backward compatibility support
638 (selected with CONFIG_OABI_COMPAT).
639
640 To use this you need GCC version 4.0.0 or later.
641
6c90c872 642config OABI_COMPAT
a73a3ff1 643 bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
61c484d4 644 depends on AEABI && EXPERIMENTAL
6c90c872
NP
645 default y
646 help
647 This option preserves the old syscall interface along with the
648 new (ARM EABI) one. It also provides a compatibility layer to
649 intercept syscalls that have structure arguments which layout
650 in memory differs between the legacy ABI and the new ARM EABI
651 (only for non "thumb" binaries). This option adds a tiny
652 overhead to all syscalls and produces a slightly larger kernel.
653 If you know you'll be using only pure EABI user space then you
654 can say N here. If this option is not selected and you attempt
655 to execute a legacy ABI binary then the result will be
656 UNPREDICTABLE (in fact it can be predicted that it won't work
657 at all). If in doubt say Y.
658
3f22ab27 659config ARCH_DISCONTIGMEM_ENABLE
1da177e4 660 bool
f7e68bbf 661 default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM)
1da177e4
LT
662 help
663 Say Y to support efficient handling of discontiguous physical memory,
664 for architectures which are either NUMA (Non-Uniform Memory Access)
665 or have huge holes in the physical address space for other reasons.
666 See <file:Documentation/vm/numa> for more.
667
c80d79d7
YG
668config NODES_SHIFT
669 int
670 default "4" if ARCH_LH7A40X
671 default "2"
672 depends on NEED_MULTIPLE_NODES
673
3f22ab27
DH
674source "mm/Kconfig"
675
1da177e4
LT
676config LEDS
677 bool "Timer and CPU usage LEDs"
678 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \
679 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
680 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
681 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
73a59c1c 682 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
7c6337e2 683 ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI
1da177e4
LT
684 help
685 If you say Y here, the LEDs on your machine will be used
686 to provide useful information about your current system status.
687
688 If you are compiling a kernel for a NetWinder or EBSA-285, you will
689 be able to select which LEDs are active using the options below. If
690 you are compiling a kernel for the EBSA-110 or the LART however, the
691 red LED will simply flash regularly to indicate that the system is
692 still functional. It is safe to say Y here if you have a CATS
693 system, but the driver will do nothing.
694
695config LEDS_TIMER
696 bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
697 MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
698 depends on LEDS
0567a0c0 699 depends on !GENERIC_CLOCKEVENTS
1da177e4
LT
700 default y if ARCH_EBSA110
701 help
702 If you say Y here, one of the system LEDs (the green one on the
703 NetWinder, the amber one on the EBSA285, or the red one on the LART)
704 will flash regularly to indicate that the system is still
705 operational. This is mainly useful to kernel hackers who are
706 debugging unstable kernels.
707
708 The LART uses the same LED for both Timer LED and CPU usage LED
709 functions. You may choose to use both, but the Timer LED function
710 will overrule the CPU usage LED.
711
712config LEDS_CPU
713 bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \
714 !ARCH_OMAP) || MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
715 depends on LEDS
716 help
717 If you say Y here, the red LED will be used to give a good real
718 time indication of CPU usage, by lighting whenever the idle task
719 is not currently executing.
720
721 The LART uses the same LED for both Timer LED and CPU usage LED
722 functions. You may choose to use both, but the Timer LED function
723 will overrule the CPU usage LED.
724
725config ALIGNMENT_TRAP
726 bool
f12d0d7c 727 depends on CPU_CP15_MMU
1da177e4
LT
728 default y if !ARCH_EBSA110
729 help
84eb8d06 730 ARM processors cannot fetch/store information which is not
1da177e4
LT
731 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
732 address divisible by 4. On 32-bit ARM processors, these non-aligned
733 fetch/store instructions will be emulated in software if you say
734 here, which has a severe performance impact. This is necessary for
735 correct operation of some network protocols. With an IP-only
736 configuration it is safe to say N, otherwise say Y.
737
738endmenu
739
740menu "Boot options"
741
742# Compressed boot loader in ROM. Yes, we really want to ask about
743# TEXT and BSS so we preserve their values in the config files.
744config ZBOOT_ROM_TEXT
745 hex "Compressed ROM boot loader base address"
746 default "0"
747 help
748 The physical address at which the ROM-able zImage is to be
749 placed in the target. Platforms which normally make use of
750 ROM-able zImage formats normally set this to a suitable
751 value in their defconfig file.
752
753 If ZBOOT_ROM is not enabled, this has no effect.
754
755config ZBOOT_ROM_BSS
756 hex "Compressed ROM boot loader BSS address"
757 default "0"
758 help
f8c440b2
DF
759 The base address of an area of read/write memory in the target
760 for the ROM-able zImage which must be available while the
761 decompressor is running. It must be large enough to hold the
762 entire decompressed kernel plus an additional 128 KiB.
763 Platforms which normally make use of ROM-able zImage formats
764 normally set this to a suitable value in their defconfig file.
1da177e4
LT
765
766 If ZBOOT_ROM is not enabled, this has no effect.
767
768config ZBOOT_ROM
769 bool "Compressed boot loader in ROM/flash"
770 depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
771 help
772 Say Y here if you intend to execute your compressed kernel image
773 (zImage) directly from ROM or flash. If unsure, say N.
774
775config CMDLINE
776 string "Default kernel command string"
777 default ""
778 help
779 On some architectures (EBSA110 and CATS), there is currently no way
780 for the boot loader to pass arguments to the kernel. For these
781 architectures, you should supply some command-line options at build
782 time by entering them here. As a minimum, you should specify the
783 memory size and the root device (e.g., mem=64M root=/dev/nfs).
784
785config XIP_KERNEL
786 bool "Kernel Execute-In-Place from ROM"
787 depends on !ZBOOT_ROM
788 help
789 Execute-In-Place allows the kernel to run from non-volatile storage
790 directly addressable by the CPU, such as NOR flash. This saves RAM
791 space since the text section of the kernel is not loaded from flash
792 to RAM. Read-write sections, such as the data section and stack,
793 are still copied to RAM. The XIP kernel is not compressed since
794 it has to run directly from flash, so it will take more space to
795 store it. The flash address used to link the kernel object files,
796 and for storing it, is configuration dependent. Therefore, if you
797 say Y here, you must know the proper physical address where to
798 store the kernel image depending on your own flash memory usage.
799
800 Also note that the make target becomes "make xipImage" rather than
801 "make zImage" or "make Image". The final kernel binary to put in
802 ROM memory will be arch/arm/boot/xipImage.
803
804 If unsure, say N.
805
806config XIP_PHYS_ADDR
807 hex "XIP Kernel Physical Location"
808 depends on XIP_KERNEL
809 default "0x00080000"
810 help
811 This is the physical address in your flash memory the kernel will
812 be linked for and stored to. This address is dependent on your
813 own flash usage.
814
c587e4a6
RP
815config KEXEC
816 bool "Kexec system call (EXPERIMENTAL)"
817 depends on EXPERIMENTAL
818 help
819 kexec is a system call that implements the ability to shutdown your
820 current kernel, and to start another kernel. It is like a reboot
821 but it is indepedent of the system firmware. And like a reboot
822 you can start any kernel with it, not just Linux.
823
824 It is an ongoing process to be certain the hardware in a machine
825 is properly shutdown, so do not be surprised if this code does not
826 initially work for you. It may help to enable device hotplugging
827 support.
828
1da177e4
LT
829endmenu
830
3c8cd0cc 831if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )
1da177e4
LT
832
833menu "CPU Frequency scaling"
834
835source "drivers/cpufreq/Kconfig"
836
837config CPU_FREQ_SA1100
838 bool
07c6d48f 839 depends on CPU_FREQ && (SA1100_H3100 || SA1100_H3600 || SA1100_H3800 || SA1100_LART || SA1100_PLEB || SA1100_BADGE4 || SA1100_HACKKIT)
1da177e4
LT
840 default y
841
842config CPU_FREQ_SA1110
843 bool
844 depends on CPU_FREQ && (SA1100_ASSABET || SA1100_CERF || SA1100_PT_SYSTEM3)
845 default y
846
847config CPU_FREQ_INTEGRATOR
848 tristate "CPUfreq driver for ARM Integrator CPUs"
849 depends on ARCH_INTEGRATOR && CPU_FREQ
850 default y
851 help
852 This enables the CPUfreq driver for ARM Integrator CPUs.
853
854 For details, take a look at <file:Documentation/cpu-freq>.
855
856 If in doubt, say Y.
857
3c8cd0cc
PP
858config CPU_FREQ_IMX
859 tristate "CPUfreq driver for i.MX CPUs"
860 depends on ARCH_IMX && CPU_FREQ
861 default n
862 help
863 This enables the CPUfreq driver for i.MX CPUs.
864
865 If in doubt, say N.
866
1da177e4
LT
867endmenu
868
869endif
870
871menu "Floating point emulation"
872
873comment "At least one emulation must be selected"
874
875config FPE_NWFPE
876 bool "NWFPE math emulation"
8993a44c 877 depends on !AEABI || OABI_COMPAT
1da177e4
LT
878 ---help---
879 Say Y to include the NWFPE floating point emulator in the kernel.
880 This is necessary to run most binaries. Linux does not currently
881 support floating point hardware so you need to say Y here even if
882 your machine has an FPA or floating point co-processor podule.
883
884 You may say N here if you are going to load the Acorn FPEmulator
885 early in the bootup.
886
887config FPE_NWFPE_XP
888 bool "Support extended precision"
bedf142b 889 depends on FPE_NWFPE
1da177e4
LT
890 help
891 Say Y to include 80-bit support in the kernel floating-point
892 emulator. Otherwise, only 32 and 64-bit support is compiled in.
893 Note that gcc does not generate 80-bit operations by default,
894 so in most cases this option only enlarges the size of the
895 floating point emulator without any good reason.
896
897 You almost surely want to say N here.
898
899config FPE_FASTFPE
900 bool "FastFPE math emulation (EXPERIMENTAL)"
8993a44c 901 depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
1da177e4
LT
902 ---help---
903 Say Y here to include the FAST floating point emulator in the kernel.
904 This is an experimental much faster emulator which now also has full
905 precision for the mantissa. It does not support any exceptions.
906 It is very simple, and approximately 3-6 times faster than NWFPE.
907
908 It should be sufficient for most programs. It may be not suitable
909 for scientific calculations, but you have to check this for yourself.
910 If you do not feel you need a faster FP emulation you should better
911 choose NWFPE.
912
913config VFP
914 bool "VFP-format floating point maths"
915 depends on CPU_V6 || CPU_ARM926T
916 help
917 Say Y to include VFP support code in the kernel. This is needed
918 if your hardware includes a VFP unit.
919
920 Please see <file:Documentation/arm/VFP/release-notes.txt> for
921 release notes and additional status information.
922
923 Say N if your target does not have VFP hardware.
924
925endmenu
926
927menu "Userspace binary formats"
928
929source "fs/Kconfig.binfmt"
930
931config ARTHUR
932 tristate "RISC OS personality"
704bdda0 933 depends on !AEABI
1da177e4
LT
934 help
935 Say Y here to include the kernel code necessary if you want to run
936 Acorn RISC OS/Arthur binaries under Linux. This code is still very
937 experimental; if this sounds frightening, say N and sleep in peace.
938 You can also say M here to compile this support as a module (which
939 will be called arthur).
940
941endmenu
942
943menu "Power management options"
944
eceab4ac 945source "kernel/power/Kconfig"
1da177e4 946
1da177e4
LT
947endmenu
948
d5950b43
SR
949source "net/Kconfig"
950
1da177e4
LT
951menu "Device Drivers"
952
953source "drivers/base/Kconfig"
954
c35bf4a5
PM
955source "drivers/connector/Kconfig"
956
f12d0d7c 957if ALIGNMENT_TRAP || !CPU_CP15_MMU
1da177e4
LT
958source "drivers/mtd/Kconfig"
959endif
960
961source "drivers/parport/Kconfig"
962
963source "drivers/pnp/Kconfig"
964
965source "drivers/block/Kconfig"
966
967source "drivers/acorn/block/Kconfig"
968
3f7e5815 969if PCMCIA || ARCH_CLPS7500 || ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX \
bb011b8e 970 || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \
c4713074
LB
971 || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE \
972 || ARCH_IXP23XX
1da177e4
LT
973source "drivers/ide/Kconfig"
974endif
975
976source "drivers/scsi/Kconfig"
977
eb370f0b
MM
978source "drivers/ata/Kconfig"
979
1da177e4
LT
980source "drivers/md/Kconfig"
981
982source "drivers/message/fusion/Kconfig"
983
984source "drivers/ieee1394/Kconfig"
985
986source "drivers/message/i2o/Kconfig"
987
d5950b43 988source "drivers/net/Kconfig"
1da177e4
LT
989
990source "drivers/isdn/Kconfig"
991
992# input before char - char/joystick depends on it. As does USB.
993
994source "drivers/input/Kconfig"
995
996source "drivers/char/Kconfig"
997
998source "drivers/i2c/Kconfig"
999
8ae12a0d
DB
1000source "drivers/spi/Kconfig"
1001
04916c0e
AZ
1002source "drivers/w1/Kconfig"
1003
ad2f931d
JD
1004source "drivers/hwmon/Kconfig"
1005
1da177e4
LT
1006#source "drivers/l3/Kconfig"
1007
1008source "drivers/misc/Kconfig"
1009
a4e137ab
RK
1010source "drivers/mfd/Kconfig"
1011
c72a1d60
RP
1012source "drivers/leds/Kconfig"
1013
1da177e4
LT
1014source "drivers/media/Kconfig"
1015
1016source "drivers/video/Kconfig"
1017
1018source "sound/Kconfig"
1019
c2dade51
SH
1020source "drivers/hid/Kconfig"
1021
1da177e4
LT
1022source "drivers/usb/Kconfig"
1023
1024source "drivers/mmc/Kconfig"
1025
12b824fb
AZ
1026source "drivers/rtc/Kconfig"
1027
1da177e4
LT
1028endmenu
1029
1030source "fs/Kconfig"
1031
1032source "arch/arm/oprofile/Kconfig"
1033
1034source "arch/arm/Kconfig.debug"
1035
1036source "security/Kconfig"
1037
1038source "crypto/Kconfig"
1039
1040source "lib/Kconfig"