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