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