]> bbs.cooldavid.org Git - net-next-2.6.git/blob - arch/arm/Kconfig
Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux...
[net-next-2.6.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_AOUT
12         select HAVE_IDE
13         select HAVE_MEMBLOCK
14         select RTC_LIB
15         select SYS_SUPPORTS_APM_EMULATION
16         select GENERIC_ATOMIC64 if (!CPU_32v6K)
17         select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
18         select HAVE_ARCH_KGDB
19         select HAVE_KPROBES if (!XIP_KERNEL)
20         select HAVE_KRETPROBES if (HAVE_KPROBES)
21         select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
22         select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL)
23         select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL)
24         select HAVE_GENERIC_DMA_COHERENT
25         select HAVE_KERNEL_GZIP
26         select HAVE_KERNEL_LZO
27         select HAVE_KERNEL_LZMA
28         select HAVE_PERF_EVENTS
29         select PERF_USE_VMALLOC
30         select HAVE_REGS_AND_STACK_ACCESS_API
31         select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7))
32         help
33           The ARM series is a line of low-power-consumption RISC chip designs
34           licensed by ARM Ltd and targeted at embedded applications and
35           handhelds such as the Compaq IPAQ.  ARM-based PCs are no longer
36           manufactured, but legacy ARM-based PC hardware remains popular in
37           Europe.  There is an ARM Linux project with a web page at
38           <http://www.arm.linux.org.uk/>.
39
40 config HAVE_PWM
41         bool
42
43 config SYS_SUPPORTS_APM_EMULATION
44         bool
45
46 config GENERIC_GPIO
47         bool
48
49 config ARCH_USES_GETTIMEOFFSET
50         bool
51         default n
52
53 config GENERIC_CLOCKEVENTS
54         bool
55
56 config GENERIC_CLOCKEVENTS_BROADCAST
57         bool
58         depends on GENERIC_CLOCKEVENTS
59         default y if SMP
60
61 config HAVE_TCM
62         bool
63         select GENERIC_ALLOCATOR
64
65 config HAVE_PROC_CPU
66         bool
67
68 config NO_IOPORT
69         bool
70
71 config EISA
72         bool
73         ---help---
74           The Extended Industry Standard Architecture (EISA) bus was
75           developed as an open alternative to the IBM MicroChannel bus.
76
77           The EISA bus provided some of the features of the IBM MicroChannel
78           bus while maintaining backward compatibility with cards made for
79           the older ISA bus.  The EISA bus saw limited use between 1988 and
80           1995 when it was made obsolete by the PCI bus.
81
82           Say Y here if you are building a kernel for an EISA-based machine.
83
84           Otherwise, say N.
85
86 config SBUS
87         bool
88
89 config MCA
90         bool
91         help
92           MicroChannel Architecture is found in some IBM PS/2 machines and
93           laptops.  It is a bus system similar to PCI or ISA. See
94           <file:Documentation/mca.txt> (and especially the web page given
95           there) before attempting to build an MCA bus kernel.
96
97 config GENERIC_HARDIRQS
98         bool
99         default y
100
101 config STACKTRACE_SUPPORT
102         bool
103         default y
104
105 config HAVE_LATENCYTOP_SUPPORT
106         bool
107         depends on !SMP
108         default y
109
110 config LOCKDEP_SUPPORT
111         bool
112         default y
113
114 config TRACE_IRQFLAGS_SUPPORT
115         bool
116         default y
117
118 config HARDIRQS_SW_RESEND
119         bool
120         default y
121
122 config GENERIC_IRQ_PROBE
123         bool
124         default y
125
126 config GENERIC_LOCKBREAK
127         bool
128         default y
129         depends on SMP && PREEMPT
130
131 config RWSEM_GENERIC_SPINLOCK
132         bool
133         default y
134
135 config RWSEM_XCHGADD_ALGORITHM
136         bool
137
138 config ARCH_HAS_ILOG2_U32
139         bool
140
141 config ARCH_HAS_ILOG2_U64
142         bool
143
144 config ARCH_HAS_CPUFREQ
145         bool
146         help
147           Internal node to signify that the ARCH has CPUFREQ support
148           and that the relevant menu configurations are displayed for
149           it.
150
151 config ARCH_HAS_CPU_IDLE_WAIT
152        def_bool y
153
154 config GENERIC_HWEIGHT
155         bool
156         default y
157
158 config GENERIC_CALIBRATE_DELAY
159         bool
160         default y
161
162 config ARCH_MAY_HAVE_PC_FDC
163         bool
164
165 config ZONE_DMA
166         bool
167
168 config NEED_DMA_MAP_STATE
169        def_bool y
170
171 config GENERIC_ISA_DMA
172         bool
173
174 config FIQ
175         bool
176
177 config ARCH_MTD_XIP
178         bool
179
180 config GENERIC_HARDIRQS_NO__DO_IRQ
181         def_bool y
182
183 config ARM_L1_CACHE_SHIFT_6
184         bool
185         help
186           Setting ARM L1 cache line size to 64 Bytes.
187
188 config VECTORS_BASE
189         hex
190         default 0xffff0000 if MMU || CPU_HIGH_VECTOR
191         default DRAM_BASE if REMAP_VECTORS_TO_RAM
192         default 0x00000000
193         help
194           The base address of exception vectors.
195
196 source "init/Kconfig"
197
198 source "kernel/Kconfig.freezer"
199
200 menu "System Type"
201
202 config MMU
203         bool "MMU-based Paged Memory Management Support"
204         default y
205         help
206           Select if you want MMU-based virtualised addressing space
207           support by paged memory management. If unsure, say 'Y'.
208
209 #
210 # The "ARM system type" choice list is ordered alphabetically by option
211 # text.  Please add new entries in the option alphabetic order.
212 #
213 choice
214         prompt "ARM system type"
215         default ARCH_VERSATILE
216
217 config ARCH_AAEC2000
218         bool "Agilent AAEC-2000 based"
219         select CPU_ARM920T
220         select ARM_AMBA
221         select HAVE_CLK
222         select ARCH_USES_GETTIMEOFFSET
223         help
224           This enables support for systems based on the Agilent AAEC-2000
225
226 config ARCH_INTEGRATOR
227         bool "ARM Ltd. Integrator family"
228         select ARM_AMBA
229         select ARCH_HAS_CPUFREQ
230         select COMMON_CLKDEV
231         select ICST
232         select GENERIC_CLOCKEVENTS
233         select PLAT_VERSATILE
234         help
235           Support for ARM's Integrator platform.
236
237 config ARCH_REALVIEW
238         bool "ARM Ltd. RealView family"
239         select ARM_AMBA
240         select COMMON_CLKDEV
241         select ICST
242         select GENERIC_CLOCKEVENTS
243         select ARCH_WANT_OPTIONAL_GPIOLIB
244         select PLAT_VERSATILE
245         select ARM_TIMER_SP804
246         select GPIO_PL061 if GPIOLIB
247         help
248           This enables support for ARM Ltd RealView boards.
249
250 config ARCH_VERSATILE
251         bool "ARM Ltd. Versatile family"
252         select ARM_AMBA
253         select ARM_VIC
254         select COMMON_CLKDEV
255         select ICST
256         select GENERIC_CLOCKEVENTS
257         select ARCH_WANT_OPTIONAL_GPIOLIB
258         select PLAT_VERSATILE
259         select ARM_TIMER_SP804
260         help
261           This enables support for ARM Ltd Versatile board.
262
263 config ARCH_VEXPRESS
264         bool "ARM Ltd. Versatile Express family"
265         select ARCH_WANT_OPTIONAL_GPIOLIB
266         select ARM_AMBA
267         select ARM_TIMER_SP804
268         select COMMON_CLKDEV
269         select GENERIC_CLOCKEVENTS
270         select HAVE_CLK
271         select ICST
272         select PLAT_VERSATILE
273         help
274           This enables support for the ARM Ltd Versatile Express boards.
275
276 config ARCH_AT91
277         bool "Atmel AT91"
278         select ARCH_REQUIRE_GPIOLIB
279         select HAVE_CLK
280         help
281           This enables support for systems based on the Atmel AT91RM9200,
282           AT91SAM9 and AT91CAP9 processors.
283
284 config ARCH_BCMRING
285         bool "Broadcom BCMRING"
286         depends on MMU
287         select CPU_V6
288         select ARM_AMBA
289         select COMMON_CLKDEV
290         select GENERIC_CLOCKEVENTS
291         select ARCH_WANT_OPTIONAL_GPIOLIB
292         help
293           Support for Broadcom's BCMRing platform.
294
295 config ARCH_CLPS711X
296         bool "Cirrus Logic CLPS711x/EP721x-based"
297         select CPU_ARM720T
298         select ARCH_USES_GETTIMEOFFSET
299         help
300           Support for Cirrus Logic 711x/721x based boards.
301
302 config ARCH_CNS3XXX
303         bool "Cavium Networks CNS3XXX family"
304         select CPU_V6
305         select GENERIC_CLOCKEVENTS
306         select ARM_GIC
307         select PCI_DOMAINS if PCI
308         help
309           Support for Cavium Networks CNS3XXX platform.
310
311 config ARCH_GEMINI
312         bool "Cortina Systems Gemini"
313         select CPU_FA526
314         select ARCH_REQUIRE_GPIOLIB
315         select ARCH_USES_GETTIMEOFFSET
316         help
317           Support for the Cortina Systems Gemini family SoCs
318
319 config ARCH_EBSA110
320         bool "EBSA-110"
321         select CPU_SA110
322         select ISA
323         select NO_IOPORT
324         select ARCH_USES_GETTIMEOFFSET
325         help
326           This is an evaluation board for the StrongARM processor available
327           from Digital. It has limited hardware on-board, including an
328           Ethernet interface, two PCMCIA sockets, two serial ports and a
329           parallel port.
330
331 config ARCH_EP93XX
332         bool "EP93xx-based"
333         select CPU_ARM920T
334         select ARM_AMBA
335         select ARM_VIC
336         select COMMON_CLKDEV
337         select ARCH_REQUIRE_GPIOLIB
338         select ARCH_HAS_HOLES_MEMORYMODEL
339         select ARCH_USES_GETTIMEOFFSET
340         help
341           This enables support for the Cirrus EP93xx series of CPUs.
342
343 config ARCH_FOOTBRIDGE
344         bool "FootBridge"
345         select CPU_SA110
346         select FOOTBRIDGE
347         select ARCH_USES_GETTIMEOFFSET
348         help
349           Support for systems based on the DC21285 companion chip
350           ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
351
352 config ARCH_MXC
353         bool "Freescale MXC/iMX-based"
354         select GENERIC_CLOCKEVENTS
355         select ARCH_REQUIRE_GPIOLIB
356         select COMMON_CLKDEV
357         help
358           Support for Freescale MXC/iMX-based family of processors
359
360 config ARCH_STMP3XXX
361         bool "Freescale STMP3xxx"
362         select CPU_ARM926T
363         select COMMON_CLKDEV
364         select ARCH_REQUIRE_GPIOLIB
365         select GENERIC_CLOCKEVENTS
366         select USB_ARCH_HAS_EHCI
367         help
368           Support for systems based on the Freescale 3xxx CPUs.
369
370 config ARCH_NETX
371         bool "Hilscher NetX based"
372         select CPU_ARM926T
373         select ARM_VIC
374         select GENERIC_CLOCKEVENTS
375         help
376           This enables support for systems based on the Hilscher NetX Soc
377
378 config ARCH_H720X
379         bool "Hynix HMS720x-based"
380         select CPU_ARM720T
381         select ISA_DMA_API
382         select ARCH_USES_GETTIMEOFFSET
383         help
384           This enables support for systems based on the Hynix HMS720x
385
386 config ARCH_IOP13XX
387         bool "IOP13xx-based"
388         depends on MMU
389         select CPU_XSC3
390         select PLAT_IOP
391         select PCI
392         select ARCH_SUPPORTS_MSI
393         select VMSPLIT_1G
394         help
395           Support for Intel's IOP13XX (XScale) family of processors.
396
397 config ARCH_IOP32X
398         bool "IOP32x-based"
399         depends on MMU
400         select CPU_XSCALE
401         select PLAT_IOP
402         select PCI
403         select ARCH_REQUIRE_GPIOLIB
404         help
405           Support for Intel's 80219 and IOP32X (XScale) family of
406           processors.
407
408 config ARCH_IOP33X
409         bool "IOP33x-based"
410         depends on MMU
411         select CPU_XSCALE
412         select PLAT_IOP
413         select PCI
414         select ARCH_REQUIRE_GPIOLIB
415         help
416           Support for Intel's IOP33X (XScale) family of processors.
417
418 config ARCH_IXP23XX
419         bool "IXP23XX-based"
420         depends on MMU
421         select CPU_XSC3
422         select PCI
423         select ARCH_USES_GETTIMEOFFSET
424         help
425           Support for Intel's IXP23xx (XScale) family of processors.
426
427 config ARCH_IXP2000
428         bool "IXP2400/2800-based"
429         depends on MMU
430         select CPU_XSCALE
431         select PCI
432         select ARCH_USES_GETTIMEOFFSET
433         help
434           Support for Intel's IXP2400/2800 (XScale) family of processors.
435
436 config ARCH_IXP4XX
437         bool "IXP4xx-based"
438         depends on MMU
439         select CPU_XSCALE
440         select GENERIC_GPIO
441         select GENERIC_CLOCKEVENTS
442         select DMABOUNCE if PCI
443         help
444           Support for Intel's IXP4XX (XScale) family of processors.
445
446 config ARCH_DOVE
447         bool "Marvell Dove"
448         select PCI
449         select ARCH_REQUIRE_GPIOLIB
450         select GENERIC_CLOCKEVENTS
451         select PLAT_ORION
452         help
453           Support for the Marvell Dove SoC 88AP510
454
455 config ARCH_KIRKWOOD
456         bool "Marvell Kirkwood"
457         select CPU_FEROCEON
458         select PCI
459         select ARCH_REQUIRE_GPIOLIB
460         select GENERIC_CLOCKEVENTS
461         select PLAT_ORION
462         help
463           Support for the following Marvell Kirkwood series SoCs:
464           88F6180, 88F6192 and 88F6281.
465
466 config ARCH_LOKI
467         bool "Marvell Loki (88RC8480)"
468         select CPU_FEROCEON
469         select GENERIC_CLOCKEVENTS
470         select PLAT_ORION
471         help
472           Support for the Marvell Loki (88RC8480) SoC.
473
474 config ARCH_LPC32XX
475         bool "NXP LPC32XX"
476         select CPU_ARM926T
477         select ARCH_REQUIRE_GPIOLIB
478         select HAVE_IDE
479         select ARM_AMBA
480         select USB_ARCH_HAS_OHCI
481         select COMMON_CLKDEV
482         select GENERIC_TIME
483         select GENERIC_CLOCKEVENTS
484         help
485           Support for the NXP LPC32XX family of processors
486
487 config ARCH_MV78XX0
488         bool "Marvell MV78xx0"
489         select CPU_FEROCEON
490         select PCI
491         select ARCH_REQUIRE_GPIOLIB
492         select GENERIC_CLOCKEVENTS
493         select PLAT_ORION
494         help
495           Support for the following Marvell MV78xx0 series SoCs:
496           MV781x0, MV782x0.
497
498 config ARCH_ORION5X
499         bool "Marvell Orion"
500         depends on MMU
501         select CPU_FEROCEON
502         select PCI
503         select ARCH_REQUIRE_GPIOLIB
504         select GENERIC_CLOCKEVENTS
505         select PLAT_ORION
506         help
507           Support for the following Marvell Orion 5x series SoCs:
508           Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
509           Orion-2 (5281), Orion-1-90 (6183).
510
511 config ARCH_MMP
512         bool "Marvell PXA168/910/MMP2"
513         depends on MMU
514         select ARCH_REQUIRE_GPIOLIB
515         select COMMON_CLKDEV
516         select GENERIC_CLOCKEVENTS
517         select TICK_ONESHOT
518         select PLAT_PXA
519         help
520           Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line.
521
522 config ARCH_KS8695
523         bool "Micrel/Kendin KS8695"
524         select CPU_ARM922T
525         select ARCH_REQUIRE_GPIOLIB
526         select ARCH_USES_GETTIMEOFFSET
527         help
528           Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
529           System-on-Chip devices.
530
531 config ARCH_NS9XXX
532         bool "NetSilicon NS9xxx"
533         select CPU_ARM926T
534         select GENERIC_GPIO
535         select GENERIC_CLOCKEVENTS
536         select HAVE_CLK
537         help
538           Say Y here if you intend to run this kernel on a NetSilicon NS9xxx
539           System.
540
541           <http://www.digi.com/products/microprocessors/index.jsp>
542
543 config ARCH_W90X900
544         bool "Nuvoton W90X900 CPU"
545         select CPU_ARM926T
546         select ARCH_REQUIRE_GPIOLIB
547         select COMMON_CLKDEV
548         select GENERIC_CLOCKEVENTS
549         help
550           Support for Nuvoton (Winbond logic dept.) ARM9 processor,
551           At present, the w90x900 has been renamed nuc900, regarding
552           the ARM series product line, you can login the following
553           link address to know more.
554
555           <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
556                 ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>
557
558 config ARCH_NUC93X
559         bool "Nuvoton NUC93X CPU"
560         select CPU_ARM926T
561         select COMMON_CLKDEV
562         help
563           Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a
564           low-power and high performance MPEG-4/JPEG multimedia controller chip.
565
566 config ARCH_TEGRA
567         bool "NVIDIA Tegra"
568         select GENERIC_TIME
569         select GENERIC_CLOCKEVENTS
570         select GENERIC_GPIO
571         select HAVE_CLK
572         select COMMON_CLKDEV
573         select ARCH_HAS_BARRIERS if CACHE_L2X0
574         help
575           This enables support for NVIDIA Tegra based systems (Tegra APX,
576           Tegra 6xx and Tegra 2 series).
577
578 config ARCH_PNX4008
579         bool "Philips Nexperia PNX4008 Mobile"
580         select CPU_ARM926T
581         select COMMON_CLKDEV
582         select ARCH_USES_GETTIMEOFFSET
583         help
584           This enables support for Philips PNX4008 mobile platform.
585
586 config ARCH_PXA
587         bool "PXA2xx/PXA3xx-based"
588         depends on MMU
589         select ARCH_MTD_XIP
590         select ARCH_HAS_CPUFREQ
591         select COMMON_CLKDEV
592         select ARCH_REQUIRE_GPIOLIB
593         select GENERIC_CLOCKEVENTS
594         select TICK_ONESHOT
595         select PLAT_PXA
596         help
597           Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
598
599 config ARCH_MSM
600         bool "Qualcomm MSM"
601         select HAVE_CLK
602         select GENERIC_CLOCKEVENTS
603         select ARCH_REQUIRE_GPIOLIB
604         help
605           Support for Qualcomm MSM/QSD based systems.  This runs on the
606           apps processor of the MSM/QSD and depends on a shared memory
607           interface to the modem processor which runs the baseband
608           stack and controls some vital subsystems
609           (clock and power control, etc).
610
611 config ARCH_SHMOBILE
612         bool "Renesas SH-Mobile"
613         help
614           Support for Renesas's SH-Mobile ARM platforms
615
616 config ARCH_RPC
617         bool "RiscPC"
618         select ARCH_ACORN
619         select FIQ
620         select TIMER_ACORN
621         select ARCH_MAY_HAVE_PC_FDC
622         select HAVE_PATA_PLATFORM
623         select ISA_DMA_API
624         select NO_IOPORT
625         select ARCH_SPARSEMEM_ENABLE
626         select ARCH_USES_GETTIMEOFFSET
627         help
628           On the Acorn Risc-PC, Linux can support the internal IDE disk and
629           CD-ROM interface, serial and parallel port, and the floppy drive.
630
631 config ARCH_SA1100
632         bool "SA1100-based"
633         select CPU_SA1100
634         select ISA
635         select ARCH_SPARSEMEM_ENABLE
636         select ARCH_MTD_XIP
637         select ARCH_HAS_CPUFREQ
638         select CPU_FREQ
639         select GENERIC_CLOCKEVENTS
640         select HAVE_CLK
641         select TICK_ONESHOT
642         select ARCH_REQUIRE_GPIOLIB
643         help
644           Support for StrongARM 11x0 based boards.
645
646 config ARCH_S3C2410
647         bool "Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443, S3C2450"
648         select GENERIC_GPIO
649         select ARCH_HAS_CPUFREQ
650         select HAVE_CLK
651         select ARCH_USES_GETTIMEOFFSET
652         select HAVE_S3C2410_I2C
653         help
654           Samsung S3C2410X CPU based systems, such as the Simtec Electronics
655           BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
656           the Samsung SMDK2410 development board (and derivatives).
657
658           Note, the S3C2416 and the S3C2450 are so close that they even share
659           the same SoC ID code. This means that there is no seperate machine
660           directory (no arch/arm/mach-s3c2450) as the S3C2416 was first.
661
662 config ARCH_S3C64XX
663         bool "Samsung S3C64XX"
664         select PLAT_SAMSUNG
665         select CPU_V6
666         select ARM_VIC
667         select HAVE_CLK
668         select NO_IOPORT
669         select ARCH_USES_GETTIMEOFFSET
670         select ARCH_HAS_CPUFREQ
671         select ARCH_REQUIRE_GPIOLIB
672         select SAMSUNG_CLKSRC
673         select SAMSUNG_IRQ_VIC_TIMER
674         select SAMSUNG_IRQ_UART
675         select S3C_GPIO_TRACK
676         select S3C_GPIO_PULL_UPDOWN
677         select S3C_GPIO_CFG_S3C24XX
678         select S3C_GPIO_CFG_S3C64XX
679         select S3C_DEV_NAND
680         select USB_ARCH_HAS_OHCI
681         select SAMSUNG_GPIOLIB_4BIT
682         select HAVE_S3C2410_I2C
683         select HAVE_S3C2410_WATCHDOG
684         help
685           Samsung S3C64XX series based systems
686
687 config ARCH_S5P6440
688         bool "Samsung S5P6440"
689         select CPU_V6
690         select GENERIC_GPIO
691         select HAVE_CLK
692         select HAVE_S3C2410_WATCHDOG
693         select ARCH_USES_GETTIMEOFFSET
694         select HAVE_S3C2410_I2C
695         select HAVE_S3C_RTC
696         help
697           Samsung S5P6440 CPU based systems
698
699 config ARCH_S5P6442
700         bool "Samsung S5P6442"
701         select CPU_V6
702         select GENERIC_GPIO
703         select HAVE_CLK
704         select ARCH_USES_GETTIMEOFFSET
705         select HAVE_S3C2410_WATCHDOG
706         help
707           Samsung S5P6442 CPU based systems
708
709 config ARCH_S5PC100
710         bool "Samsung S5PC100"
711         select GENERIC_GPIO
712         select HAVE_CLK
713         select CPU_V7
714         select ARM_L1_CACHE_SHIFT_6
715         select ARCH_USES_GETTIMEOFFSET
716         select HAVE_S3C2410_I2C
717         select HAVE_S3C_RTC
718         select HAVE_S3C2410_WATCHDOG
719         help
720           Samsung S5PC100 series based systems
721
722 config ARCH_S5PV210
723         bool "Samsung S5PV210/S5PC110"
724         select CPU_V7
725         select GENERIC_GPIO
726         select HAVE_CLK
727         select ARM_L1_CACHE_SHIFT_6
728         select ARCH_USES_GETTIMEOFFSET
729         select HAVE_S3C2410_I2C
730         select HAVE_S3C_RTC
731         select HAVE_S3C2410_WATCHDOG
732         help
733           Samsung S5PV210/S5PC110 series based systems
734
735 config ARCH_S5PV310
736         bool "Samsung S5PV310/S5PC210"
737         select CPU_V7
738         select GENERIC_GPIO
739         select HAVE_CLK
740         select GENERIC_CLOCKEVENTS
741         help
742           Samsung S5PV310 series based systems
743
744 config ARCH_SHARK
745         bool "Shark"
746         select CPU_SA110
747         select ISA
748         select ISA_DMA
749         select ZONE_DMA
750         select PCI
751         select ARCH_USES_GETTIMEOFFSET
752         help
753           Support for the StrongARM based Digital DNARD machine, also known
754           as "Shark" (<http://www.shark-linux.de/shark.html>).
755
756 config ARCH_LH7A40X
757         bool "Sharp LH7A40X"
758         select CPU_ARM922T
759         select ARCH_SPARSEMEM_ENABLE if !LH7A40X_CONTIGMEM
760         select ARCH_USES_GETTIMEOFFSET
761         help
762           Say Y here for systems based on one of the Sharp LH7A40X
763           System on a Chip processors.  These CPUs include an ARM922T
764           core with a wide array of integrated devices for
765           hand-held and low-power applications.
766
767 config ARCH_U300
768         bool "ST-Ericsson U300 Series"
769         depends on MMU
770         select CPU_ARM926T
771         select HAVE_TCM
772         select ARM_AMBA
773         select ARM_VIC
774         select GENERIC_CLOCKEVENTS
775         select COMMON_CLKDEV
776         select GENERIC_GPIO
777         help
778           Support for ST-Ericsson U300 series mobile platforms.
779
780 config ARCH_U8500
781         bool "ST-Ericsson U8500 Series"
782         select CPU_V7
783         select ARM_AMBA
784         select GENERIC_CLOCKEVENTS
785         select COMMON_CLKDEV
786         select ARCH_REQUIRE_GPIOLIB
787         help
788           Support for ST-Ericsson's Ux500 architecture
789
790 config ARCH_NOMADIK
791         bool "STMicroelectronics Nomadik"
792         select ARM_AMBA
793         select ARM_VIC
794         select CPU_ARM926T
795         select COMMON_CLKDEV
796         select GENERIC_CLOCKEVENTS
797         select ARCH_REQUIRE_GPIOLIB
798         help
799           Support for the Nomadik platform by ST-Ericsson
800
801 config ARCH_DAVINCI
802         bool "TI DaVinci"
803         select GENERIC_CLOCKEVENTS
804         select ARCH_REQUIRE_GPIOLIB
805         select ZONE_DMA
806         select HAVE_IDE
807         select COMMON_CLKDEV
808         select GENERIC_ALLOCATOR
809         select ARCH_HAS_HOLES_MEMORYMODEL
810         help
811           Support for TI's DaVinci platform.
812
813 config ARCH_OMAP
814         bool "TI OMAP"
815         select HAVE_CLK
816         select ARCH_REQUIRE_GPIOLIB
817         select ARCH_HAS_CPUFREQ
818         select GENERIC_CLOCKEVENTS
819         select ARCH_HAS_HOLES_MEMORYMODEL
820         help
821           Support for TI's OMAP platform (OMAP1 and OMAP2).
822
823 config PLAT_SPEAR
824         bool "ST SPEAr"
825         select ARM_AMBA
826         select ARCH_REQUIRE_GPIOLIB
827         select COMMON_CLKDEV
828         select GENERIC_CLOCKEVENTS
829         select HAVE_CLK
830         help
831           Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).
832
833 endchoice
834
835 #
836 # This is sorted alphabetically by mach-* pathname.  However, plat-*
837 # Kconfigs may be included either alphabetically (according to the
838 # plat- suffix) or along side the corresponding mach-* source.
839 #
840 source "arch/arm/mach-aaec2000/Kconfig"
841
842 source "arch/arm/mach-at91/Kconfig"
843
844 source "arch/arm/mach-bcmring/Kconfig"
845
846 source "arch/arm/mach-clps711x/Kconfig"
847
848 source "arch/arm/mach-cns3xxx/Kconfig"
849
850 source "arch/arm/mach-davinci/Kconfig"
851
852 source "arch/arm/mach-dove/Kconfig"
853
854 source "arch/arm/mach-ep93xx/Kconfig"
855
856 source "arch/arm/mach-footbridge/Kconfig"
857
858 source "arch/arm/mach-gemini/Kconfig"
859
860 source "arch/arm/mach-h720x/Kconfig"
861
862 source "arch/arm/mach-integrator/Kconfig"
863
864 source "arch/arm/mach-iop32x/Kconfig"
865
866 source "arch/arm/mach-iop33x/Kconfig"
867
868 source "arch/arm/mach-iop13xx/Kconfig"
869
870 source "arch/arm/mach-ixp4xx/Kconfig"
871
872 source "arch/arm/mach-ixp2000/Kconfig"
873
874 source "arch/arm/mach-ixp23xx/Kconfig"
875
876 source "arch/arm/mach-kirkwood/Kconfig"
877
878 source "arch/arm/mach-ks8695/Kconfig"
879
880 source "arch/arm/mach-lh7a40x/Kconfig"
881
882 source "arch/arm/mach-loki/Kconfig"
883
884 source "arch/arm/mach-lpc32xx/Kconfig"
885
886 source "arch/arm/mach-msm/Kconfig"
887
888 source "arch/arm/mach-mv78xx0/Kconfig"
889
890 source "arch/arm/plat-mxc/Kconfig"
891
892 source "arch/arm/mach-netx/Kconfig"
893
894 source "arch/arm/mach-nomadik/Kconfig"
895 source "arch/arm/plat-nomadik/Kconfig"
896
897 source "arch/arm/mach-ns9xxx/Kconfig"
898
899 source "arch/arm/mach-nuc93x/Kconfig"
900
901 source "arch/arm/plat-omap/Kconfig"
902
903 source "arch/arm/mach-omap1/Kconfig"
904
905 source "arch/arm/mach-omap2/Kconfig"
906
907 source "arch/arm/mach-orion5x/Kconfig"
908
909 source "arch/arm/mach-pxa/Kconfig"
910 source "arch/arm/plat-pxa/Kconfig"
911
912 source "arch/arm/mach-mmp/Kconfig"
913
914 source "arch/arm/mach-realview/Kconfig"
915
916 source "arch/arm/mach-sa1100/Kconfig"
917
918 source "arch/arm/plat-samsung/Kconfig"
919 source "arch/arm/plat-s3c24xx/Kconfig"
920 source "arch/arm/plat-s5p/Kconfig"
921
922 source "arch/arm/plat-spear/Kconfig"
923
924 if ARCH_S3C2410
925 source "arch/arm/mach-s3c2400/Kconfig"
926 source "arch/arm/mach-s3c2410/Kconfig"
927 source "arch/arm/mach-s3c2412/Kconfig"
928 source "arch/arm/mach-s3c2416/Kconfig"
929 source "arch/arm/mach-s3c2440/Kconfig"
930 source "arch/arm/mach-s3c2443/Kconfig"
931 endif
932
933 if ARCH_S3C64XX
934 source "arch/arm/mach-s3c64xx/Kconfig"
935 endif
936
937 source "arch/arm/mach-s5p6440/Kconfig"
938
939 source "arch/arm/mach-s5p6442/Kconfig"
940
941 source "arch/arm/mach-s5pc100/Kconfig"
942
943 source "arch/arm/mach-s5pv210/Kconfig"
944
945 source "arch/arm/mach-s5pv310/Kconfig"
946
947 source "arch/arm/mach-shmobile/Kconfig"
948
949 source "arch/arm/plat-stmp3xxx/Kconfig"
950
951 source "arch/arm/mach-tegra/Kconfig"
952
953 source "arch/arm/mach-u300/Kconfig"
954
955 source "arch/arm/mach-ux500/Kconfig"
956
957 source "arch/arm/mach-versatile/Kconfig"
958
959 source "arch/arm/mach-vexpress/Kconfig"
960
961 source "arch/arm/mach-w90x900/Kconfig"
962
963 # Definitions to make life easier
964 config ARCH_ACORN
965         bool
966
967 config PLAT_IOP
968         bool
969         select GENERIC_CLOCKEVENTS
970
971 config PLAT_ORION
972         bool
973
974 config PLAT_PXA
975         bool
976
977 config PLAT_VERSATILE
978         bool
979
980 config ARM_TIMER_SP804
981         bool
982
983 source arch/arm/mm/Kconfig
984
985 config IWMMXT
986         bool "Enable iWMMXt support"
987         depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK
988         default y if PXA27x || PXA3xx || ARCH_MMP
989         help
990           Enable support for iWMMXt context switching at run time if
991           running on a CPU that supports it.
992
993 #  bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
994 config XSCALE_PMU
995         bool
996         depends on CPU_XSCALE && !XSCALE_PMU_TIMER
997         default y
998
999 config CPU_HAS_PMU
1000         depends on (CPU_V6 || CPU_V7 || XSCALE_PMU) && \
1001                    (!ARCH_OMAP3 || OMAP3_EMU)
1002         default y
1003         bool
1004
1005 if !MMU
1006 source "arch/arm/Kconfig-nommu"
1007 endif
1008
1009 config ARM_ERRATA_411920
1010         bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
1011         depends on CPU_V6
1012         help
1013           Invalidation of the Instruction Cache operation can
1014           fail. This erratum is present in 1136 (before r1p4), 1156 and 1176.
1015           It does not affect the MPCore. This option enables the ARM Ltd.
1016           recommended workaround.
1017
1018 config ARM_ERRATA_430973
1019         bool "ARM errata: Stale prediction on replaced interworking branch"
1020         depends on CPU_V7
1021         help
1022           This option enables the workaround for the 430973 Cortex-A8
1023           (r1p0..r1p2) erratum. If a code sequence containing an ARM/Thumb
1024           interworking branch is replaced with another code sequence at the
1025           same virtual address, whether due to self-modifying code or virtual
1026           to physical address re-mapping, Cortex-A8 does not recover from the
1027           stale interworking branch prediction. This results in Cortex-A8
1028           executing the new code sequence in the incorrect ARM or Thumb state.
1029           The workaround enables the BTB/BTAC operations by setting ACTLR.IBE
1030           and also flushes the branch target cache at every context switch.
1031           Note that setting specific bits in the ACTLR register may not be
1032           available in non-secure mode.
1033
1034 config ARM_ERRATA_458693
1035         bool "ARM errata: Processor deadlock when a false hazard is created"
1036         depends on CPU_V7
1037         help
1038           This option enables the workaround for the 458693 Cortex-A8 (r2p0)
1039           erratum. For very specific sequences of memory operations, it is
1040           possible for a hazard condition intended for a cache line to instead
1041           be incorrectly associated with a different cache line. This false
1042           hazard might then cause a processor deadlock. The workaround enables
1043           the L1 caching of the NEON accesses and disables the PLD instruction
1044           in the ACTLR register. Note that setting specific bits in the ACTLR
1045           register may not be available in non-secure mode.
1046
1047 config ARM_ERRATA_460075
1048         bool "ARM errata: Data written to the L2 cache can be overwritten with stale data"
1049         depends on CPU_V7
1050         help
1051           This option enables the workaround for the 460075 Cortex-A8 (r2p0)
1052           erratum. Any asynchronous access to the L2 cache may encounter a
1053           situation in which recent store transactions to the L2 cache are lost
1054           and overwritten with stale memory contents from external memory. The
1055           workaround disables the write-allocate mode for the L2 cache via the
1056           ACTLR register. Note that setting specific bits in the ACTLR register
1057           may not be available in non-secure mode.
1058
1059 config ARM_ERRATA_742230
1060         bool "ARM errata: DMB operation may be faulty"
1061         depends on CPU_V7 && SMP
1062         help
1063           This option enables the workaround for the 742230 Cortex-A9
1064           (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction
1065           between two write operations may not ensure the correct visibility
1066           ordering of the two writes. This workaround sets a specific bit in
1067           the diagnostic register of the Cortex-A9 which causes the DMB
1068           instruction to behave as a DSB, ensuring the correct behaviour of
1069           the two writes.
1070
1071 config ARM_ERRATA_742231
1072         bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption"
1073         depends on CPU_V7 && SMP
1074         help
1075           This option enables the workaround for the 742231 Cortex-A9
1076           (r2p0..r2p2) erratum. Under certain conditions, specific to the
1077           Cortex-A9 MPCore micro-architecture, two CPUs working in SMP mode,
1078           accessing some data located in the same cache line, may get corrupted
1079           data due to bad handling of the address hazard when the line gets
1080           replaced from one of the CPUs at the same time as another CPU is
1081           accessing it. This workaround sets specific bits in the diagnostic
1082           register of the Cortex-A9 which reduces the linefill issuing
1083           capabilities of the processor.
1084
1085 config PL310_ERRATA_588369
1086         bool "Clean & Invalidate maintenance operations do not invalidate clean lines"
1087         depends on CACHE_L2X0 && ARCH_OMAP4
1088         help
1089            The PL310 L2 cache controller implements three types of Clean &
1090            Invalidate maintenance operations: by Physical Address
1091            (offset 0x7F0), by Index/Way (0x7F8) and by Way (0x7FC).
1092            They are architecturally defined to behave as the execution of a
1093            clean operation followed immediately by an invalidate operation,
1094            both performing to the same memory location. This functionality
1095            is not correctly implemented in PL310 as clean lines are not
1096            invalidated as a result of these operations. Note that this errata
1097            uses Texas Instrument's secure monitor api.
1098
1099 config ARM_ERRATA_720789
1100         bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
1101         depends on CPU_V7 && SMP
1102         help
1103           This option enables the workaround for the 720789 Cortex-A9 (prior to
1104           r2p0) erratum. A faulty ASID can be sent to the other CPUs for the
1105           broadcasted CP15 TLB maintenance operations TLBIASIDIS and TLBIMVAIS.
1106           As a consequence of this erratum, some TLB entries which should be
1107           invalidated are not, resulting in an incoherency in the system page
1108           tables. The workaround changes the TLB flushing routines to invalidate
1109           entries regardless of the ASID.
1110 endmenu
1111
1112 source "arch/arm/common/Kconfig"
1113
1114 menu "Bus support"
1115
1116 config ARM_AMBA
1117         bool
1118
1119 config ISA
1120         bool
1121         help
1122           Find out whether you have ISA slots on your motherboard.  ISA is the
1123           name of a bus system, i.e. the way the CPU talks to the other stuff
1124           inside your box.  Other bus systems are PCI, EISA, MicroChannel
1125           (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
1126           newer boards don't support it.  If you have ISA, say Y, otherwise N.
1127
1128 # Select ISA DMA controller support
1129 config ISA_DMA
1130         bool
1131         select ISA_DMA_API
1132
1133 # Select ISA DMA interface
1134 config ISA_DMA_API
1135         bool
1136
1137 config PCI
1138         bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX
1139         help
1140           Find out whether you have a PCI motherboard. PCI is the name of a
1141           bus system, i.e. the way the CPU talks to the other stuff inside
1142           your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
1143           VESA. If you have PCI, say Y, otherwise N.
1144
1145 config PCI_DOMAINS
1146         bool
1147         depends on PCI
1148
1149 config PCI_SYSCALL
1150         def_bool PCI
1151
1152 # Select the host bridge type
1153 config PCI_HOST_VIA82C505
1154         bool
1155         depends on PCI && ARCH_SHARK
1156         default y
1157
1158 config PCI_HOST_ITE8152
1159         bool
1160         depends on PCI && MACH_ARMCORE
1161         default y
1162         select DMABOUNCE
1163
1164 source "drivers/pci/Kconfig"
1165
1166 source "drivers/pcmcia/Kconfig"
1167
1168 endmenu
1169
1170 menu "Kernel Features"
1171
1172 source "kernel/time/Kconfig"
1173
1174 config SMP
1175         bool "Symmetric Multi-Processing (EXPERIMENTAL)"
1176         depends on EXPERIMENTAL
1177         depends on GENERIC_CLOCKEVENTS
1178         depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
1179                  MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 ||\
1180                  ARCH_S5PV310 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4
1181         select USE_GENERIC_SMP_HELPERS
1182         select HAVE_ARM_SCU
1183         help
1184           This enables support for systems with more than one CPU. If you have
1185           a system with only one CPU, like most personal computers, say N. If
1186           you have a system with more than one CPU, say Y.
1187
1188           If you say N here, the kernel will run on single and multiprocessor
1189           machines, but will use only one CPU of a multiprocessor machine. If
1190           you say Y here, the kernel will run on many, but not all, single
1191           processor machines. On a single processor machine, the kernel will
1192           run faster if you say N here.
1193
1194           See also <file:Documentation/i386/IO-APIC.txt>,
1195           <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
1196           <http://www.linuxdoc.org/docs.html#howto>.
1197
1198           If you don't know what to do here, say N.
1199
1200 config SMP_ON_UP
1201         bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
1202         depends on EXPERIMENTAL
1203         depends on SMP && !XIP && !THUMB2_KERNEL
1204         default y
1205         help
1206           SMP kernels contain instructions which fail on non-SMP processors.
1207           Enabling this option allows the kernel to modify itself to make
1208           these instructions safe.  Disabling it allows about 1K of space
1209           savings.
1210
1211           If you don't know what to do here, say Y.
1212
1213 config HAVE_ARM_SCU
1214         bool
1215         depends on SMP
1216         help
1217           This option enables support for the ARM system coherency unit
1218
1219 config HAVE_ARM_TWD
1220         bool
1221         depends on SMP
1222         help
1223           This options enables support for the ARM timer and watchdog unit
1224
1225 choice
1226         prompt "Memory split"
1227         default VMSPLIT_3G
1228         help
1229           Select the desired split between kernel and user memory.
1230
1231           If you are not absolutely sure what you are doing, leave this
1232           option alone!
1233
1234         config VMSPLIT_3G
1235                 bool "3G/1G user/kernel split"
1236         config VMSPLIT_2G
1237                 bool "2G/2G user/kernel split"
1238         config VMSPLIT_1G
1239                 bool "1G/3G user/kernel split"
1240 endchoice
1241
1242 config PAGE_OFFSET
1243         hex
1244         default 0x40000000 if VMSPLIT_1G
1245         default 0x80000000 if VMSPLIT_2G
1246         default 0xC0000000
1247
1248 config NR_CPUS
1249         int "Maximum number of CPUs (2-32)"
1250         range 2 32
1251         depends on SMP
1252         default "4"
1253
1254 config HOTPLUG_CPU
1255         bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
1256         depends on SMP && HOTPLUG && EXPERIMENTAL
1257         help
1258           Say Y here to experiment with turning CPUs off and on.  CPUs
1259           can be controlled through /sys/devices/system/cpu.
1260
1261 config LOCAL_TIMERS
1262         bool "Use local timer interrupts"
1263         depends on SMP
1264         default y
1265         select HAVE_ARM_TWD
1266         help
1267           Enable support for local timers on SMP platforms, rather then the
1268           legacy IPI broadcast method.  Local timers allows the system
1269           accounting to be spread across the timer interval, preventing a
1270           "thundering herd" at every timer tick.
1271
1272 source kernel/Kconfig.preempt
1273
1274 config HZ
1275         int
1276         default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P6440 || \
1277                 ARCH_S5P6442 || ARCH_S5PV210 || ARCH_S5PV310
1278         default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
1279         default AT91_TIMER_HZ if ARCH_AT91
1280         default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
1281         default 100
1282
1283 config THUMB2_KERNEL
1284         bool "Compile the kernel in Thumb-2 mode"
1285         depends on CPU_V7 && EXPERIMENTAL
1286         select AEABI
1287         select ARM_ASM_UNIFIED
1288         help
1289           By enabling this option, the kernel will be compiled in
1290           Thumb-2 mode. A compiler/assembler that understand the unified
1291           ARM-Thumb syntax is needed.
1292
1293           If unsure, say N.
1294
1295 config ARM_ASM_UNIFIED
1296         bool
1297
1298 config AEABI
1299         bool "Use the ARM EABI to compile the kernel"
1300         help
1301           This option allows for the kernel to be compiled using the latest
1302           ARM ABI (aka EABI).  This is only useful if you are using a user
1303           space environment that is also compiled with EABI.
1304
1305           Since there are major incompatibilities between the legacy ABI and
1306           EABI, especially with regard to structure member alignment, this
1307           option also changes the kernel syscall calling convention to
1308           disambiguate both ABIs and allow for backward compatibility support
1309           (selected with CONFIG_OABI_COMPAT).
1310
1311           To use this you need GCC version 4.0.0 or later.
1312
1313 config OABI_COMPAT
1314         bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
1315         depends on AEABI && EXPERIMENTAL
1316         default y
1317         help
1318           This option preserves the old syscall interface along with the
1319           new (ARM EABI) one. It also provides a compatibility layer to
1320           intercept syscalls that have structure arguments which layout
1321           in memory differs between the legacy ABI and the new ARM EABI
1322           (only for non "thumb" binaries). This option adds a tiny
1323           overhead to all syscalls and produces a slightly larger kernel.
1324           If you know you'll be using only pure EABI user space then you
1325           can say N here. If this option is not selected and you attempt
1326           to execute a legacy ABI binary then the result will be
1327           UNPREDICTABLE (in fact it can be predicted that it won't work
1328           at all). If in doubt say Y.
1329
1330 config ARCH_HAS_HOLES_MEMORYMODEL
1331         bool
1332
1333 config ARCH_SPARSEMEM_ENABLE
1334         bool
1335
1336 config ARCH_SPARSEMEM_DEFAULT
1337         def_bool ARCH_SPARSEMEM_ENABLE
1338
1339 config ARCH_SELECT_MEMORY_MODEL
1340         def_bool ARCH_SPARSEMEM_ENABLE
1341
1342 config HIGHMEM
1343         bool "High Memory Support (EXPERIMENTAL)"
1344         depends on MMU && EXPERIMENTAL
1345         help
1346           The address space of ARM processors is only 4 Gigabytes large
1347           and it has to accommodate user address space, kernel address
1348           space as well as some memory mapped IO. That means that, if you
1349           have a large amount of physical memory and/or IO, not all of the
1350           memory can be "permanently mapped" by the kernel. The physical
1351           memory that is not permanently mapped is called "high memory".
1352
1353           Depending on the selected kernel/user memory split, minimum
1354           vmalloc space and actual amount of RAM, you may not need this
1355           option which should result in a slightly faster kernel.
1356
1357           If unsure, say n.
1358
1359 config HIGHPTE
1360         bool "Allocate 2nd-level pagetables from highmem"
1361         depends on HIGHMEM
1362         depends on !OUTER_CACHE
1363
1364 config HW_PERF_EVENTS
1365         bool "Enable hardware performance counter support for perf events"
1366         depends on PERF_EVENTS && CPU_HAS_PMU
1367         default y
1368         help
1369           Enable hardware performance counter support for perf events. If
1370           disabled, perf events will use software events only.
1371
1372 config SPARSE_IRQ
1373         def_bool n
1374         help
1375           This enables support for sparse irqs. This is useful in general
1376           as most CPUs have a fairly sparse array of IRQ vectors, which
1377           the irq_desc then maps directly on to. Systems with a high
1378           number of off-chip IRQs will want to treat this as
1379           experimental until they have been independently verified.
1380
1381 source "mm/Kconfig"
1382
1383 config FORCE_MAX_ZONEORDER
1384         int "Maximum zone order" if ARCH_SHMOBILE
1385         range 11 64 if ARCH_SHMOBILE
1386         default "9" if SA1111
1387         default "11"
1388         help
1389           The kernel memory allocator divides physically contiguous memory
1390           blocks into "zones", where each zone is a power of two number of
1391           pages.  This option selects the largest power of two that the kernel
1392           keeps in the memory allocator.  If you need to allocate very large
1393           blocks of physically contiguous memory, then you may need to
1394           increase this value.
1395
1396           This config option is actually maximum order plus one. For example,
1397           a value of 11 means that the largest free memory block is 2^10 pages.
1398
1399 config LEDS
1400         bool "Timer and CPU usage LEDs"
1401         depends on ARCH_CDB89712 || ARCH_EBSA110 || \
1402                    ARCH_EBSA285 || ARCH_INTEGRATOR || \
1403                    ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
1404                    ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
1405                    ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
1406                    ARCH_AT91 || ARCH_DAVINCI || \
1407                    ARCH_KS8695 || MACH_RD88F5182 || ARCH_REALVIEW
1408         help
1409           If you say Y here, the LEDs on your machine will be used
1410           to provide useful information about your current system status.
1411
1412           If you are compiling a kernel for a NetWinder or EBSA-285, you will
1413           be able to select which LEDs are active using the options below. If
1414           you are compiling a kernel for the EBSA-110 or the LART however, the
1415           red LED will simply flash regularly to indicate that the system is
1416           still functional. It is safe to say Y here if you have a CATS
1417           system, but the driver will do nothing.
1418
1419 config LEDS_TIMER
1420         bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
1421                             OMAP_OSK_MISTRAL || MACH_OMAP_H2 \
1422                             || MACH_OMAP_PERSEUS2
1423         depends on LEDS
1424         depends on !GENERIC_CLOCKEVENTS
1425         default y if ARCH_EBSA110
1426         help
1427           If you say Y here, one of the system LEDs (the green one on the
1428           NetWinder, the amber one on the EBSA285, or the red one on the LART)
1429           will flash regularly to indicate that the system is still
1430           operational. This is mainly useful to kernel hackers who are
1431           debugging unstable kernels.
1432
1433           The LART uses the same LED for both Timer LED and CPU usage LED
1434           functions. You may choose to use both, but the Timer LED function
1435           will overrule the CPU usage LED.
1436
1437 config LEDS_CPU
1438         bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \
1439                         !ARCH_OMAP) \
1440                         || OMAP_OSK_MISTRAL || MACH_OMAP_H2 \
1441                         || MACH_OMAP_PERSEUS2
1442         depends on LEDS
1443         help
1444           If you say Y here, the red LED will be used to give a good real
1445           time indication of CPU usage, by lighting whenever the idle task
1446           is not currently executing.
1447
1448           The LART uses the same LED for both Timer LED and CPU usage LED
1449           functions. You may choose to use both, but the Timer LED function
1450           will overrule the CPU usage LED.
1451
1452 config ALIGNMENT_TRAP
1453         bool
1454         depends on CPU_CP15_MMU
1455         default y if !ARCH_EBSA110
1456         select HAVE_PROC_CPU if PROC_FS
1457         help
1458           ARM processors cannot fetch/store information which is not
1459           naturally aligned on the bus, i.e., a 4 byte fetch must start at an
1460           address divisible by 4. On 32-bit ARM processors, these non-aligned
1461           fetch/store instructions will be emulated in software if you say
1462           here, which has a severe performance impact. This is necessary for
1463           correct operation of some network protocols. With an IP-only
1464           configuration it is safe to say N, otherwise say Y.
1465
1466 config UACCESS_WITH_MEMCPY
1467         bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user() (EXPERIMENTAL)"
1468         depends on MMU && EXPERIMENTAL
1469         default y if CPU_FEROCEON
1470         help
1471           Implement faster copy_to_user and clear_user methods for CPU
1472           cores where a 8-word STM instruction give significantly higher
1473           memory write throughput than a sequence of individual 32bit stores.
1474
1475           A possible side effect is a slight increase in scheduling latency
1476           between threads sharing the same address space if they invoke
1477           such copy operations with large buffers.
1478
1479           However, if the CPU data cache is using a write-allocate mode,
1480           this option is unlikely to provide any performance gain.
1481
1482 config CC_STACKPROTECTOR
1483         bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
1484         help
1485           This option turns on the -fstack-protector GCC feature. This
1486           feature puts, at the beginning of functions, a canary value on
1487           the stack just before the return address, and validates
1488           the value just before actually returning.  Stack based buffer
1489           overflows (that need to overwrite this return address) now also
1490           overwrite the canary, which gets detected and the attack is then
1491           neutralized via a kernel panic.
1492           This feature requires gcc version 4.2 or above.
1493
1494 config DEPRECATED_PARAM_STRUCT
1495         bool "Provide old way to pass kernel parameters"
1496         help
1497           This was deprecated in 2001 and announced to live on for 5 years.
1498           Some old boot loaders still use this way.
1499
1500 endmenu
1501
1502 menu "Boot options"
1503
1504 # Compressed boot loader in ROM.  Yes, we really want to ask about
1505 # TEXT and BSS so we preserve their values in the config files.
1506 config ZBOOT_ROM_TEXT
1507         hex "Compressed ROM boot loader base address"
1508         default "0"
1509         help
1510           The physical address at which the ROM-able zImage is to be
1511           placed in the target.  Platforms which normally make use of
1512           ROM-able zImage formats normally set this to a suitable
1513           value in their defconfig file.
1514
1515           If ZBOOT_ROM is not enabled, this has no effect.
1516
1517 config ZBOOT_ROM_BSS
1518         hex "Compressed ROM boot loader BSS address"
1519         default "0"
1520         help
1521           The base address of an area of read/write memory in the target
1522           for the ROM-able zImage which must be available while the
1523           decompressor is running. It must be large enough to hold the
1524           entire decompressed kernel plus an additional 128 KiB.
1525           Platforms which normally make use of ROM-able zImage formats
1526           normally set this to a suitable value in their defconfig file.
1527
1528           If ZBOOT_ROM is not enabled, this has no effect.
1529
1530 config ZBOOT_ROM
1531         bool "Compressed boot loader in ROM/flash"
1532         depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
1533         help
1534           Say Y here if you intend to execute your compressed kernel image
1535           (zImage) directly from ROM or flash.  If unsure, say N.
1536
1537 config CMDLINE
1538         string "Default kernel command string"
1539         default ""
1540         help
1541           On some architectures (EBSA110 and CATS), there is currently no way
1542           for the boot loader to pass arguments to the kernel. For these
1543           architectures, you should supply some command-line options at build
1544           time by entering them here. As a minimum, you should specify the
1545           memory size and the root device (e.g., mem=64M root=/dev/nfs).
1546
1547 config CMDLINE_FORCE
1548         bool "Always use the default kernel command string"
1549         depends on CMDLINE != ""
1550         help
1551           Always use the default kernel command string, even if the boot
1552           loader passes other arguments to the kernel.
1553           This is useful if you cannot or don't want to change the
1554           command-line options your boot loader passes to the kernel.
1555
1556           If unsure, say N.
1557
1558 config XIP_KERNEL
1559         bool "Kernel Execute-In-Place from ROM"
1560         depends on !ZBOOT_ROM
1561         help
1562           Execute-In-Place allows the kernel to run from non-volatile storage
1563           directly addressable by the CPU, such as NOR flash. This saves RAM
1564           space since the text section of the kernel is not loaded from flash
1565           to RAM.  Read-write sections, such as the data section and stack,
1566           are still copied to RAM.  The XIP kernel is not compressed since
1567           it has to run directly from flash, so it will take more space to
1568           store it.  The flash address used to link the kernel object files,
1569           and for storing it, is configuration dependent. Therefore, if you
1570           say Y here, you must know the proper physical address where to
1571           store the kernel image depending on your own flash memory usage.
1572
1573           Also note that the make target becomes "make xipImage" rather than
1574           "make zImage" or "make Image".  The final kernel binary to put in
1575           ROM memory will be arch/arm/boot/xipImage.
1576
1577           If unsure, say N.
1578
1579 config XIP_PHYS_ADDR
1580         hex "XIP Kernel Physical Location"
1581         depends on XIP_KERNEL
1582         default "0x00080000"
1583         help
1584           This is the physical address in your flash memory the kernel will
1585           be linked for and stored to.  This address is dependent on your
1586           own flash usage.
1587
1588 config KEXEC
1589         bool "Kexec system call (EXPERIMENTAL)"
1590         depends on EXPERIMENTAL
1591         help
1592           kexec is a system call that implements the ability to shutdown your
1593           current kernel, and to start another kernel.  It is like a reboot
1594           but it is independent of the system firmware.   And like a reboot
1595           you can start any kernel with it, not just Linux.
1596
1597           It is an ongoing process to be certain the hardware in a machine
1598           is properly shutdown, so do not be surprised if this code does not
1599           initially work for you.  It may help to enable device hotplugging
1600           support.
1601
1602 config ATAGS_PROC
1603         bool "Export atags in procfs"
1604         depends on KEXEC
1605         default y
1606         help
1607           Should the atags used to boot the kernel be exported in an "atags"
1608           file in procfs. Useful with kexec.
1609
1610 config AUTO_ZRELADDR
1611         bool "Auto calculation of the decompressed kernel image address"
1612         depends on !ZBOOT_ROM && !ARCH_U300
1613         help
1614           ZRELADDR is the physical address where the decompressed kernel
1615           image will be placed. If AUTO_ZRELADDR is selected, the address
1616           will be determined at run-time by masking the current IP with
1617           0xf8000000. This assumes the zImage being placed in the first 128MB
1618           from start of memory.
1619
1620 endmenu
1621
1622 menu "CPU Power Management"
1623
1624 if ARCH_HAS_CPUFREQ
1625
1626 source "drivers/cpufreq/Kconfig"
1627
1628 config CPU_FREQ_SA1100
1629         bool
1630
1631 config CPU_FREQ_SA1110
1632         bool
1633
1634 config CPU_FREQ_INTEGRATOR
1635         tristate "CPUfreq driver for ARM Integrator CPUs"
1636         depends on ARCH_INTEGRATOR && CPU_FREQ
1637         default y
1638         help
1639           This enables the CPUfreq driver for ARM Integrator CPUs.
1640
1641           For details, take a look at <file:Documentation/cpu-freq>.
1642
1643           If in doubt, say Y.
1644
1645 config CPU_FREQ_PXA
1646         bool
1647         depends on CPU_FREQ && ARCH_PXA && PXA25x
1648         default y
1649         select CPU_FREQ_DEFAULT_GOV_USERSPACE
1650
1651 config CPU_FREQ_S3C64XX
1652         bool "CPUfreq support for Samsung S3C64XX CPUs"
1653         depends on CPU_FREQ && CPU_S3C6410
1654
1655 config CPU_FREQ_S3C
1656         bool
1657         help
1658           Internal configuration node for common cpufreq on Samsung SoC
1659
1660 config CPU_FREQ_S3C24XX
1661         bool "CPUfreq driver for Samsung S3C24XX series CPUs"
1662         depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL
1663         select CPU_FREQ_S3C
1664         help
1665           This enables the CPUfreq driver for the Samsung S3C24XX family
1666           of CPUs.
1667
1668           For details, take a look at <file:Documentation/cpu-freq>.
1669
1670           If in doubt, say N.
1671
1672 config CPU_FREQ_S3C24XX_PLL
1673         bool "Support CPUfreq changing of PLL frequency"
1674         depends on CPU_FREQ_S3C24XX && EXPERIMENTAL
1675         help
1676           Compile in support for changing the PLL frequency from the
1677           S3C24XX series CPUfreq driver. The PLL takes time to settle
1678           after a frequency change, so by default it is not enabled.
1679
1680           This also means that the PLL tables for the selected CPU(s) will
1681           be built which may increase the size of the kernel image.
1682
1683 config CPU_FREQ_S3C24XX_DEBUG
1684         bool "Debug CPUfreq Samsung driver core"
1685         depends on CPU_FREQ_S3C24XX
1686         help
1687           Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
1688
1689 config CPU_FREQ_S3C24XX_IODEBUG
1690         bool "Debug CPUfreq Samsung driver IO timing"
1691         depends on CPU_FREQ_S3C24XX
1692         help
1693           Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
1694
1695 config CPU_FREQ_S3C24XX_DEBUGFS
1696         bool "Export debugfs for CPUFreq"
1697         depends on CPU_FREQ_S3C24XX && DEBUG_FS
1698         help
1699           Export status information via debugfs.
1700
1701 endif
1702
1703 source "drivers/cpuidle/Kconfig"
1704
1705 endmenu
1706
1707 menu "Floating point emulation"
1708
1709 comment "At least one emulation must be selected"
1710
1711 config FPE_NWFPE
1712         bool "NWFPE math emulation"
1713         depends on !AEABI || OABI_COMPAT
1714         ---help---
1715           Say Y to include the NWFPE floating point emulator in the kernel.
1716           This is necessary to run most binaries. Linux does not currently
1717           support floating point hardware so you need to say Y here even if
1718           your machine has an FPA or floating point co-processor podule.
1719
1720           You may say N here if you are going to load the Acorn FPEmulator
1721           early in the bootup.
1722
1723 config FPE_NWFPE_XP
1724         bool "Support extended precision"
1725         depends on FPE_NWFPE
1726         help
1727           Say Y to include 80-bit support in the kernel floating-point
1728           emulator.  Otherwise, only 32 and 64-bit support is compiled in.
1729           Note that gcc does not generate 80-bit operations by default,
1730           so in most cases this option only enlarges the size of the
1731           floating point emulator without any good reason.
1732
1733           You almost surely want to say N here.
1734
1735 config FPE_FASTFPE
1736         bool "FastFPE math emulation (EXPERIMENTAL)"
1737         depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
1738         ---help---
1739           Say Y here to include the FAST floating point emulator in the kernel.
1740           This is an experimental much faster emulator which now also has full
1741           precision for the mantissa.  It does not support any exceptions.
1742           It is very simple, and approximately 3-6 times faster than NWFPE.
1743
1744           It should be sufficient for most programs.  It may be not suitable
1745           for scientific calculations, but you have to check this for yourself.
1746           If you do not feel you need a faster FP emulation you should better
1747           choose NWFPE.
1748
1749 config VFP
1750         bool "VFP-format floating point maths"
1751         depends on CPU_V6 || CPU_ARM926T || CPU_V7 || CPU_FEROCEON
1752         help
1753           Say Y to include VFP support code in the kernel. This is needed
1754           if your hardware includes a VFP unit.
1755
1756           Please see <file:Documentation/arm/VFP/release-notes.txt> for
1757           release notes and additional status information.
1758
1759           Say N if your target does not have VFP hardware.
1760
1761 config VFPv3
1762         bool
1763         depends on VFP
1764         default y if CPU_V7
1765
1766 config NEON
1767         bool "Advanced SIMD (NEON) Extension support"
1768         depends on VFPv3 && CPU_V7
1769         help
1770           Say Y to include support code for NEON, the ARMv7 Advanced SIMD
1771           Extension.
1772
1773 endmenu
1774
1775 menu "Userspace binary formats"
1776
1777 source "fs/Kconfig.binfmt"
1778
1779 config ARTHUR
1780         tristate "RISC OS personality"
1781         depends on !AEABI
1782         help
1783           Say Y here to include the kernel code necessary if you want to run
1784           Acorn RISC OS/Arthur binaries under Linux. This code is still very
1785           experimental; if this sounds frightening, say N and sleep in peace.
1786           You can also say M here to compile this support as a module (which
1787           will be called arthur).
1788
1789 endmenu
1790
1791 menu "Power management options"
1792
1793 source "kernel/power/Kconfig"
1794
1795 config ARCH_SUSPEND_POSSIBLE
1796         def_bool y
1797
1798 endmenu
1799
1800 source "net/Kconfig"
1801
1802 source "drivers/Kconfig"
1803
1804 source "fs/Kconfig"
1805
1806 source "arch/arm/Kconfig.debug"
1807
1808 source "security/Kconfig"
1809
1810 source "crypto/Kconfig"
1811
1812 source "lib/Kconfig"