blob: 3f48e35ee61abbea72dce366f48bb3565d78b7d0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
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
Alessandro Zummo12b824f2006-03-27 01:16:35 -080011 select RTC_LIB
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 help
13 The ARM series is a line of low-power-consumption RISC chip designs
Martin Michlmayrf6c89652006-02-08 21:09:07 +000014 licensed by ARM Ltd and targeted at embedded applications and
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
Martin Michlmayrf6c89652006-02-08 21:09:07 +000016 manufactured, but legacy ARM-based PC hardware remains popular in
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 Europe. There is an ARM Linux project with a web page at
18 <http://www.arm.linux.org.uk/>.
19
Kevin Hilman746140c2006-09-22 00:16:30 +010020config GENERIC_TIME
21 bool
22 default n
23
Linus Torvalds1da177e2005-04-16 15:20:36 -070024config 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
Thomas Gleixner4a2581a2006-07-01 22:30:09 +010054config GENERIC_HARDIRQS
55 bool
56 default y
57
Russell King7ad1bcb2006-08-27 12:07:02 +010058config TRACE_IRQFLAGS_SUPPORT
59 bool
60 default y
61
Thomas Gleixner4a2581a2006-07-01 22:30:09 +010062config HARDIRQS_SW_RESEND
63 bool
64 default y
65
66config GENERIC_IRQ_PROBE
67 bool
68 default y
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070config RWSEM_GENERIC_SPINLOCK
71 bool
72 default y
73
74config RWSEM_XCHGADD_ALGORITHM
75 bool
76
David Howellsf0d1b0b2006-12-08 02:37:49 -080077config ARCH_HAS_ILOG2_U32
78 bool
79 default n
80
81config ARCH_HAS_ILOG2_U64
82 bool
83 default n
84
Akinobu Mitab89c3b12006-03-26 01:39:19 -080085config GENERIC_HWEIGHT
86 bool
87 default y
88
Linus Torvalds1da177e2005-04-16 15:20:36 -070089config GENERIC_CALIBRATE_DELAY
90 bool
91 default y
92
93config GENERIC_BUST_SPINLOCK
94 bool
95
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +010096config ARCH_MAY_HAVE_PC_FDC
97 bool
98
Linus Torvalds1da177e2005-04-16 15:20:36 -070099config GENERIC_ISA_DMA
100 bool
101
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102config FIQ
103 bool
104
Al Viro034d2f52005-12-19 16:27:59 -0500105config ARCH_MTD_XIP
106 bool
107
Hyok S. Choic760fc12006-03-27 15:18:50 +0100108config VECTORS_BASE
109 hex
Hyok S. Choi6afd6fa2006-09-28 21:46:34 +0900110 default 0xffff0000 if MMU || CPU_HIGH_VECTOR
Hyok S. Choic760fc12006-03-27 15:18:50 +0100111 default DRAM_BASE if REMAP_VECTORS_TO_RAM
112 default 0x00000000
113 help
114 The base address of exception vectors.
115
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116source "init/Kconfig"
117
118menu "System Type"
119
120choice
121 prompt "ARM system type"
Catalin Marinas6a0e2432006-03-07 14:42:27 +0000122 default ARCH_VERSATILE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100124config ARCH_AAEC2000
125 bool "Agilent AAEC-2000 based"
126 select ARM_AMBA
127 help
128 This enables support for systems based on the Agilent AAEC-2000
129
130config ARCH_INTEGRATOR
131 bool "ARM Ltd. Integrator family"
132 select ARM_AMBA
133 select ICST525
134 help
135 Support for ARM's Integrator platform.
136
137config ARCH_REALVIEW
138 bool "ARM Ltd. RealView family"
139 select ARM_AMBA
140 select ICST307
141 help
142 This enables support for ARM Ltd RealView boards.
143
144config ARCH_VERSATILE
145 bool "ARM Ltd. Versatile family"
146 select ARM_AMBA
147 select ARM_VIC
148 select ICST307
149 help
150 This enables support for ARM Ltd Versatile board.
151
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100152config ARCH_AT91
153 bool "Atmel AT91"
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100154 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100155 This enables support for systems based on the Atmel AT91RM9200
156 and AT91SAM9xxx processors.
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100157
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158config ARCH_CLPS7500
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100159 bool "Cirrus CL-PS7500FE"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 select TIMER_ACORN
Russell Kingf7e68bb2005-05-05 14:49:01 +0100161 select ISA
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000162 help
163 Support for the Cirrus Logic PS7500FE system-on-a-chip.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164
165config ARCH_CLPS711X
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100166 bool "Cirrus Logic CLPS711x/EP721x-based"
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000167 help
168 Support for Cirrus Logic 711x/721x based boards.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169
170config ARCH_CO285
171 bool "Co-EBSA285"
172 select FOOTBRIDGE
173 select FOOTBRIDGE_ADDIN
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000174 help
175 Support for Intel's EBSA285 companion chip.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
177config ARCH_EBSA110
178 bool "EBSA-110"
Russell Kingf7e68bb2005-05-05 14:49:01 +0100179 select ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 help
181 This is an evaluation board for the StrongARM processor available
Martin Michlmayrf6c89652006-02-08 21:09:07 +0000182 from Digital. It has limited hardware on-board, including an
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 Ethernet interface, two PCMCIA sockets, two serial ports and a
184 parallel port.
185
Lennert Buytenheke7736d42006-03-20 17:10:13 +0000186config ARCH_EP93XX
187 bool "EP93xx-based"
188 select ARM_AMBA
189 select ARM_VIC
190 help
191 This enables support for the Cirrus EP93xx series of CPUs.
192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193config ARCH_FOOTBRIDGE
194 bool "FootBridge"
195 select FOOTBRIDGE
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000196 help
197 Support for systems based on the DC21285 companion chip
198 ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100200config ARCH_NETX
201 bool "Hilscher NetX based"
202 select ARM_VIC
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000203 help
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100204 This enables support for systems based on the Hilscher NetX Soc
205
206config ARCH_H720X
207 bool "Hynix HMS720x-based"
208 select ISA_DMA_API
209 help
210 This enables support for systems based on the Hynix HMS720x
211
212config ARCH_IMX
213 bool "IMX"
214 help
215 Support for Motorola's i.MX family of processors (MX1, MXL).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +0100217config ARCH_IOP32X
218 bool "IOP32x-based"
Russell Kinga4f7e762006-06-28 12:52:41 +0100219 depends on MMU
Lennert Buytenhek7ae1f7e2006-09-18 23:12:53 +0100220 select PLAT_IOP
Russell Kingf7e68bb2005-05-05 14:49:01 +0100221 select PCI
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000222 help
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +0100223 Support for Intel's 80219 and IOP32X (XScale) family of
224 processors.
225
226config ARCH_IOP33X
227 bool "IOP33x-based"
228 depends on MMU
Lennert Buytenhek7ae1f7e2006-09-18 23:12:53 +0100229 select PLAT_IOP
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +0100230 select PCI
231 help
232 Support for Intel's IOP33X (XScale) family of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233
Dan Williams285f5fa2006-12-07 02:59:39 +0100234config ARCH_IOP13XX
235 bool "IOP13xx-based"
Dan Williams588ef762007-02-13 17:12:04 +0100236 depends on MMU
237 select PLAT_IOP
Dan Williams285f5fa2006-12-07 02:59:39 +0100238 select PCI
239 help
240 Support for Intel's IOP13XX (XScale) family of processors.
241
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242config ARCH_IXP4XX
243 bool "IXP4xx-based"
Russell Kinga4f7e762006-06-28 12:52:41 +0100244 depends on MMU
Kevin Hilman84904d02006-09-22 00:58:57 +0100245 select GENERIC_TIME
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000246 help
247 Support for Intel's IXP4XX (XScale) family of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248
249config ARCH_IXP2000
250 bool "IXP2400/2800-based"
Russell Kinga4f7e762006-06-28 12:52:41 +0100251 depends on MMU
Russell Kingf7e68bb2005-05-05 14:49:01 +0100252 select PCI
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000253 help
254 Support for Intel's IXP2400/2800 (XScale) family of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255
Lennert Buytenhekc4713072006-03-28 21:18:54 +0100256config ARCH_IXP23XX
257 bool "IXP23XX-based"
Russell Kinga4f7e762006-06-28 12:52:41 +0100258 depends on MMU
Lennert Buytenhekc4713072006-03-28 21:18:54 +0100259 select PCI
260 help
261 Support for Intel's IXP23xx (XScale) family of processors.
262
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263config ARCH_L7200
264 bool "LinkUp-L7200"
265 select FIQ
266 help
267 Say Y here if you intend to run this kernel on a LinkUp Systems
268 L7200 Software Development Board which uses an ARM720T processor.
269 Information on this board can be obtained at:
270
271 <http://www.linkupsys.com/>
272
273 If you have any questions or comments about the Linux kernel port
274 to this board, send e-mail to <sjhill@cotw.com>.
275
Deepak Saxena4af6fee2006-06-20 21:30:44 +0100276config ARCH_PNX4008
277 bool "Philips Nexperia PNX4008 Mobile"
278 help
279 This enables support for Philips PNX4008 mobile platform.
280
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281config ARCH_PXA
282 bool "PXA2xx-based"
Russell Kinga4f7e762006-06-28 12:52:41 +0100283 depends on MMU
Al Viro034d2f52005-12-19 16:27:59 -0500284 select ARCH_MTD_XIP
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000285 help
286 Support for Intel's PXA2XX processor line.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287
288config ARCH_RPC
289 bool "RiscPC"
290 select ARCH_ACORN
291 select FIQ
292 select TIMER_ACORN
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +0100293 select ARCH_MAY_HAVE_PC_FDC
Russell King065909b2006-01-04 15:44:16 +0000294 select ISA_DMA_API
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 help
296 On the Acorn Risc-PC, Linux can support the internal IDE disk and
297 CD-ROM interface, serial and parallel port, and the floppy drive.
298
299config ARCH_SA1100
300 bool "SA1100-based"
Russell Kingf7e68bb2005-05-05 14:49:01 +0100301 select ISA
Russell King3cd9e192005-06-25 19:29:34 +0100302 select ARCH_DISCONTIGMEM_ENABLE
Al Viro034d2f52005-12-19 16:27:59 -0500303 select ARCH_MTD_XIP
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000304 help
305 Support for StrongARM 11x0 based boards.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306
307config ARCH_S3C2410
Ben Dookscd701aa2006-06-26 15:12:58 +0100308 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 help
310 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
311 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
Martin Michlmayrf6c89652006-02-08 21:09:07 +0000312 the Samsung SMDK2410 development board (and derivatives).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313
314config ARCH_SHARK
315 bool "Shark"
Russell Kingf7e68bb2005-05-05 14:49:01 +0100316 select ISA
317 select ISA_DMA
318 select PCI
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000319 help
320 Support for the StrongARM based Digital DNARD machine, also known
321 as "Shark" (<http://www.shark-linux.de/shark.html>).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322
323config ARCH_LH7A40X
324 bool "Sharp LH7A40X"
325 help
326 Say Y here for systems based on one of the Sharp LH7A40X
327 System on a Chip processors. These CPUs include an ARM922T
328 core with a wide array of integrated devices for
329 hand-held and low-power applications.
330
331config ARCH_OMAP
332 bool "TI OMAP"
Martin Michlmayrf999b8b2006-02-08 21:09:05 +0000333 help
334 Support for TI's OMAP platform (OMAP1 and OMAP2).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336endchoice
337
338source "arch/arm/mach-clps711x/Kconfig"
339
Lennert Buytenheke7736d42006-03-20 17:10:13 +0000340source "arch/arm/mach-ep93xx/Kconfig"
341
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342source "arch/arm/mach-footbridge/Kconfig"
343
344source "arch/arm/mach-integrator/Kconfig"
345
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +0100346source "arch/arm/mach-iop32x/Kconfig"
347
348source "arch/arm/mach-iop33x/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349
Dan Williams285f5fa2006-12-07 02:59:39 +0100350source "arch/arm/mach-iop13xx/Kconfig"
351
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352source "arch/arm/mach-ixp4xx/Kconfig"
353
354source "arch/arm/mach-ixp2000/Kconfig"
355
Lennert Buytenhekc4713072006-03-28 21:18:54 +0100356source "arch/arm/mach-ixp23xx/Kconfig"
357
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358source "arch/arm/mach-pxa/Kconfig"
359
360source "arch/arm/mach-sa1100/Kconfig"
361
Tony Lindgrend48af152005-07-10 19:58:17 +0100362source "arch/arm/plat-omap/Kconfig"
363
364source "arch/arm/mach-omap1/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365
Tony Lindgren1dbae812005-11-10 14:26:51 +0000366source "arch/arm/mach-omap2/Kconfig"
367
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368source "arch/arm/mach-s3c2410/Kconfig"
369
370source "arch/arm/mach-lh7a40x/Kconfig"
371
372source "arch/arm/mach-imx/Kconfig"
373
374source "arch/arm/mach-h720x/Kconfig"
375
376source "arch/arm/mach-versatile/Kconfig"
377
Bellido Nicolas038c5b62005-06-20 18:51:05 +0100378source "arch/arm/mach-aaec2000/Kconfig"
379
Catalin Marinas8ad68bb2005-10-31 14:25:02 +0000380source "arch/arm/mach-realview/Kconfig"
381
SAN People73a59c12006-01-09 17:05:41 +0000382source "arch/arm/mach-at91rm9200/Kconfig"
383
Sascha Hauerbb6d8c82006-06-19 15:27:53 +0100384source "arch/arm/mach-netx/Kconfig"
385
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386# Definitions to make life easier
387config ARCH_ACORN
388 bool
389
Lennert Buytenhek7ae1f7e2006-09-18 23:12:53 +0100390config PLAT_IOP
391 bool
392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393source arch/arm/mm/Kconfig
394
Lennert Buytenhekafe4b252006-12-03 18:51:14 +0100395config IWMMXT
396 bool "Enable iWMMXt support"
397 depends CPU_XSCALE || CPU_XSC3
398 default y if PXA27x
399 help
400 Enable support for iWMMXt context switching at run time if
401 running on a CPU that supports it.
402
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403# bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
404config XSCALE_PMU
405 bool
406 depends on CPU_XSCALE && !XSCALE_PMU_TIMER
407 default y
408
Hyok S. Choi3b93e7b2006-06-22 11:48:56 +0100409if !MMU
410source "arch/arm/Kconfig-nommu"
411endif
412
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413endmenu
414
415source "arch/arm/common/Kconfig"
416
417config FORCE_MAX_ZONEORDER
418 int
419 depends on SA1111
420 default "9"
421
422menu "Bus support"
423
424config ARM_AMBA
425 bool
426
427config ISA
428 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 help
430 Find out whether you have ISA slots on your motherboard. ISA is the
431 name of a bus system, i.e. the way the CPU talks to the other stuff
432 inside your box. Other bus systems are PCI, EISA, MicroChannel
433 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
434 newer boards don't support it. If you have ISA, say Y, otherwise N.
435
Russell King065909b2006-01-04 15:44:16 +0000436# Select ISA DMA controller support
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437config ISA_DMA
438 bool
Russell King065909b2006-01-04 15:44:16 +0000439 select ISA_DMA_API
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440
Russell King065909b2006-01-04 15:44:16 +0000441# Select ISA DMA interface
Al Viro5cae8412005-05-04 05:39:22 +0100442config ISA_DMA_API
443 bool
Al Viro5cae8412005-05-04 05:39:22 +0100444
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445config PCI
Milan Svoboda68939122006-06-25 22:12:12 +0100446 bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 help
448 Find out whether you have a PCI motherboard. PCI is the name of a
449 bus system, i.e. the way the CPU talks to the other stuff inside
450 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
451 VESA. If you have PCI, say Y, otherwise N.
452
453 The PCI-HOWTO, available from
454 <http://www.tldp.org/docs.html#howto>, contains valuable
455 information about which PCI hardware does work under Linux and which
456 doesn't.
457
458# Select the host bridge type
459config PCI_HOST_VIA82C505
460 bool
461 depends on PCI && ARCH_SHARK
462 default y
463
464source "drivers/pci/Kconfig"
465
466source "drivers/pcmcia/Kconfig"
467
468endmenu
469
470menu "Kernel Features"
471
472config SMP
473 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
Russell Kingf6db4492005-11-07 21:30:21 +0000474 depends on EXPERIMENTAL && REALVIEW_MPCORE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475 help
476 This enables support for systems with more than one CPU. If you have
477 a system with only one CPU, like most personal computers, say N. If
478 you have a system with more than one CPU, say Y.
479
480 If you say N here, the kernel will run on single and multiprocessor
481 machines, but will use only one CPU of a multiprocessor machine. If
482 you say Y here, the kernel will run on many, but not all, single
483 processor machines. On a single processor machine, the kernel will
484 run faster if you say N here.
485
Arthur Othieno12c62c22005-09-10 00:26:22 -0700486 See also the <file:Documentation/smp.txt>,
487 <file:Documentation/i386/IO-APIC.txt>,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
489 <http://www.linuxdoc.org/docs.html#howto>.
490
491 If you don't know what to do here, say N.
492
493config NR_CPUS
494 int "Maximum number of CPUs (2-32)"
495 range 2 32
496 depends on SMP
497 default "4"
498
Russell Kinga054a812005-11-02 22:24:33 +0000499config HOTPLUG_CPU
500 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
501 depends on SMP && HOTPLUG && EXPERIMENTAL
502 help
503 Say Y here to experiment with turning CPUs off and on. CPUs
504 can be controlled through /sys/devices/system/cpu.
505
Russell King37ee16a2005-11-08 19:08:05 +0000506config LOCAL_TIMERS
507 bool "Use local timer interrupts"
Russell King2a98beb2005-11-09 10:50:29 +0000508 depends on SMP && REALVIEW_MPCORE
Russell King37ee16a2005-11-08 19:08:05 +0000509 default y
510 help
511 Enable support for local timers on SMP platforms, rather then the
512 legacy IPI broadcast method. Local timers allows the system
513 accounting to be spread across the timer interval, preventing a
514 "thundering herd" at every timer tick.
515
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516config PREEMPT
517 bool "Preemptible Kernel (EXPERIMENTAL)"
518 depends on EXPERIMENTAL
519 help
520 This option reduces the latency of the kernel when reacting to
521 real-time or interactive events by allowing a low priority process to
522 be preempted even if it is in kernel mode executing a system call.
523 This allows applications to run more reliably even when the system is
524 under load.
525
526 Say Y here if you are building a kernel for a desktop, embedded
527 or real-time system. Say N if you are unsure.
528
Russell King8749af62005-06-25 19:39:45 +0100529config NO_IDLE_HZ
530 bool "Dynamic tick timer"
531 help
532 Select this option if you want to disable continuous timer ticks
533 and have them programmed to occur as required. This option saves
534 power as the system can remain in idle state for longer.
535
536 By default dynamic tick is disabled during the boot, and can be
537 manually enabled with:
538
539 echo 1 > /sys/devices/system/timer/timer0/dyn_tick
540
541 Alternatively, if you want dynamic tick automatically enabled
542 during boot, pass "dyntick=enable" via the kernel command string.
543
Tony Lindgrenf2be64b2005-06-28 21:01:16 +0100544 Please note that dynamic tick may affect the accuracy of
545 timekeeping on some platforms depending on the implementation.
Nicolas Pitre569d2c32005-09-01 12:48:48 +0100546 Currently at least OMAP, PXA2xx and SA11x0 platforms are known
547 to have accurate timekeeping with dynamic tick.
Tony Lindgrenf2be64b2005-06-28 21:01:16 +0100548
Russell Kingf8065812006-03-02 22:41:59 +0000549config HZ
550 int
551 default 128 if ARCH_L7200
552 default 200 if ARCH_EBSA110 || ARCH_S3C2410
Russell Kingbfe65702006-03-04 11:01:53 +0000553 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
Russell Kingf8065812006-03-02 22:41:59 +0000554 default 100
555
Nicolas Pitre704bdda2006-01-14 16:33:50 +0000556config AEABI
557 bool "Use the ARM EABI to compile the kernel"
558 help
559 This option allows for the kernel to be compiled using the latest
560 ARM ABI (aka EABI). This is only useful if you are using a user
561 space environment that is also compiled with EABI.
562
563 Since there are major incompatibilities between the legacy ABI and
564 EABI, especially with regard to structure member alignment, this
565 option also changes the kernel syscall calling convention to
566 disambiguate both ABIs and allow for backward compatibility support
567 (selected with CONFIG_OABI_COMPAT).
568
569 To use this you need GCC version 4.0.0 or later.
570
Nicolas Pitre6c90c872006-01-14 16:37:15 +0000571config OABI_COMPAT
Russell Kinga73a3ff2006-02-08 21:09:55 +0000572 bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
Nicolas Pitre61c484d2006-02-08 21:09:08 +0000573 depends on AEABI && EXPERIMENTAL
Nicolas Pitre6c90c872006-01-14 16:37:15 +0000574 default y
575 help
576 This option preserves the old syscall interface along with the
577 new (ARM EABI) one. It also provides a compatibility layer to
578 intercept syscalls that have structure arguments which layout
579 in memory differs between the legacy ABI and the new ARM EABI
580 (only for non "thumb" binaries). This option adds a tiny
581 overhead to all syscalls and produces a slightly larger kernel.
582 If you know you'll be using only pure EABI user space then you
583 can say N here. If this option is not selected and you attempt
584 to execute a legacy ABI binary then the result will be
585 UNPREDICTABLE (in fact it can be predicted that it won't work
586 at all). If in doubt say Y.
587
Dave Hansen3f22ab22005-06-23 00:07:43 -0700588config ARCH_DISCONTIGMEM_ENABLE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 bool
Russell Kingf7e68bb2005-05-05 14:49:01 +0100590 default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 help
592 Say Y to support efficient handling of discontiguous physical memory,
593 for architectures which are either NUMA (Non-Uniform Memory Access)
594 or have huge holes in the physical address space for other reasons.
595 See <file:Documentation/vm/numa> for more.
596
Yasunori Gotoc80d79d2006-04-10 22:53:53 -0700597config NODES_SHIFT
598 int
599 default "4" if ARCH_LH7A40X
600 default "2"
601 depends on NEED_MULTIPLE_NODES
602
Dave Hansen3f22ab22005-06-23 00:07:43 -0700603source "mm/Kconfig"
604
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605config LEDS
606 bool "Timer and CPU usage LEDs"
607 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \
608 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
609 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
610 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
SAN People73a59c12006-01-09 17:05:41 +0000611 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
Andrew Victor58a0cd72006-12-01 14:51:13 +0100612 ARCH_AT91 || MACH_TRIZEPS4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 help
614 If you say Y here, the LEDs on your machine will be used
615 to provide useful information about your current system status.
616
617 If you are compiling a kernel for a NetWinder or EBSA-285, you will
618 be able to select which LEDs are active using the options below. If
619 you are compiling a kernel for the EBSA-110 or the LART however, the
620 red LED will simply flash regularly to indicate that the system is
621 still functional. It is safe to say Y here if you have a CATS
622 system, but the driver will do nothing.
623
624config LEDS_TIMER
625 bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
626 MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
627 depends on LEDS
628 default y if ARCH_EBSA110
629 help
630 If you say Y here, one of the system LEDs (the green one on the
631 NetWinder, the amber one on the EBSA285, or the red one on the LART)
632 will flash regularly to indicate that the system is still
633 operational. This is mainly useful to kernel hackers who are
634 debugging unstable kernels.
635
636 The LART uses the same LED for both Timer LED and CPU usage LED
637 functions. You may choose to use both, but the Timer LED function
638 will overrule the CPU usage LED.
639
640config LEDS_CPU
641 bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \
642 !ARCH_OMAP) || MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
643 depends on LEDS
644 help
645 If you say Y here, the red LED will be used to give a good real
646 time indication of CPU usage, by lighting whenever the idle task
647 is not currently executing.
648
649 The LART uses the same LED for both Timer LED and CPU usage LED
650 functions. You may choose to use both, but the Timer LED function
651 will overrule the CPU usage LED.
652
653config ALIGNMENT_TRAP
654 bool
Hyok S. Choif12d0d72006-09-26 17:36:37 +0900655 depends on CPU_CP15_MMU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656 default y if !ARCH_EBSA110
657 help
Matt LaPlante84eb8d02006-10-03 22:53:09 +0200658 ARM processors cannot fetch/store information which is not
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
660 address divisible by 4. On 32-bit ARM processors, these non-aligned
661 fetch/store instructions will be emulated in software if you say
662 here, which has a severe performance impact. This is necessary for
663 correct operation of some network protocols. With an IP-only
664 configuration it is safe to say N, otherwise say Y.
665
666endmenu
667
668menu "Boot options"
669
670# Compressed boot loader in ROM. Yes, we really want to ask about
671# TEXT and BSS so we preserve their values in the config files.
672config ZBOOT_ROM_TEXT
673 hex "Compressed ROM boot loader base address"
674 default "0"
675 help
676 The physical address at which the ROM-able zImage is to be
677 placed in the target. Platforms which normally make use of
678 ROM-able zImage formats normally set this to a suitable
679 value in their defconfig file.
680
681 If ZBOOT_ROM is not enabled, this has no effect.
682
683config ZBOOT_ROM_BSS
684 hex "Compressed ROM boot loader BSS address"
685 default "0"
686 help
Dan Fandrichf8c440b2006-09-20 23:28:51 +0100687 The base address of an area of read/write memory in the target
688 for the ROM-able zImage which must be available while the
689 decompressor is running. It must be large enough to hold the
690 entire decompressed kernel plus an additional 128 KiB.
691 Platforms which normally make use of ROM-able zImage formats
692 normally set this to a suitable value in their defconfig file.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693
694 If ZBOOT_ROM is not enabled, this has no effect.
695
696config ZBOOT_ROM
697 bool "Compressed boot loader in ROM/flash"
698 depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
699 help
700 Say Y here if you intend to execute your compressed kernel image
701 (zImage) directly from ROM or flash. If unsure, say N.
702
703config CMDLINE
704 string "Default kernel command string"
705 default ""
706 help
707 On some architectures (EBSA110 and CATS), there is currently no way
708 for the boot loader to pass arguments to the kernel. For these
709 architectures, you should supply some command-line options at build
710 time by entering them here. As a minimum, you should specify the
711 memory size and the root device (e.g., mem=64M root=/dev/nfs).
712
713config XIP_KERNEL
714 bool "Kernel Execute-In-Place from ROM"
715 depends on !ZBOOT_ROM
716 help
717 Execute-In-Place allows the kernel to run from non-volatile storage
718 directly addressable by the CPU, such as NOR flash. This saves RAM
719 space since the text section of the kernel is not loaded from flash
720 to RAM. Read-write sections, such as the data section and stack,
721 are still copied to RAM. The XIP kernel is not compressed since
722 it has to run directly from flash, so it will take more space to
723 store it. The flash address used to link the kernel object files,
724 and for storing it, is configuration dependent. Therefore, if you
725 say Y here, you must know the proper physical address where to
726 store the kernel image depending on your own flash memory usage.
727
728 Also note that the make target becomes "make xipImage" rather than
729 "make zImage" or "make Image". The final kernel binary to put in
730 ROM memory will be arch/arm/boot/xipImage.
731
732 If unsure, say N.
733
734config XIP_PHYS_ADDR
735 hex "XIP Kernel Physical Location"
736 depends on XIP_KERNEL
737 default "0x00080000"
738 help
739 This is the physical address in your flash memory the kernel will
740 be linked for and stored to. This address is dependent on your
741 own flash usage.
742
743endmenu
744
Pavel Pisa3c8cd0c2006-12-06 17:25:04 +0100745if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746
747menu "CPU Frequency scaling"
748
749source "drivers/cpufreq/Kconfig"
750
751config CPU_FREQ_SA1100
752 bool
Vincent Sanders07c6d482005-06-09 21:59:22 +0100753 depends on CPU_FREQ && (SA1100_H3100 || SA1100_H3600 || SA1100_H3800 || SA1100_LART || SA1100_PLEB || SA1100_BADGE4 || SA1100_HACKKIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 default y
755
756config CPU_FREQ_SA1110
757 bool
758 depends on CPU_FREQ && (SA1100_ASSABET || SA1100_CERF || SA1100_PT_SYSTEM3)
759 default y
760
761config CPU_FREQ_INTEGRATOR
762 tristate "CPUfreq driver for ARM Integrator CPUs"
763 depends on ARCH_INTEGRATOR && CPU_FREQ
764 default y
765 help
766 This enables the CPUfreq driver for ARM Integrator CPUs.
767
768 For details, take a look at <file:Documentation/cpu-freq>.
769
770 If in doubt, say Y.
771
Pavel Pisa3c8cd0c2006-12-06 17:25:04 +0100772config CPU_FREQ_IMX
773 tristate "CPUfreq driver for i.MX CPUs"
774 depends on ARCH_IMX && CPU_FREQ
775 default n
776 help
777 This enables the CPUfreq driver for i.MX CPUs.
778
779 If in doubt, say N.
780
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781endmenu
782
783endif
784
785menu "Floating point emulation"
786
787comment "At least one emulation must be selected"
788
789config FPE_NWFPE
790 bool "NWFPE math emulation"
Nicolas Pitre8993a442006-01-14 16:36:50 +0000791 depends on !AEABI || OABI_COMPAT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792 ---help---
793 Say Y to include the NWFPE floating point emulator in the kernel.
794 This is necessary to run most binaries. Linux does not currently
795 support floating point hardware so you need to say Y here even if
796 your machine has an FPA or floating point co-processor podule.
797
798 You may say N here if you are going to load the Acorn FPEmulator
799 early in the bootup.
800
801config FPE_NWFPE_XP
802 bool "Support extended precision"
Lennert Buytenhekbedf1422005-11-07 21:12:08 +0000803 depends on FPE_NWFPE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 help
805 Say Y to include 80-bit support in the kernel floating-point
806 emulator. Otherwise, only 32 and 64-bit support is compiled in.
807 Note that gcc does not generate 80-bit operations by default,
808 so in most cases this option only enlarges the size of the
809 floating point emulator without any good reason.
810
811 You almost surely want to say N here.
812
813config FPE_FASTFPE
814 bool "FastFPE math emulation (EXPERIMENTAL)"
Nicolas Pitre8993a442006-01-14 16:36:50 +0000815 depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 ---help---
817 Say Y here to include the FAST floating point emulator in the kernel.
818 This is an experimental much faster emulator which now also has full
819 precision for the mantissa. It does not support any exceptions.
820 It is very simple, and approximately 3-6 times faster than NWFPE.
821
822 It should be sufficient for most programs. It may be not suitable
823 for scientific calculations, but you have to check this for yourself.
824 If you do not feel you need a faster FP emulation you should better
825 choose NWFPE.
826
827config VFP
828 bool "VFP-format floating point maths"
829 depends on CPU_V6 || CPU_ARM926T
830 help
831 Say Y to include VFP support code in the kernel. This is needed
832 if your hardware includes a VFP unit.
833
834 Please see <file:Documentation/arm/VFP/release-notes.txt> for
835 release notes and additional status information.
836
837 Say N if your target does not have VFP hardware.
838
839endmenu
840
841menu "Userspace binary formats"
842
843source "fs/Kconfig.binfmt"
844
845config ARTHUR
846 tristate "RISC OS personality"
Nicolas Pitre704bdda2006-01-14 16:33:50 +0000847 depends on !AEABI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 help
849 Say Y here to include the kernel code necessary if you want to run
850 Acorn RISC OS/Arthur binaries under Linux. This code is still very
851 experimental; if this sounds frightening, say N and sleep in peace.
852 You can also say M here to compile this support as a module (which
853 will be called arthur).
854
855endmenu
856
857menu "Power management options"
858
Russell Kingeceab4a2005-11-15 11:31:41 +0000859source "kernel/power/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861config APM
862 tristate "Advanced Power Management Emulation"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 ---help---
864 APM is a BIOS specification for saving power using several different
865 techniques. This is mostly useful for battery powered laptops with
866 APM compliant BIOSes. If you say Y here, the system time will be
867 reset after a RESUME operation, the /proc/apm device will provide
868 battery status information, and user-space programs will receive
869 notification of APM "events" (e.g. battery status change).
870
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871 In order to use APM, you will need supporting software. For location
872 and more information, read <file:Documentation/pm.txt> and the
873 Battery Powered Linux mini-HOWTO, available from
874 <http://www.tldp.org/docs.html#howto>.
875
876 This driver does not spin down disk drives (see the hdparm(8)
877 manpage ("man 8 hdparm") for that), and it doesn't turn off
878 VESA-compliant "green" monitors.
879
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 Generally, if you don't have a battery in your machine, there isn't
881 much point in using this driver and you should say N. If you get
882 random kernel OOPSes or reboots that don't seem to be related to
883 anything, try disabling/enabling this option (or disabling/enabling
884 APM in your BIOS).
885
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886endmenu
887
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700888source "net/Kconfig"
889
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890menu "Device Drivers"
891
892source "drivers/base/Kconfig"
893
Pavel Machekc35bf4a2005-11-12 20:25:25 +0000894source "drivers/connector/Kconfig"
895
Hyok S. Choif12d0d72006-09-26 17:36:37 +0900896if ALIGNMENT_TRAP || !CPU_CP15_MMU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897source "drivers/mtd/Kconfig"
898endif
899
900source "drivers/parport/Kconfig"
901
902source "drivers/pnp/Kconfig"
903
904source "drivers/block/Kconfig"
905
906source "drivers/acorn/block/Kconfig"
907
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +0100908if PCMCIA || ARCH_CLPS7500 || ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX \
David Brownellbb011b82005-06-12 23:26:05 +0100909 || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \
Lennert Buytenhekc4713072006-03-28 21:18:54 +0100910 || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE \
911 || ARCH_IXP23XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912source "drivers/ide/Kconfig"
913endif
914
915source "drivers/scsi/Kconfig"
916
Martin Michlmayreb370f02006-11-17 00:14:35 +0100917source "drivers/ata/Kconfig"
918
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919source "drivers/md/Kconfig"
920
921source "drivers/message/fusion/Kconfig"
922
923source "drivers/ieee1394/Kconfig"
924
925source "drivers/message/i2o/Kconfig"
926
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700927source "drivers/net/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
929source "drivers/isdn/Kconfig"
930
931# input before char - char/joystick depends on it. As does USB.
932
933source "drivers/input/Kconfig"
934
935source "drivers/char/Kconfig"
936
937source "drivers/i2c/Kconfig"
938
David Brownell8ae12a02006-01-08 13:34:19 -0800939source "drivers/spi/Kconfig"
940
Alessandro Zummo04916c02006-03-10 22:30:01 +0000941source "drivers/w1/Kconfig"
942
Jean Delvaread2f9312005-07-02 18:15:49 +0200943source "drivers/hwmon/Kconfig"
944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945#source "drivers/l3/Kconfig"
946
947source "drivers/misc/Kconfig"
948
Russell Kinga4e137a2005-08-18 10:06:59 +0100949source "drivers/mfd/Kconfig"
950
Richard Purdiec72a1d62006-03-31 02:31:04 -0800951source "drivers/leds/Kconfig"
952
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953source "drivers/media/Kconfig"
954
955source "drivers/video/Kconfig"
956
957source "sound/Kconfig"
958
Sascha Hauerc2dade52006-12-12 10:32:42 +0100959source "drivers/hid/Kconfig"
960
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961source "drivers/usb/Kconfig"
962
963source "drivers/mmc/Kconfig"
964
Alessandro Zummo12b824f2006-03-27 01:16:35 -0800965source "drivers/rtc/Kconfig"
966
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967endmenu
968
969source "fs/Kconfig"
970
971source "arch/arm/oprofile/Kconfig"
972
973source "arch/arm/Kconfig.debug"
974
975source "security/Kconfig"
976
977source "crypto/Kconfig"
978
979source "lib/Kconfig"