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