]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/Kconfig
Merge remote-tracking branch 'arm-soc/for-next'
[karo-tx-linux.git] / arch / arm / Kconfig
1 config ARM
2         bool
3         default y
4         select ARCH_BINFMT_ELF_RANDOMIZE_PIE
5         select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
6         select ARCH_HAVE_CUSTOM_GPIO_H
7         select ARCH_WANT_IPC_PARSE_VERSION
8         select BUILDTIME_EXTABLE_SORT if MMU
9         select CPU_PM if (SUSPEND || CPU_IDLE)
10         select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN
11         select GENERIC_ATOMIC64 if (CPU_V6 || !CPU_32v6K || !AEABI)
12         select GENERIC_CLOCKEVENTS_BROADCAST if SMP
13         select GENERIC_IRQ_PROBE
14         select GENERIC_IRQ_SHOW
15         select GENERIC_KERNEL_THREAD
16         select GENERIC_KERNEL_EXECVE
17         select GENERIC_PCI_IOMAP
18         select GENERIC_SMP_IDLE_THREAD
19         select GENERIC_STRNCPY_FROM_USER
20         select GENERIC_STRNLEN_USER
21         select HARDIRQS_SW_RESEND
22         select HAVE_AOUT
23         select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
24         select HAVE_ARCH_KGDB
25         select HAVE_ARCH_TRACEHOOK
26         select HAVE_BPF_JIT
27         select HAVE_C_RECORDMCOUNT
28         select HAVE_DEBUG_KMEMLEAK
29         select HAVE_DMA_API_DEBUG
30         select HAVE_DMA_ATTRS
31         select HAVE_DMA_CONTIGUOUS if MMU
32         select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL)
33         select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL)
34         select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL)
35         select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
36         select HAVE_GENERIC_DMA_COHERENT
37         select HAVE_GENERIC_HARDIRQS
38         select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7))
39         select HAVE_IDE if PCI || ISA || PCMCIA
40         select HAVE_IRQ_WORK
41         select HAVE_KERNEL_GZIP
42         select HAVE_KERNEL_LZMA
43         select HAVE_KERNEL_LZO
44         select HAVE_KERNEL_XZ
45         select HAVE_KPROBES if !XIP_KERNEL
46         select HAVE_KRETPROBES if (HAVE_KPROBES)
47         select HAVE_MEMBLOCK
48         select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
49         select HAVE_PERF_EVENTS
50         select HAVE_REGS_AND_STACK_ACCESS_API
51         select HAVE_SYSCALL_TRACEPOINTS
52         select HAVE_UID16
53         select KTIME_SCALAR
54         select PERF_USE_VMALLOC
55         select RTC_LIB
56         select SYS_SUPPORTS_APM_EMULATION
57         select HAVE_MOD_ARCH_SPECIFIC if ARM_UNWIND
58         select MODULES_USE_ELF_REL
59         help
60           The ARM series is a line of low-power-consumption RISC chip designs
61           licensed by ARM Ltd and targeted at embedded applications and
62           handhelds such as the Compaq IPAQ.  ARM-based PCs are no longer
63           manufactured, but legacy ARM-based PC hardware remains popular in
64           Europe.  There is an ARM Linux project with a web page at
65           <http://www.arm.linux.org.uk/>.
66
67 config ARM_HAS_SG_CHAIN
68         bool
69
70 config NEED_SG_DMA_LENGTH
71         bool
72
73 config ARM_DMA_USE_IOMMU
74         bool
75         select ARM_HAS_SG_CHAIN
76         select NEED_SG_DMA_LENGTH
77
78 config HAVE_PWM
79         bool
80
81 config MIGHT_HAVE_PCI
82         bool
83
84 config SYS_SUPPORTS_APM_EMULATION
85         bool
86
87 config GENERIC_GPIO
88         bool
89
90 config HAVE_TCM
91         bool
92         select GENERIC_ALLOCATOR
93
94 config HAVE_PROC_CPU
95         bool
96
97 config NO_IOPORT
98         bool
99
100 config EISA
101         bool
102         ---help---
103           The Extended Industry Standard Architecture (EISA) bus was
104           developed as an open alternative to the IBM MicroChannel bus.
105
106           The EISA bus provided some of the features of the IBM MicroChannel
107           bus while maintaining backward compatibility with cards made for
108           the older ISA bus.  The EISA bus saw limited use between 1988 and
109           1995 when it was made obsolete by the PCI bus.
110
111           Say Y here if you are building a kernel for an EISA-based machine.
112
113           Otherwise, say N.
114
115 config SBUS
116         bool
117
118 config STACKTRACE_SUPPORT
119         bool
120         default y
121
122 config HAVE_LATENCYTOP_SUPPORT
123         bool
124         depends on !SMP
125         default y
126
127 config LOCKDEP_SUPPORT
128         bool
129         default y
130
131 config TRACE_IRQFLAGS_SUPPORT
132         bool
133         default y
134
135 config RWSEM_GENERIC_SPINLOCK
136         bool
137         default y
138
139 config RWSEM_XCHGADD_ALGORITHM
140         bool
141
142 config ARCH_HAS_ILOG2_U32
143         bool
144
145 config ARCH_HAS_ILOG2_U64
146         bool
147
148 config ARCH_HAS_CPUFREQ
149         bool
150         help
151           Internal node to signify that the ARCH has CPUFREQ support
152           and that the relevant menu configurations are displayed for
153           it.
154
155 config GENERIC_HWEIGHT
156         bool
157         default y
158
159 config GENERIC_CALIBRATE_DELAY
160         bool
161         default y
162
163 config ARCH_MAY_HAVE_PC_FDC
164         bool
165
166 config ZONE_DMA
167         bool
168
169 config NEED_DMA_MAP_STATE
170        def_bool y
171
172 config ARCH_HAS_DMA_SET_COHERENT_MASK
173         bool
174
175 config GENERIC_ISA_DMA
176         bool
177
178 config FIQ
179         bool
180
181 config NEED_RET_TO_USER
182         bool
183
184 config ARCH_MTD_XIP
185         bool
186
187 config VECTORS_BASE
188         hex
189         default 0xffff0000 if MMU || CPU_HIGH_VECTOR
190         default DRAM_BASE if REMAP_VECTORS_TO_RAM
191         default 0x00000000
192         help
193           The base address of exception vectors.
194
195 config ARM_PATCH_PHYS_VIRT
196         bool "Patch physical to virtual translations at runtime" if EMBEDDED
197         default y
198         depends on !XIP_KERNEL && MMU
199         depends on !ARCH_REALVIEW || !SPARSEMEM
200         help
201           Patch phys-to-virt and virt-to-phys translation functions at
202           boot and module load time according to the position of the
203           kernel in system memory.
204
205           This can only be used with non-XIP MMU kernels where the base
206           of physical memory is at a 16MB boundary.
207
208           Only disable this option if you know that you do not require
209           this feature (eg, building a kernel for a single machine) and
210           you need to shrink the kernel to the minimal size.
211
212 config NEED_MACH_GPIO_H
213         bool
214         help
215           Select this when mach/gpio.h is required to provide special
216           definitions for this platform. The need for mach/gpio.h should
217           be avoided when possible.
218
219 config NEED_MACH_IO_H
220         bool
221         help
222           Select this when mach/io.h is required to provide special
223           definitions for this platform.  The need for mach/io.h should
224           be avoided when possible.
225
226 config NEED_MACH_MEMORY_H
227         bool
228         help
229           Select this when mach/memory.h is required to provide special
230           definitions for this platform.  The need for mach/memory.h should
231           be avoided when possible.
232
233 config PHYS_OFFSET
234         hex "Physical address of main memory" if MMU
235         depends on !ARM_PATCH_PHYS_VIRT && !NEED_MACH_MEMORY_H
236         default DRAM_BASE if !MMU
237         help
238           Please provide the physical address corresponding to the
239           location of main memory in your system.
240
241 config GENERIC_BUG
242         def_bool y
243         depends on BUG
244
245 source "init/Kconfig"
246
247 source "kernel/Kconfig.freezer"
248
249 menu "System Type"
250
251 config MMU
252         bool "MMU-based Paged Memory Management Support"
253         default y
254         help
255           Select if you want MMU-based virtualised addressing space
256           support by paged memory management. If unsure, say 'Y'.
257
258 #
259 # The "ARM system type" choice list is ordered alphabetically by option
260 # text.  Please add new entries in the option alphabetic order.
261 #
262 choice
263         prompt "ARM system type"
264         default ARCH_MULTIPLATFORM
265
266 config ARCH_MULTIPLATFORM
267         bool "Allow multiple platforms to be selected"
268         depends on MMU
269         select ARM_PATCH_PHYS_VIRT
270         select AUTO_ZRELADDR
271         select COMMON_CLK
272         select MULTI_IRQ_HANDLER
273         select SPARSE_IRQ
274         select USE_OF
275
276 config ARCH_INTEGRATOR
277         bool "ARM Ltd. Integrator family"
278         select ARCH_HAS_CPUFREQ
279         select ARM_AMBA
280         select COMMON_CLK
281         select COMMON_CLK_VERSATILE
282         select GENERIC_CLOCKEVENTS
283         select HAVE_TCM
284         select ICST
285         select MULTI_IRQ_HANDLER
286         select NEED_MACH_MEMORY_H
287         select PLAT_VERSATILE
288         select SPARSE_IRQ
289         select VERSATILE_FPGA_IRQ
290         help
291           Support for ARM's Integrator platform.
292
293 config ARCH_REALVIEW
294         bool "ARM Ltd. RealView family"
295         select ARCH_WANT_OPTIONAL_GPIOLIB
296         select ARM_AMBA
297         select ARM_TIMER_SP804
298         select COMMON_CLK
299         select COMMON_CLK_VERSATILE
300         select GENERIC_CLOCKEVENTS
301         select GPIO_PL061 if GPIOLIB
302         select ICST
303         select NEED_MACH_MEMORY_H
304         select PLAT_VERSATILE
305         select PLAT_VERSATILE_CLCD
306         help
307           This enables support for ARM Ltd RealView boards.
308
309 config ARCH_VERSATILE
310         bool "ARM Ltd. Versatile family"
311         select ARCH_WANT_OPTIONAL_GPIOLIB
312         select ARM_AMBA
313         select ARM_TIMER_SP804
314         select ARM_VIC
315         select CLKDEV_LOOKUP
316         select GENERIC_CLOCKEVENTS
317         select HAVE_MACH_CLKDEV
318         select ICST
319         select PLAT_VERSATILE
320         select PLAT_VERSATILE_CLCD
321         select PLAT_VERSATILE_CLOCK
322         select VERSATILE_FPGA_IRQ
323         help
324           This enables support for ARM Ltd Versatile board.
325
326 config ARCH_AT91
327         bool "Atmel AT91"
328         select ARCH_REQUIRE_GPIOLIB
329         select CLKDEV_LOOKUP
330         select HAVE_CLK
331         select IRQ_DOMAIN
332         select NEED_MACH_GPIO_H
333         select NEED_MACH_IO_H if PCCARD
334         select PINCTRL
335         select PINCTRL_AT91 if USE_OF
336         help
337           This enables support for systems based on Atmel
338           AT91RM9200 and AT91SAM9* processors.
339
340 config ARCH_BCM2835
341         bool "Broadcom BCM2835 family"
342         select ARCH_WANT_OPTIONAL_GPIOLIB
343         select ARM_AMBA
344         select ARM_ERRATA_411920
345         select ARM_TIMER_SP804
346         select CLKDEV_LOOKUP
347         select COMMON_CLK
348         select CPU_V6
349         select GENERIC_CLOCKEVENTS
350         select MULTI_IRQ_HANDLER
351         select SPARSE_IRQ
352         select USE_OF
353         help
354           This enables support for the Broadcom BCM2835 SoC. This SoC is
355           use in the Raspberry Pi, and Roku 2 devices.
356
357 config ARCH_CNS3XXX
358         bool "Cavium Networks CNS3XXX family"
359         select ARM_GIC
360         select CPU_V6K
361         select GENERIC_CLOCKEVENTS
362         select MIGHT_HAVE_CACHE_L2X0
363         select MIGHT_HAVE_PCI
364         select PCI_DOMAINS if PCI
365         help
366           Support for Cavium Networks CNS3XXX platform.
367
368 config ARCH_CLPS711X
369         bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
370         select ARCH_REQUIRE_GPIOLIB
371         select CLKDEV_LOOKUP
372         select COMMON_CLK
373         select CPU_ARM720T
374         select GENERIC_CLOCKEVENTS
375         select NEED_MACH_MEMORY_H
376         help
377           Support for Cirrus Logic 711x/721x/731x based boards.
378
379 config ARCH_GEMINI
380         bool "Cortina Systems Gemini"
381         select ARCH_REQUIRE_GPIOLIB
382         select ARCH_USES_GETTIMEOFFSET
383         select CPU_FA526
384         help
385           Support for the Cortina Systems Gemini family SoCs
386
387 config ARCH_SIRF
388         bool "CSR SiRF"
389         select ARCH_REQUIRE_GPIOLIB
390         select COMMON_CLK
391         select GENERIC_CLOCKEVENTS
392         select GENERIC_IRQ_CHIP
393         select MIGHT_HAVE_CACHE_L2X0
394         select NO_IOPORT
395         select PINCTRL
396         select PINCTRL_SIRF
397         select USE_OF
398         help
399           Support for CSR SiRFprimaII/Marco/Polo platforms
400
401 config ARCH_EBSA110
402         bool "EBSA-110"
403         select ARCH_USES_GETTIMEOFFSET
404         select CPU_SA110
405         select ISA
406         select NEED_MACH_IO_H
407         select NEED_MACH_MEMORY_H
408         select NO_IOPORT
409         help
410           This is an evaluation board for the StrongARM processor available
411           from Digital. It has limited hardware on-board, including an
412           Ethernet interface, two PCMCIA sockets, two serial ports and a
413           parallel port.
414
415 config ARCH_EP93XX
416         bool "EP93xx-based"
417         select ARCH_HAS_HOLES_MEMORYMODEL
418         select ARCH_REQUIRE_GPIOLIB
419         select ARCH_USES_GETTIMEOFFSET
420         select ARM_AMBA
421         select ARM_VIC
422         select CLKDEV_LOOKUP
423         select CPU_ARM920T
424         select NEED_MACH_MEMORY_H
425         help
426           This enables support for the Cirrus EP93xx series of CPUs.
427
428 config ARCH_FOOTBRIDGE
429         bool "FootBridge"
430         select CPU_SA110
431         select FOOTBRIDGE
432         select GENERIC_CLOCKEVENTS
433         select HAVE_IDE
434         select NEED_MACH_IO_H if !MMU
435         select NEED_MACH_MEMORY_H
436         help
437           Support for systems based on the DC21285 companion chip
438           ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
439
440 config ARCH_MXS
441         bool "Freescale MXS-based"
442         select ARCH_REQUIRE_GPIOLIB
443         select CLKDEV_LOOKUP
444         select CLKSRC_MMIO
445         select COMMON_CLK
446         select GENERIC_CLOCKEVENTS
447         select HAVE_CLK_PREPARE
448         select MULTI_IRQ_HANDLER
449         select PINCTRL
450         select SPARSE_IRQ
451         select USE_OF
452         help
453           Support for Freescale MXS-based family of processors
454
455 config ARCH_NETX
456         bool "Hilscher NetX based"
457         select ARM_VIC
458         select CLKSRC_MMIO
459         select CPU_ARM926T
460         select GENERIC_CLOCKEVENTS
461         help
462           This enables support for systems based on the Hilscher NetX Soc
463
464 config ARCH_H720X
465         bool "Hynix HMS720x-based"
466         select ARCH_USES_GETTIMEOFFSET
467         select CPU_ARM720T
468         select ISA_DMA_API
469         help
470           This enables support for systems based on the Hynix HMS720x
471
472 config ARCH_IOP13XX
473         bool "IOP13xx-based"
474         depends on MMU
475         select ARCH_SUPPORTS_MSI
476         select CPU_XSC3
477         select NEED_MACH_MEMORY_H
478         select NEED_RET_TO_USER
479         select PCI
480         select PLAT_IOP
481         select VMSPLIT_1G
482         help
483           Support for Intel's IOP13XX (XScale) family of processors.
484
485 config ARCH_IOP32X
486         bool "IOP32x-based"
487         depends on MMU
488         select ARCH_REQUIRE_GPIOLIB
489         select CPU_XSCALE
490         select NEED_MACH_GPIO_H
491         select NEED_RET_TO_USER
492         select PCI
493         select PLAT_IOP
494         help
495           Support for Intel's 80219 and IOP32X (XScale) family of
496           processors.
497
498 config ARCH_IOP33X
499         bool "IOP33x-based"
500         depends on MMU
501         select ARCH_REQUIRE_GPIOLIB
502         select CPU_XSCALE
503         select NEED_MACH_GPIO_H
504         select NEED_RET_TO_USER
505         select PCI
506         select PLAT_IOP
507         help
508           Support for Intel's IOP33X (XScale) family of processors.
509
510 config ARCH_IXP4XX
511         bool "IXP4xx-based"
512         depends on MMU
513         select ARCH_HAS_DMA_SET_COHERENT_MASK
514         select ARCH_REQUIRE_GPIOLIB
515         select CLKSRC_MMIO
516         select CPU_XSCALE
517         select DMABOUNCE if PCI
518         select GENERIC_CLOCKEVENTS
519         select MIGHT_HAVE_PCI
520         select NEED_MACH_IO_H
521         help
522           Support for Intel's IXP4XX (XScale) family of processors.
523
524 config ARCH_DOVE
525         bool "Marvell Dove"
526         select ARCH_REQUIRE_GPIOLIB
527         select CPU_V7
528         select GENERIC_CLOCKEVENTS
529         select MIGHT_HAVE_PCI
530         select PLAT_ORION_LEGACY
531         select USB_ARCH_HAS_EHCI
532         help
533           Support for the Marvell Dove SoC 88AP510
534
535 config ARCH_KIRKWOOD
536         bool "Marvell Kirkwood"
537         select ARCH_REQUIRE_GPIOLIB
538         select CPU_FEROCEON
539         select GENERIC_CLOCKEVENTS
540         select PCI
541         select PLAT_ORION_LEGACY
542         help
543           Support for the following Marvell Kirkwood series SoCs:
544           88F6180, 88F6192 and 88F6281.
545
546 config ARCH_MV78XX0
547         bool "Marvell MV78xx0"
548         select ARCH_REQUIRE_GPIOLIB
549         select CPU_FEROCEON
550         select GENERIC_CLOCKEVENTS
551         select PCI
552         select PLAT_ORION_LEGACY
553         help
554           Support for the following Marvell MV78xx0 series SoCs:
555           MV781x0, MV782x0.
556
557 config ARCH_ORION5X
558         bool "Marvell Orion"
559         depends on MMU
560         select ARCH_REQUIRE_GPIOLIB
561         select CPU_FEROCEON
562         select GENERIC_CLOCKEVENTS
563         select PCI
564         select PLAT_ORION_LEGACY
565         help
566           Support for the following Marvell Orion 5x series SoCs:
567           Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
568           Orion-2 (5281), Orion-1-90 (6183).
569
570 config ARCH_MMP
571         bool "Marvell PXA168/910/MMP2"
572         depends on MMU
573         select ARCH_REQUIRE_GPIOLIB
574         select CLKDEV_LOOKUP
575         select GENERIC_ALLOCATOR
576         select GENERIC_CLOCKEVENTS
577         select GPIO_PXA
578         select IRQ_DOMAIN
579         select NEED_MACH_GPIO_H
580         select PLAT_PXA
581         select SPARSE_IRQ
582         help
583           Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line.
584
585 config ARCH_KS8695
586         bool "Micrel/Kendin KS8695"
587         select ARCH_REQUIRE_GPIOLIB
588         select CLKSRC_MMIO
589         select CPU_ARM922T
590         select GENERIC_CLOCKEVENTS
591         select NEED_MACH_MEMORY_H
592         help
593           Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
594           System-on-Chip devices.
595
596 config ARCH_W90X900
597         bool "Nuvoton W90X900 CPU"
598         select ARCH_REQUIRE_GPIOLIB
599         select CLKDEV_LOOKUP
600         select CLKSRC_MMIO
601         select CPU_ARM926T
602         select GENERIC_CLOCKEVENTS
603         help
604           Support for Nuvoton (Winbond logic dept.) ARM9 processor,
605           At present, the w90x900 has been renamed nuc900, regarding
606           the ARM series product line, you can login the following
607           link address to know more.
608
609           <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
610                 ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>
611
612 config ARCH_LPC32XX
613         bool "NXP LPC32XX"
614         select ARCH_REQUIRE_GPIOLIB
615         select ARM_AMBA
616         select CLKDEV_LOOKUP
617         select CLKSRC_MMIO
618         select CPU_ARM926T
619         select GENERIC_CLOCKEVENTS
620         select HAVE_IDE
621         select HAVE_PWM
622         select USB_ARCH_HAS_OHCI
623         select USE_OF
624         help
625           Support for the NXP LPC32XX family of processors
626
627 config ARCH_TEGRA
628         bool "NVIDIA Tegra"
629         select ARCH_HAS_CPUFREQ
630         select CLKDEV_LOOKUP
631         select CLKSRC_MMIO
632         select COMMON_CLK
633         select GENERIC_CLOCKEVENTS
634         select GENERIC_GPIO
635         select HAVE_CLK
636         select HAVE_SMP
637         select MIGHT_HAVE_CACHE_L2X0
638         select USE_OF
639         help
640           This enables support for NVIDIA Tegra based systems (Tegra APX,
641           Tegra 6xx and Tegra 2 series).
642
643 config ARCH_PXA
644         bool "PXA2xx/PXA3xx-based"
645         depends on MMU
646         select ARCH_HAS_CPUFREQ
647         select ARCH_MTD_XIP
648         select ARCH_REQUIRE_GPIOLIB
649         select ARM_CPU_SUSPEND if PM
650         select AUTO_ZRELADDR
651         select CLKDEV_LOOKUP
652         select CLKSRC_MMIO
653         select GENERIC_CLOCKEVENTS
654         select GPIO_PXA
655         select HAVE_IDE
656         select MULTI_IRQ_HANDLER
657         select NEED_MACH_GPIO_H
658         select PLAT_PXA
659         select SPARSE_IRQ
660         help
661           Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
662
663 config ARCH_MSM
664         bool "Qualcomm MSM"
665         select ARCH_REQUIRE_GPIOLIB
666         select CLKDEV_LOOKUP
667         select GENERIC_CLOCKEVENTS
668         select HAVE_CLK
669         help
670           Support for Qualcomm MSM/QSD based systems.  This runs on the
671           apps processor of the MSM/QSD and depends on a shared memory
672           interface to the modem processor which runs the baseband
673           stack and controls some vital subsystems
674           (clock and power control, etc).
675
676 config ARCH_SHMOBILE
677         bool "Renesas SH-Mobile / R-Mobile"
678         select CLKDEV_LOOKUP
679         select GENERIC_CLOCKEVENTS
680         select HAVE_CLK
681         select HAVE_MACH_CLKDEV
682         select HAVE_SMP
683         select MIGHT_HAVE_CACHE_L2X0
684         select MULTI_IRQ_HANDLER
685         select NEED_MACH_MEMORY_H
686         select NO_IOPORT
687         select PM_GENERIC_DOMAINS if PM
688         select SPARSE_IRQ
689         help
690           Support for Renesas's SH-Mobile and R-Mobile ARM platforms.
691
692 config ARCH_RPC
693         bool "RiscPC"
694         select ARCH_ACORN
695         select ARCH_MAY_HAVE_PC_FDC
696         select ARCH_SPARSEMEM_ENABLE
697         select ARCH_USES_GETTIMEOFFSET
698         select FIQ
699         select HAVE_IDE
700         select HAVE_PATA_PLATFORM
701         select ISA_DMA_API
702         select NEED_MACH_IO_H
703         select NEED_MACH_MEMORY_H
704         select NO_IOPORT
705         help
706           On the Acorn Risc-PC, Linux can support the internal IDE disk and
707           CD-ROM interface, serial and parallel port, and the floppy drive.
708
709 config ARCH_SA1100
710         bool "SA1100-based"
711         select ARCH_HAS_CPUFREQ
712         select ARCH_MTD_XIP
713         select ARCH_REQUIRE_GPIOLIB
714         select ARCH_SPARSEMEM_ENABLE
715         select CLKDEV_LOOKUP
716         select CLKSRC_MMIO
717         select CPU_FREQ
718         select CPU_SA1100
719         select GENERIC_CLOCKEVENTS
720         select HAVE_IDE
721         select ISA
722         select NEED_MACH_GPIO_H
723         select NEED_MACH_MEMORY_H
724         select SPARSE_IRQ
725         help
726           Support for StrongARM 11x0 based boards.
727
728 config ARCH_S3C24XX
729         bool "Samsung S3C24XX SoCs"
730         select ARCH_HAS_CPUFREQ
731         select ARCH_USES_GETTIMEOFFSET
732         select CLKDEV_LOOKUP
733         select GENERIC_GPIO
734         select HAVE_CLK
735         select HAVE_S3C2410_I2C if I2C
736         select HAVE_S3C2410_WATCHDOG if WATCHDOG
737         select HAVE_S3C_RTC if RTC_CLASS
738         select NEED_MACH_GPIO_H
739         select NEED_MACH_IO_H
740         help
741           Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443
742           and S3C2450 SoCs based systems, such as the Simtec Electronics BAST
743           (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or the
744           Samsung SMDK2410 development board (and derivatives).
745
746 config ARCH_S3C64XX
747         bool "Samsung S3C64XX"
748         select ARCH_HAS_CPUFREQ
749         select ARCH_REQUIRE_GPIOLIB
750         select ARCH_USES_GETTIMEOFFSET
751         select ARM_VIC
752         select CLKDEV_LOOKUP
753         select CPU_V6
754         select HAVE_CLK
755         select HAVE_S3C2410_I2C if I2C
756         select HAVE_S3C2410_WATCHDOG if WATCHDOG
757         select HAVE_TCM
758         select NEED_MACH_GPIO_H
759         select NO_IOPORT
760         select PLAT_SAMSUNG
761         select S3C_DEV_NAND
762         select S3C_GPIO_TRACK
763         select SAMSUNG_CLKSRC
764         select SAMSUNG_GPIOLIB_4BIT
765         select SAMSUNG_IRQ_VIC_TIMER
766         select USB_ARCH_HAS_OHCI
767         help
768           Samsung S3C64XX series based systems
769
770 config ARCH_S5P64X0
771         bool "Samsung S5P6440 S5P6450"
772         select CLKDEV_LOOKUP
773         select CLKSRC_MMIO
774         select CPU_V6
775         select GENERIC_CLOCKEVENTS
776         select GENERIC_GPIO
777         select HAVE_CLK
778         select HAVE_S3C2410_I2C if I2C
779         select HAVE_S3C2410_WATCHDOG if WATCHDOG
780         select HAVE_S3C_RTC if RTC_CLASS
781         select NEED_MACH_GPIO_H
782         help
783           Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440,
784           SMDK6450.
785
786 config ARCH_S5PC100
787         bool "Samsung S5PC100"
788         select ARCH_USES_GETTIMEOFFSET
789         select CLKDEV_LOOKUP
790         select CPU_V7
791         select GENERIC_GPIO
792         select HAVE_CLK
793         select HAVE_S3C2410_I2C if I2C
794         select HAVE_S3C2410_WATCHDOG if WATCHDOG
795         select HAVE_S3C_RTC if RTC_CLASS
796         select NEED_MACH_GPIO_H
797         help
798           Samsung S5PC100 series based systems
799
800 config ARCH_S5PV210
801         bool "Samsung S5PV210/S5PC110"
802         select ARCH_HAS_CPUFREQ
803         select ARCH_HAS_HOLES_MEMORYMODEL
804         select ARCH_SPARSEMEM_ENABLE
805         select CLKDEV_LOOKUP
806         select CLKSRC_MMIO
807         select CPU_V7
808         select GENERIC_CLOCKEVENTS
809         select GENERIC_GPIO
810         select HAVE_CLK
811         select HAVE_S3C2410_I2C if I2C
812         select HAVE_S3C2410_WATCHDOG if WATCHDOG
813         select HAVE_S3C_RTC if RTC_CLASS
814         select NEED_MACH_GPIO_H
815         select NEED_MACH_MEMORY_H
816         help
817           Samsung S5PV210/S5PC110 series based systems
818
819 config ARCH_EXYNOS
820         bool "Samsung EXYNOS"
821         select ARCH_HAS_CPUFREQ
822         select ARCH_HAS_HOLES_MEMORYMODEL
823         select ARCH_SPARSEMEM_ENABLE
824         select CLKDEV_LOOKUP
825         select CPU_V7
826         select GENERIC_CLOCKEVENTS
827         select GENERIC_GPIO
828         select HAVE_CLK
829         select HAVE_S3C2410_I2C if I2C
830         select HAVE_S3C2410_WATCHDOG if WATCHDOG
831         select HAVE_S3C_RTC if RTC_CLASS
832         select NEED_MACH_GPIO_H
833         select NEED_MACH_MEMORY_H
834         help
835           Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
836
837 config ARCH_SHARK
838         bool "Shark"
839         select ARCH_USES_GETTIMEOFFSET
840         select CPU_SA110
841         select ISA
842         select ISA_DMA
843         select NEED_MACH_MEMORY_H
844         select PCI
845         select ZONE_DMA
846         help
847           Support for the StrongARM based Digital DNARD machine, also known
848           as "Shark" (<http://www.shark-linux.de/shark.html>).
849
850 config ARCH_U300
851         bool "ST-Ericsson U300 Series"
852         depends on MMU
853         select ARCH_REQUIRE_GPIOLIB
854         select ARM_AMBA
855         select ARM_PATCH_PHYS_VIRT
856         select ARM_VIC
857         select CLKDEV_LOOKUP
858         select CLKSRC_MMIO
859         select COMMON_CLK
860         select CPU_ARM926T
861         select GENERIC_CLOCKEVENTS
862         select GENERIC_GPIO
863         select HAVE_TCM
864         select SPARSE_IRQ
865         help
866           Support for ST-Ericsson U300 series mobile platforms.
867
868 config ARCH_U8500
869         bool "ST-Ericsson U8500 Series"
870         depends on MMU
871         select ARCH_HAS_CPUFREQ
872         select ARCH_REQUIRE_GPIOLIB
873         select ARM_AMBA
874         select CLKDEV_LOOKUP
875         select CPU_V7
876         select GENERIC_CLOCKEVENTS
877         select HAVE_SMP
878         select MIGHT_HAVE_CACHE_L2X0
879         select SPARSE_IRQ
880         help
881           Support for ST-Ericsson's Ux500 architecture
882
883 config ARCH_NOMADIK
884         bool "STMicroelectronics Nomadik"
885         select ARCH_REQUIRE_GPIOLIB
886         select ARM_AMBA
887         select ARM_VIC
888         select COMMON_CLK
889         select CPU_ARM926T
890         select GENERIC_CLOCKEVENTS
891         select MIGHT_HAVE_CACHE_L2X0
892         select PINCTRL
893         select PINCTRL_STN8815
894         select SPARSE_IRQ
895         help
896           Support for the Nomadik platform by ST-Ericsson
897
898 config PLAT_SPEAR
899         bool "ST SPEAr"
900         select ARCH_REQUIRE_GPIOLIB
901         select ARM_AMBA
902         select CLKDEV_LOOKUP
903         select CLKSRC_MMIO
904         select COMMON_CLK
905         select GENERIC_CLOCKEVENTS
906         select HAVE_CLK
907         help
908           Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).
909
910 config ARCH_DAVINCI
911         bool "TI DaVinci"
912         select ARCH_HAS_HOLES_MEMORYMODEL
913         select ARCH_REQUIRE_GPIOLIB
914         select CLKDEV_LOOKUP
915         select GENERIC_ALLOCATOR
916         select GENERIC_CLOCKEVENTS
917         select GENERIC_IRQ_CHIP
918         select HAVE_IDE
919         select NEED_MACH_GPIO_H
920         select ZONE_DMA
921         help
922           Support for TI's DaVinci platform.
923
924 config ARCH_OMAP
925         bool "TI OMAP"
926         depends on MMU
927         select ARCH_HAS_CPUFREQ
928         select ARCH_HAS_HOLES_MEMORYMODEL
929         select ARCH_REQUIRE_GPIOLIB
930         select CLKSRC_MMIO
931         select GENERIC_CLOCKEVENTS
932         select HAVE_CLK
933         help
934           Support for TI's OMAP platform (OMAP1/2/3/4).
935
936 config ARCH_VT8500_SINGLE
937         bool "VIA/WonderMedia 85xx"
938         select ARCH_HAS_CPUFREQ
939         select ARCH_REQUIRE_GPIOLIB
940         select CLKDEV_LOOKUP
941         select COMMON_CLK
942         select CPU_ARM926T
943         select GENERIC_CLOCKEVENTS
944         select GENERIC_GPIO
945         select HAVE_CLK
946         select MULTI_IRQ_HANDLER
947         select SPARSE_IRQ
948         select USE_OF
949         help
950           Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
951
952 config ARCH_ZYNQ
953         bool "Xilinx Zynq ARM Cortex A9 Platform"
954         select ARM_AMBA
955         select ARM_GIC
956         select CPU_V7
957         select GENERIC_CLOCKEVENTS
958         select ICST
959         select MIGHT_HAVE_CACHE_L2X0
960         select USE_OF
961         help
962           Support for Xilinx Zynq ARM Cortex A9 Platform
963 endchoice
964
965 menu "Multiple platform selection"
966         depends on ARCH_MULTIPLATFORM
967
968 comment "CPU Core family selection"
969
970 config ARCH_MULTI_V4
971         bool "ARMv4 based platforms (FA526, StrongARM)"
972         depends on !ARCH_MULTI_V6_V7
973         select ARCH_MULTI_V4_V5
974
975 config ARCH_MULTI_V4T
976         bool "ARMv4T based platforms (ARM720T, ARM920T, ...)"
977         depends on !ARCH_MULTI_V6_V7
978         select ARCH_MULTI_V4_V5
979
980 config ARCH_MULTI_V5
981         bool "ARMv5 based platforms (ARM926T, XSCALE, PJ1, ...)"
982         depends on !ARCH_MULTI_V6_V7
983         select ARCH_MULTI_V4_V5
984
985 config ARCH_MULTI_V4_V5
986         bool
987
988 config ARCH_MULTI_V6
989         bool "ARMv6 based platforms (ARM11, Scorpion, ...)"
990         select ARCH_MULTI_V6_V7
991         select CPU_V6
992
993 config ARCH_MULTI_V7
994         bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)"
995         default y
996         select ARCH_MULTI_V6_V7
997         select ARCH_VEXPRESS
998         select CPU_V7
999
1000 config ARCH_MULTI_V6_V7
1001         bool
1002
1003 config ARCH_MULTI_CPU_AUTO
1004         def_bool !(ARCH_MULTI_V4 || ARCH_MULTI_V4T || ARCH_MULTI_V6_V7)
1005         select ARCH_MULTI_V5
1006
1007 endmenu
1008
1009 #
1010 # This is sorted alphabetically by mach-* pathname.  However, plat-*
1011 # Kconfigs may be included either alphabetically (according to the
1012 # plat- suffix) or along side the corresponding mach-* source.
1013 #
1014 source "arch/arm/mach-mvebu/Kconfig"
1015
1016 source "arch/arm/mach-at91/Kconfig"
1017
1018 source "arch/arm/mach-clps711x/Kconfig"
1019
1020 source "arch/arm/mach-cns3xxx/Kconfig"
1021
1022 source "arch/arm/mach-davinci/Kconfig"
1023
1024 source "arch/arm/mach-dove/Kconfig"
1025
1026 source "arch/arm/mach-ep93xx/Kconfig"
1027
1028 source "arch/arm/mach-footbridge/Kconfig"
1029
1030 source "arch/arm/mach-gemini/Kconfig"
1031
1032 source "arch/arm/mach-h720x/Kconfig"
1033
1034 source "arch/arm/mach-highbank/Kconfig"
1035
1036 source "arch/arm/mach-integrator/Kconfig"
1037
1038 source "arch/arm/mach-iop32x/Kconfig"
1039
1040 source "arch/arm/mach-iop33x/Kconfig"
1041
1042 source "arch/arm/mach-iop13xx/Kconfig"
1043
1044 source "arch/arm/mach-ixp4xx/Kconfig"
1045
1046 source "arch/arm/mach-kirkwood/Kconfig"
1047
1048 source "arch/arm/mach-ks8695/Kconfig"
1049
1050 source "arch/arm/mach-msm/Kconfig"
1051
1052 source "arch/arm/mach-mv78xx0/Kconfig"
1053
1054 source "arch/arm/mach-imx/Kconfig"
1055
1056 source "arch/arm/mach-mxs/Kconfig"
1057
1058 source "arch/arm/mach-netx/Kconfig"
1059
1060 source "arch/arm/mach-nomadik/Kconfig"
1061
1062 source "arch/arm/plat-omap/Kconfig"
1063
1064 source "arch/arm/mach-omap1/Kconfig"
1065
1066 source "arch/arm/mach-omap2/Kconfig"
1067
1068 source "arch/arm/mach-orion5x/Kconfig"
1069
1070 source "arch/arm/mach-picoxcell/Kconfig"
1071
1072 source "arch/arm/mach-pxa/Kconfig"
1073 source "arch/arm/plat-pxa/Kconfig"
1074
1075 source "arch/arm/mach-mmp/Kconfig"
1076
1077 source "arch/arm/mach-realview/Kconfig"
1078
1079 source "arch/arm/mach-sa1100/Kconfig"
1080
1081 source "arch/arm/plat-samsung/Kconfig"
1082 source "arch/arm/plat-s3c24xx/Kconfig"
1083
1084 source "arch/arm/mach-socfpga/Kconfig"
1085
1086 source "arch/arm/plat-spear/Kconfig"
1087
1088 source "arch/arm/mach-s3c24xx/Kconfig"
1089 if ARCH_S3C24XX
1090 source "arch/arm/mach-s3c2412/Kconfig"
1091 source "arch/arm/mach-s3c2440/Kconfig"
1092 endif
1093
1094 if ARCH_S3C64XX
1095 source "arch/arm/mach-s3c64xx/Kconfig"
1096 endif
1097
1098 source "arch/arm/mach-s5p64x0/Kconfig"
1099
1100 source "arch/arm/mach-s5pc100/Kconfig"
1101
1102 source "arch/arm/mach-s5pv210/Kconfig"
1103
1104 source "arch/arm/mach-exynos/Kconfig"
1105
1106 source "arch/arm/mach-shmobile/Kconfig"
1107
1108 source "arch/arm/mach-prima2/Kconfig"
1109
1110 source "arch/arm/mach-tegra/Kconfig"
1111
1112 source "arch/arm/mach-u300/Kconfig"
1113
1114 source "arch/arm/mach-ux500/Kconfig"
1115
1116 source "arch/arm/mach-versatile/Kconfig"
1117
1118 source "arch/arm/mach-vexpress/Kconfig"
1119 source "arch/arm/plat-versatile/Kconfig"
1120
1121 source "arch/arm/mach-vt8500/Kconfig"
1122
1123 source "arch/arm/mach-w90x900/Kconfig"
1124
1125 # Definitions to make life easier
1126 config ARCH_ACORN
1127         bool
1128
1129 config PLAT_IOP
1130         bool
1131         select GENERIC_CLOCKEVENTS
1132
1133 config PLAT_ORION
1134         bool
1135         select CLKSRC_MMIO
1136         select COMMON_CLK
1137         select GENERIC_IRQ_CHIP
1138         select IRQ_DOMAIN
1139
1140 config PLAT_ORION_LEGACY
1141         bool
1142         select PLAT_ORION
1143
1144 config PLAT_PXA
1145         bool
1146
1147 config PLAT_VERSATILE
1148         bool
1149
1150 config ARM_TIMER_SP804
1151         bool
1152         select CLKSRC_MMIO
1153         select HAVE_SCHED_CLOCK
1154
1155 source arch/arm/mm/Kconfig
1156
1157 config ARM_NR_BANKS
1158         int
1159         default 16 if ARCH_EP93XX
1160         default 8
1161
1162 config IWMMXT
1163         bool "Enable iWMMXt support"
1164         depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4
1165         default y if PXA27x || PXA3xx || PXA95x || ARCH_MMP
1166         help
1167           Enable support for iWMMXt context switching at run time if
1168           running on a CPU that supports it.
1169
1170 config XSCALE_PMU
1171         bool
1172         depends on CPU_XSCALE
1173         default y
1174
1175 config MULTI_IRQ_HANDLER
1176         bool
1177         help
1178           Allow each machine to specify it's own IRQ handler at run time.
1179
1180 if !MMU
1181 source "arch/arm/Kconfig-nommu"
1182 endif
1183
1184 config ARM_ERRATA_326103
1185         bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory"
1186         depends on CPU_V6
1187         help
1188           Executing a SWP instruction to read-only memory does not set bit 11
1189           of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to
1190           treat the access as a read, preventing a COW from occurring and
1191           causing the faulting task to livelock.
1192
1193 config ARM_ERRATA_411920
1194         bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
1195         depends on CPU_V6 || CPU_V6K
1196         help
1197           Invalidation of the Instruction Cache operation can
1198           fail. This erratum is present in 1136 (before r1p4), 1156 and 1176.
1199           It does not affect the MPCore. This option enables the ARM Ltd.
1200           recommended workaround.
1201
1202 config ARM_ERRATA_430973
1203         bool "ARM errata: Stale prediction on replaced interworking branch"
1204         depends on CPU_V7
1205         help
1206           This option enables the workaround for the 430973 Cortex-A8
1207           (r1p0..r1p2) erratum. If a code sequence containing an ARM/Thumb
1208           interworking branch is replaced with another code sequence at the
1209           same virtual address, whether due to self-modifying code or virtual
1210           to physical address re-mapping, Cortex-A8 does not recover from the
1211           stale interworking branch prediction. This results in Cortex-A8
1212           executing the new code sequence in the incorrect ARM or Thumb state.
1213           The workaround enables the BTB/BTAC operations by setting ACTLR.IBE
1214           and also flushes the branch target cache at every context switch.
1215           Note that setting specific bits in the ACTLR register may not be
1216           available in non-secure mode.
1217
1218 config ARM_ERRATA_458693
1219         bool "ARM errata: Processor deadlock when a false hazard is created"
1220         depends on CPU_V7
1221         help
1222           This option enables the workaround for the 458693 Cortex-A8 (r2p0)
1223           erratum. For very specific sequences of memory operations, it is
1224           possible for a hazard condition intended for a cache line to instead
1225           be incorrectly associated with a different cache line. This false
1226           hazard might then cause a processor deadlock. The workaround enables
1227           the L1 caching of the NEON accesses and disables the PLD instruction
1228           in the ACTLR register. Note that setting specific bits in the ACTLR
1229           register may not be available in non-secure mode.
1230
1231 config ARM_ERRATA_460075
1232         bool "ARM errata: Data written to the L2 cache can be overwritten with stale data"
1233         depends on CPU_V7
1234         help
1235           This option enables the workaround for the 460075 Cortex-A8 (r2p0)
1236           erratum. Any asynchronous access to the L2 cache may encounter a
1237           situation in which recent store transactions to the L2 cache are lost
1238           and overwritten with stale memory contents from external memory. The
1239           workaround disables the write-allocate mode for the L2 cache via the
1240           ACTLR register. Note that setting specific bits in the ACTLR register
1241           may not be available in non-secure mode.
1242
1243 config ARM_ERRATA_742230
1244         bool "ARM errata: DMB operation may be faulty"
1245         depends on CPU_V7 && SMP
1246         help
1247           This option enables the workaround for the 742230 Cortex-A9
1248           (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction
1249           between two write operations may not ensure the correct visibility
1250           ordering of the two writes. This workaround sets a specific bit in
1251           the diagnostic register of the Cortex-A9 which causes the DMB
1252           instruction to behave as a DSB, ensuring the correct behaviour of
1253           the two writes.
1254
1255 config ARM_ERRATA_742231
1256         bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption"
1257         depends on CPU_V7 && SMP
1258         help
1259           This option enables the workaround for the 742231 Cortex-A9
1260           (r2p0..r2p2) erratum. Under certain conditions, specific to the
1261           Cortex-A9 MPCore micro-architecture, two CPUs working in SMP mode,
1262           accessing some data located in the same cache line, may get corrupted
1263           data due to bad handling of the address hazard when the line gets
1264           replaced from one of the CPUs at the same time as another CPU is
1265           accessing it. This workaround sets specific bits in the diagnostic
1266           register of the Cortex-A9 which reduces the linefill issuing
1267           capabilities of the processor.
1268
1269 config PL310_ERRATA_588369
1270         bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines"
1271         depends on CACHE_L2X0
1272         help
1273            The PL310 L2 cache controller implements three types of Clean &
1274            Invalidate maintenance operations: by Physical Address
1275            (offset 0x7F0), by Index/Way (0x7F8) and by Way (0x7FC).
1276            They are architecturally defined to behave as the execution of a
1277            clean operation followed immediately by an invalidate operation,
1278            both performing to the same memory location. This functionality
1279            is not correctly implemented in PL310 as clean lines are not
1280            invalidated as a result of these operations.
1281
1282 config ARM_ERRATA_720789
1283         bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
1284         depends on CPU_V7
1285         help
1286           This option enables the workaround for the 720789 Cortex-A9 (prior to
1287           r2p0) erratum. A faulty ASID can be sent to the other CPUs for the
1288           broadcasted CP15 TLB maintenance operations TLBIASIDIS and TLBIMVAIS.
1289           As a consequence of this erratum, some TLB entries which should be
1290           invalidated are not, resulting in an incoherency in the system page
1291           tables. The workaround changes the TLB flushing routines to invalidate
1292           entries regardless of the ASID.
1293
1294 config PL310_ERRATA_727915
1295         bool "PL310 errata: Background Clean & Invalidate by Way operation can cause data corruption"
1296         depends on CACHE_L2X0
1297         help
1298           PL310 implements the Clean & Invalidate by Way L2 cache maintenance
1299           operation (offset 0x7FC). This operation runs in background so that
1300           PL310 can handle normal accesses while it is in progress. Under very
1301           rare circumstances, due to this erratum, write data can be lost when
1302           PL310 treats a cacheable write transaction during a Clean &
1303           Invalidate by Way operation.
1304
1305 config ARM_ERRATA_743622
1306         bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
1307         depends on CPU_V7
1308         help
1309           This option enables the workaround for the 743622 Cortex-A9
1310           (r2p*) erratum. Under very rare conditions, a faulty
1311           optimisation in the Cortex-A9 Store Buffer may lead to data
1312           corruption. This workaround sets a specific bit in the diagnostic
1313           register of the Cortex-A9 which disables the Store Buffer
1314           optimisation, preventing the defect from occurring. This has no
1315           visible impact on the overall performance or power consumption of the
1316           processor.
1317
1318 config ARM_ERRATA_751472
1319         bool "ARM errata: Interrupted ICIALLUIS may prevent completion of broadcasted operation"
1320         depends on CPU_V7
1321         help
1322           This option enables the workaround for the 751472 Cortex-A9 (prior
1323           to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the
1324           completion of a following broadcasted operation if the second
1325           operation is received by a CPU before the ICIALLUIS has completed,
1326           potentially leading to corrupted entries in the cache or TLB.
1327
1328 config PL310_ERRATA_753970
1329         bool "PL310 errata: cache sync operation may be faulty"
1330         depends on CACHE_PL310
1331         help
1332           This option enables the workaround for the 753970 PL310 (r3p0) erratum.
1333
1334           Under some condition the effect of cache sync operation on
1335           the store buffer still remains when the operation completes.
1336           This means that the store buffer is always asked to drain and
1337           this prevents it from merging any further writes. The workaround
1338           is to replace the normal offset of cache sync operation (0x730)
1339           by another offset targeting an unmapped PL310 register 0x740.
1340           This has the same effect as the cache sync operation: store buffer
1341           drain and waiting for all buffers empty.
1342
1343 config ARM_ERRATA_754322
1344         bool "ARM errata: possible faulty MMU translations following an ASID switch"
1345         depends on CPU_V7
1346         help
1347           This option enables the workaround for the 754322 Cortex-A9 (r2p*,
1348           r3p*) erratum. A speculative memory access may cause a page table walk
1349           which starts prior to an ASID switch but completes afterwards. This
1350           can populate the micro-TLB with a stale entry which may be hit with
1351           the new ASID. This workaround places two dsb instructions in the mm
1352           switching code so that no page table walks can cross the ASID switch.
1353
1354 config ARM_ERRATA_754327
1355         bool "ARM errata: no automatic Store Buffer drain"
1356         depends on CPU_V7 && SMP
1357         help
1358           This option enables the workaround for the 754327 Cortex-A9 (prior to
1359           r2p0) erratum. The Store Buffer does not have any automatic draining
1360           mechanism and therefore a livelock may occur if an external agent
1361           continuously polls a memory location waiting to observe an update.
1362           This workaround defines cpu_relax() as smp_mb(), preventing correctly
1363           written polling loops from denying visibility of updates to memory.
1364
1365 config ARM_ERRATA_364296
1366         bool "ARM errata: Possible cache data corruption with hit-under-miss enabled"
1367         depends on CPU_V6 && !SMP
1368         help
1369           This options enables the workaround for the 364296 ARM1136
1370           r0p2 erratum (possible cache data corruption with
1371           hit-under-miss enabled). It sets the undocumented bit 31 in
1372           the auxiliary control register and the FI bit in the control
1373           register, thus disabling hit-under-miss without putting the
1374           processor into full low interrupt latency mode. ARM11MPCore
1375           is not affected.
1376
1377 config ARM_ERRATA_764369
1378         bool "ARM errata: Data cache line maintenance operation by MVA may not succeed"
1379         depends on CPU_V7 && SMP
1380         help
1381           This option enables the workaround for erratum 764369
1382           affecting Cortex-A9 MPCore with two or more processors (all
1383           current revisions). Under certain timing circumstances, a data
1384           cache line maintenance operation by MVA targeting an Inner
1385           Shareable memory region may fail to proceed up to either the
1386           Point of Coherency or to the Point of Unification of the
1387           system. This workaround adds a DSB instruction before the
1388           relevant cache maintenance functions and sets a specific bit
1389           in the diagnostic control register of the SCU.
1390
1391 config PL310_ERRATA_769419
1392         bool "PL310 errata: no automatic Store Buffer drain"
1393         depends on CACHE_L2X0
1394         help
1395           On revisions of the PL310 prior to r3p2, the Store Buffer does
1396           not automatically drain. This can cause normal, non-cacheable
1397           writes to be retained when the memory system is idle, leading
1398           to suboptimal I/O performance for drivers using coherent DMA.
1399           This option adds a write barrier to the cpu_idle loop so that,
1400           on systems with an outer cache, the store buffer is drained
1401           explicitly.
1402
1403 config ARM_ERRATA_775420
1404        bool "ARM errata: A data cache maintenance operation which aborts, might lead to deadlock"
1405        depends on CPU_V7
1406        help
1407          This option enables the workaround for the 775420 Cortex-A9 (r2p2,
1408          r2p6,r2p8,r2p10,r3p0) erratum. In case a date cache maintenance
1409          operation aborts with MMU exception, it might cause the processor
1410          to deadlock. This workaround puts DSB before executing ISB if
1411          an abort may occur on cache maintenance.
1412
1413 endmenu
1414
1415 source "arch/arm/common/Kconfig"
1416
1417 menu "Bus support"
1418
1419 config ARM_AMBA
1420         bool
1421
1422 config ISA
1423         bool
1424         help
1425           Find out whether you have ISA slots on your motherboard.  ISA is the
1426           name of a bus system, i.e. the way the CPU talks to the other stuff
1427           inside your box.  Other bus systems are PCI, EISA, MicroChannel
1428           (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
1429           newer boards don't support it.  If you have ISA, say Y, otherwise N.
1430
1431 # Select ISA DMA controller support
1432 config ISA_DMA
1433         bool
1434         select ISA_DMA_API
1435
1436 # Select ISA DMA interface
1437 config ISA_DMA_API
1438         bool
1439
1440 config PCI
1441         bool "PCI support" if MIGHT_HAVE_PCI
1442         help
1443           Find out whether you have a PCI motherboard. PCI is the name of a
1444           bus system, i.e. the way the CPU talks to the other stuff inside
1445           your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
1446           VESA. If you have PCI, say Y, otherwise N.
1447
1448 config PCI_DOMAINS
1449         bool
1450         depends on PCI
1451
1452 config PCI_NANOENGINE
1453         bool "BSE nanoEngine PCI support"
1454         depends on SA1100_NANOENGINE
1455         help
1456           Enable PCI on the BSE nanoEngine board.
1457
1458 config PCI_SYSCALL
1459         def_bool PCI
1460
1461 # Select the host bridge type
1462 config PCI_HOST_VIA82C505
1463         bool
1464         depends on PCI && ARCH_SHARK
1465         default y
1466
1467 config PCI_HOST_ITE8152
1468         bool
1469         depends on PCI && MACH_ARMCORE
1470         default y
1471         select DMABOUNCE
1472
1473 source "drivers/pci/Kconfig"
1474
1475 source "drivers/pcmcia/Kconfig"
1476
1477 endmenu
1478
1479 menu "Kernel Features"
1480
1481 config HAVE_SMP
1482         bool
1483         help
1484           This option should be selected by machines which have an SMP-
1485           capable CPU.
1486
1487           The only effect of this option is to make the SMP-related
1488           options available to the user for configuration.
1489
1490 config SMP
1491         bool "Symmetric Multi-Processing"
1492         depends on CPU_V6K || CPU_V7
1493         depends on GENERIC_CLOCKEVENTS
1494         depends on HAVE_SMP
1495         depends on MMU
1496         select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP
1497         select USE_GENERIC_SMP_HELPERS
1498         help
1499           This enables support for systems with more than one CPU. If you have
1500           a system with only one CPU, like most personal computers, say N. If
1501           you have a system with more than one CPU, say Y.
1502
1503           If you say N here, the kernel will run on single and multiprocessor
1504           machines, but will use only one CPU of a multiprocessor machine. If
1505           you say Y here, the kernel will run on many, but not all, single
1506           processor machines. On a single processor machine, the kernel will
1507           run faster if you say N here.
1508
1509           See also <file:Documentation/x86/i386/IO-APIC.txt>,
1510           <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
1511           <http://tldp.org/HOWTO/SMP-HOWTO.html>.
1512
1513           If you don't know what to do here, say N.
1514
1515 config SMP_ON_UP
1516         bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
1517         depends on EXPERIMENTAL
1518         depends on SMP && !XIP_KERNEL
1519         default y
1520         help
1521           SMP kernels contain instructions which fail on non-SMP processors.
1522           Enabling this option allows the kernel to modify itself to make
1523           these instructions safe.  Disabling it allows about 1K of space
1524           savings.
1525
1526           If you don't know what to do here, say Y.
1527
1528 config ARM_CPU_TOPOLOGY
1529         bool "Support cpu topology definition"
1530         depends on SMP && CPU_V7
1531         default y
1532         help
1533           Support ARM cpu topology definition. The MPIDR register defines
1534           affinity between processors which is then used to describe the cpu
1535           topology of an ARM System.
1536
1537 config SCHED_MC
1538         bool "Multi-core scheduler support"
1539         depends on ARM_CPU_TOPOLOGY
1540         help
1541           Multi-core scheduler support improves the CPU scheduler's decision
1542           making when dealing with multi-core CPU chips at a cost of slightly
1543           increased overhead in some places. If unsure say N here.
1544
1545 config SCHED_SMT
1546         bool "SMT scheduler support"
1547         depends on ARM_CPU_TOPOLOGY
1548         help
1549           Improves the CPU scheduler's decision making when dealing with
1550           MultiThreading at a cost of slightly increased overhead in some
1551           places. If unsure say N here.
1552
1553 config HAVE_ARM_SCU
1554         bool
1555         help
1556           This option enables support for the ARM system coherency unit
1557
1558 config ARM_ARCH_TIMER
1559         bool "Architected timer support"
1560         depends on CPU_V7
1561         help
1562           This option enables support for the ARM architected timer
1563
1564 config HAVE_ARM_TWD
1565         bool
1566         depends on SMP
1567         help
1568           This options enables support for the ARM timer and watchdog unit
1569
1570 choice
1571         prompt "Memory split"
1572         default VMSPLIT_3G
1573         help
1574           Select the desired split between kernel and user memory.
1575
1576           If you are not absolutely sure what you are doing, leave this
1577           option alone!
1578
1579         config VMSPLIT_3G
1580                 bool "3G/1G user/kernel split"
1581         config VMSPLIT_2G
1582                 bool "2G/2G user/kernel split"
1583         config VMSPLIT_1G
1584                 bool "1G/3G user/kernel split"
1585 endchoice
1586
1587 config PAGE_OFFSET
1588         hex
1589         default 0x40000000 if VMSPLIT_1G
1590         default 0x80000000 if VMSPLIT_2G
1591         default 0xC0000000
1592
1593 config NR_CPUS
1594         int "Maximum number of CPUs (2-32)"
1595         range 2 32
1596         depends on SMP
1597         default "4"
1598
1599 config HOTPLUG_CPU
1600         bool "Support for hot-pluggable CPUs"
1601         depends on SMP && HOTPLUG
1602         help
1603           Say Y here to experiment with turning CPUs off and on.  CPUs
1604           can be controlled through /sys/devices/system/cpu.
1605
1606 config LOCAL_TIMERS
1607         bool "Use local timer interrupts"
1608         depends on SMP
1609         default y
1610         select HAVE_ARM_TWD if (!ARCH_MSM_SCORPIONMP && !EXYNOS4_MCT)
1611         help
1612           Enable support for local timers on SMP platforms, rather then the
1613           legacy IPI broadcast method.  Local timers allows the system
1614           accounting to be spread across the timer interval, preventing a
1615           "thundering herd" at every timer tick.
1616
1617 config ARCH_NR_GPIO
1618         int
1619         default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
1620         default 355 if ARCH_U8500
1621         default 264 if MACH_H4700
1622         default 512 if SOC_OMAP5
1623         default 288 if ARCH_VT8500
1624         default 0
1625         help
1626           Maximum number of GPIOs in the system.
1627
1628           If unsure, leave the default value.
1629
1630 source kernel/Kconfig.preempt
1631
1632 config HZ
1633         int
1634         default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \
1635                 ARCH_S5PV210 || ARCH_EXYNOS4
1636         default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
1637         default AT91_TIMER_HZ if ARCH_AT91
1638         default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
1639         default 100
1640
1641 config THUMB2_KERNEL
1642         bool "Compile the kernel in Thumb-2 mode"
1643         depends on CPU_V7 && !CPU_V6 && !CPU_V6K
1644         select AEABI
1645         select ARM_ASM_UNIFIED
1646         select ARM_UNWIND
1647         help
1648           By enabling this option, the kernel will be compiled in
1649           Thumb-2 mode. A compiler/assembler that understand the unified
1650           ARM-Thumb syntax is needed.
1651
1652           If unsure, say N.
1653
1654 config THUMB2_AVOID_R_ARM_THM_JUMP11
1655         bool "Work around buggy Thumb-2 short branch relocations in gas"
1656         depends on THUMB2_KERNEL && MODULES
1657         default y
1658         help
1659           Various binutils versions can resolve Thumb-2 branches to
1660           locally-defined, preemptible global symbols as short-range "b.n"
1661           branch instructions.
1662
1663           This is a problem, because there's no guarantee the final
1664           destination of the symbol, or any candidate locations for a
1665           trampoline, are within range of the branch.  For this reason, the
1666           kernel does not support fixing up the R_ARM_THM_JUMP11 (102)
1667           relocation in modules at all, and it makes little sense to add
1668           support.
1669
1670           The symptom is that the kernel fails with an "unsupported
1671           relocation" error when loading some modules.
1672
1673           Until fixed tools are available, passing
1674           -fno-optimize-sibling-calls to gcc should prevent gcc generating
1675           code which hits this problem, at the cost of a bit of extra runtime
1676           stack usage in some cases.
1677
1678           The problem is described in more detail at:
1679               https://bugs.launchpad.net/binutils-linaro/+bug/725126
1680
1681           Only Thumb-2 kernels are affected.
1682
1683           Unless you are sure your tools don't have this problem, say Y.
1684
1685 config ARM_ASM_UNIFIED
1686         bool
1687
1688 config AEABI
1689         bool "Use the ARM EABI to compile the kernel"
1690         help
1691           This option allows for the kernel to be compiled using the latest
1692           ARM ABI (aka EABI).  This is only useful if you are using a user
1693           space environment that is also compiled with EABI.
1694
1695           Since there are major incompatibilities between the legacy ABI and
1696           EABI, especially with regard to structure member alignment, this
1697           option also changes the kernel syscall calling convention to
1698           disambiguate both ABIs and allow for backward compatibility support
1699           (selected with CONFIG_OABI_COMPAT).
1700
1701           To use this you need GCC version 4.0.0 or later.
1702
1703 config OABI_COMPAT
1704         bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)"
1705         depends on AEABI && EXPERIMENTAL && !THUMB2_KERNEL
1706         default y
1707         help
1708           This option preserves the old syscall interface along with the
1709           new (ARM EABI) one. It also provides a compatibility layer to
1710           intercept syscalls that have structure arguments which layout
1711           in memory differs between the legacy ABI and the new ARM EABI
1712           (only for non "thumb" binaries). This option adds a tiny
1713           overhead to all syscalls and produces a slightly larger kernel.
1714           If you know you'll be using only pure EABI user space then you
1715           can say N here. If this option is not selected and you attempt
1716           to execute a legacy ABI binary then the result will be
1717           UNPREDICTABLE (in fact it can be predicted that it won't work
1718           at all). If in doubt say Y.
1719
1720 config ARCH_HAS_HOLES_MEMORYMODEL
1721         bool
1722
1723 config ARCH_SPARSEMEM_ENABLE
1724         bool
1725
1726 config ARCH_SPARSEMEM_DEFAULT
1727         def_bool ARCH_SPARSEMEM_ENABLE
1728
1729 config ARCH_SELECT_MEMORY_MODEL
1730         def_bool ARCH_SPARSEMEM_ENABLE
1731
1732 config HAVE_ARCH_PFN_VALID
1733         def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
1734
1735 config HIGHMEM
1736         bool "High Memory Support"
1737         depends on MMU
1738         help
1739           The address space of ARM processors is only 4 Gigabytes large
1740           and it has to accommodate user address space, kernel address
1741           space as well as some memory mapped IO. That means that, if you
1742           have a large amount of physical memory and/or IO, not all of the
1743           memory can be "permanently mapped" by the kernel. The physical
1744           memory that is not permanently mapped is called "high memory".
1745
1746           Depending on the selected kernel/user memory split, minimum
1747           vmalloc space and actual amount of RAM, you may not need this
1748           option which should result in a slightly faster kernel.
1749
1750           If unsure, say n.
1751
1752 config HIGHPTE
1753         bool "Allocate 2nd-level pagetables from highmem"
1754         depends on HIGHMEM
1755
1756 config HW_PERF_EVENTS
1757         bool "Enable hardware performance counter support for perf events"
1758         depends on PERF_EVENTS
1759         default y
1760         help
1761           Enable hardware performance counter support for perf events. If
1762           disabled, perf events will use software events only.
1763
1764 source "mm/Kconfig"
1765
1766 config FORCE_MAX_ZONEORDER
1767         int "Maximum zone order" if ARCH_SHMOBILE
1768         range 11 64 if ARCH_SHMOBILE
1769         default "12" if SOC_AM33XX
1770         default "9" if SA1111
1771         default "11"
1772         help
1773           The kernel memory allocator divides physically contiguous memory
1774           blocks into "zones", where each zone is a power of two number of
1775           pages.  This option selects the largest power of two that the kernel
1776           keeps in the memory allocator.  If you need to allocate very large
1777           blocks of physically contiguous memory, then you may need to
1778           increase this value.
1779
1780           This config option is actually maximum order plus one. For example,
1781           a value of 11 means that the largest free memory block is 2^10 pages.
1782
1783 config ALIGNMENT_TRAP
1784         bool
1785         depends on CPU_CP15_MMU
1786         default y if !ARCH_EBSA110
1787         select HAVE_PROC_CPU if PROC_FS
1788         help
1789           ARM processors cannot fetch/store information which is not
1790           naturally aligned on the bus, i.e., a 4 byte fetch must start at an
1791           address divisible by 4. On 32-bit ARM processors, these non-aligned
1792           fetch/store instructions will be emulated in software if you say
1793           here, which has a severe performance impact. This is necessary for
1794           correct operation of some network protocols. With an IP-only
1795           configuration it is safe to say N, otherwise say Y.
1796
1797 config UACCESS_WITH_MEMCPY
1798         bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
1799         depends on MMU
1800         default y if CPU_FEROCEON
1801         help
1802           Implement faster copy_to_user and clear_user methods for CPU
1803           cores where a 8-word STM instruction give significantly higher
1804           memory write throughput than a sequence of individual 32bit stores.
1805
1806           A possible side effect is a slight increase in scheduling latency
1807           between threads sharing the same address space if they invoke
1808           such copy operations with large buffers.
1809
1810           However, if the CPU data cache is using a write-allocate mode,
1811           this option is unlikely to provide any performance gain.
1812
1813 config SECCOMP
1814         bool
1815         prompt "Enable seccomp to safely compute untrusted bytecode"
1816         ---help---
1817           This kernel feature is useful for number crunching applications
1818           that may need to compute untrusted bytecode during their
1819           execution. By using pipes or other transports made available to
1820           the process as file descriptors supporting the read/write
1821           syscalls, it's possible to isolate those applications in
1822           their own address space using seccomp. Once seccomp is
1823           enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
1824           and the task is only allowed to execute a few safe syscalls
1825           defined by each seccomp mode.
1826
1827 config CC_STACKPROTECTOR
1828         bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
1829         depends on EXPERIMENTAL
1830         help
1831           This option turns on the -fstack-protector GCC feature. This
1832           feature puts, at the beginning of functions, a canary value on
1833           the stack just before the return address, and validates
1834           the value just before actually returning.  Stack based buffer
1835           overflows (that need to overwrite this return address) now also
1836           overwrite the canary, which gets detected and the attack is then
1837           neutralized via a kernel panic.
1838           This feature requires gcc version 4.2 or above.
1839
1840 config XEN_DOM0
1841         def_bool y
1842         depends on XEN
1843
1844 config XEN
1845         bool "Xen guest support on ARM (EXPERIMENTAL)"
1846         depends on EXPERIMENTAL && ARM && OF
1847         depends on CPU_V7 && !CPU_V6
1848         help
1849           Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1850
1851 endmenu
1852
1853 menu "Boot options"
1854
1855 config USE_OF
1856         bool "Flattened Device Tree support"
1857         select IRQ_DOMAIN
1858         select OF
1859         select OF_EARLY_FLATTREE
1860         help
1861           Include support for flattened device tree machine descriptions.
1862
1863 config ATAGS
1864         bool "Support for the traditional ATAGS boot data passing" if USE_OF
1865         default y
1866         help
1867           This is the traditional way of passing data to the kernel at boot
1868           time. If you are solely relying on the flattened device tree (or
1869           the ARM_ATAG_DTB_COMPAT option) then you may unselect this option
1870           to remove ATAGS support from your kernel binary.  If unsure,
1871           leave this to y.
1872
1873 config DEPRECATED_PARAM_STRUCT
1874         bool "Provide old way to pass kernel parameters"
1875         depends on ATAGS
1876         help
1877           This was deprecated in 2001 and announced to live on for 5 years.
1878           Some old boot loaders still use this way.
1879
1880 # Compressed boot loader in ROM.  Yes, we really want to ask about
1881 # TEXT and BSS so we preserve their values in the config files.
1882 config ZBOOT_ROM_TEXT
1883         hex "Compressed ROM boot loader base address"
1884         default "0"
1885         help
1886           The physical address at which the ROM-able zImage is to be
1887           placed in the target.  Platforms which normally make use of
1888           ROM-able zImage formats normally set this to a suitable
1889           value in their defconfig file.
1890
1891           If ZBOOT_ROM is not enabled, this has no effect.
1892
1893 config ZBOOT_ROM_BSS
1894         hex "Compressed ROM boot loader BSS address"
1895         default "0"
1896         help
1897           The base address of an area of read/write memory in the target
1898           for the ROM-able zImage which must be available while the
1899           decompressor is running. It must be large enough to hold the
1900           entire decompressed kernel plus an additional 128 KiB.
1901           Platforms which normally make use of ROM-able zImage formats
1902           normally set this to a suitable value in their defconfig file.
1903
1904           If ZBOOT_ROM is not enabled, this has no effect.
1905
1906 config ZBOOT_ROM
1907         bool "Compressed boot loader in ROM/flash"
1908         depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
1909         help
1910           Say Y here if you intend to execute your compressed kernel image
1911           (zImage) directly from ROM or flash.  If unsure, say N.
1912
1913 choice
1914         prompt "Include SD/MMC loader in zImage (EXPERIMENTAL)"
1915         depends on ZBOOT_ROM && ARCH_SH7372 && EXPERIMENTAL
1916         default ZBOOT_ROM_NONE
1917         help
1918           Include experimental SD/MMC loading code in the ROM-able zImage.
1919           With this enabled it is possible to write the ROM-able zImage
1920           kernel image to an MMC or SD card and boot the kernel straight
1921           from the reset vector. At reset the processor Mask ROM will load
1922           the first part of the ROM-able zImage which in turn loads the
1923           rest the kernel image to RAM.
1924
1925 config ZBOOT_ROM_NONE
1926         bool "No SD/MMC loader in zImage (EXPERIMENTAL)"
1927         help
1928           Do not load image from SD or MMC
1929
1930 config ZBOOT_ROM_MMCIF
1931         bool "Include MMCIF loader in zImage (EXPERIMENTAL)"
1932         help
1933           Load image from MMCIF hardware block.
1934
1935 config ZBOOT_ROM_SH_MOBILE_SDHI
1936         bool "Include SuperH Mobile SDHI loader in zImage (EXPERIMENTAL)"
1937         help
1938           Load image from SDHI hardware block
1939
1940 endchoice
1941
1942 config ARM_APPENDED_DTB
1943         bool "Use appended device tree blob to zImage (EXPERIMENTAL)"
1944         depends on OF && !ZBOOT_ROM && EXPERIMENTAL
1945         help
1946           With this option, the boot code will look for a device tree binary
1947           (DTB) appended to zImage
1948           (e.g. cat zImage <filename>.dtb > zImage_w_dtb).
1949
1950           This is meant as a backward compatibility convenience for those
1951           systems with a bootloader that can't be upgraded to accommodate
1952           the documented boot protocol using a device tree.
1953
1954           Beware that there is very little in terms of protection against
1955           this option being confused by leftover garbage in memory that might
1956           look like a DTB header after a reboot if no actual DTB is appended
1957           to zImage.  Do not leave this option active in a production kernel
1958           if you don't intend to always append a DTB.  Proper passing of the
1959           location into r2 of a bootloader provided DTB is always preferable
1960           to this option.
1961
1962 config ARM_ATAG_DTB_COMPAT
1963         bool "Supplement the appended DTB with traditional ATAG information"
1964         depends on ARM_APPENDED_DTB
1965         help
1966           Some old bootloaders can't be updated to a DTB capable one, yet
1967           they provide ATAGs with memory configuration, the ramdisk address,
1968           the kernel cmdline string, etc.  Such information is dynamically
1969           provided by the bootloader and can't always be stored in a static
1970           DTB.  To allow a device tree enabled kernel to be used with such
1971           bootloaders, this option allows zImage to extract the information
1972           from the ATAG list and store it at run time into the appended DTB.
1973
1974 choice
1975         prompt "Kernel command line type" if ARM_ATAG_DTB_COMPAT
1976         default ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER
1977
1978 config ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER
1979         bool "Use bootloader kernel arguments if available"
1980         help
1981           Uses the command-line options passed by the boot loader instead of
1982           the device tree bootargs property. If the boot loader doesn't provide
1983           any, the device tree bootargs property will be used.
1984
1985 config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND
1986         bool "Extend with bootloader kernel arguments"
1987         help
1988           The command-line arguments provided by the boot loader will be
1989           appended to the the device tree bootargs property.
1990
1991 endchoice
1992
1993 config CMDLINE
1994         string "Default kernel command string"
1995         default ""
1996         help
1997           On some architectures (EBSA110 and CATS), there is currently no way
1998           for the boot loader to pass arguments to the kernel. For these
1999           architectures, you should supply some command-line options at build
2000           time by entering them here. As a minimum, you should specify the
2001           memory size and the root device (e.g., mem=64M root=/dev/nfs).
2002
2003 choice
2004         prompt "Kernel command line type" if CMDLINE != ""
2005         default CMDLINE_FROM_BOOTLOADER
2006         depends on ATAGS
2007
2008 config CMDLINE_FROM_BOOTLOADER
2009         bool "Use bootloader kernel arguments if available"
2010         help
2011           Uses the command-line options passed by the boot loader. If
2012           the boot loader doesn't provide any, the default kernel command
2013           string provided in CMDLINE will be used.
2014
2015 config CMDLINE_EXTEND
2016         bool "Extend bootloader kernel arguments"
2017         help
2018           The command-line arguments provided by the boot loader will be
2019           appended to the default kernel command string.
2020
2021 config CMDLINE_FORCE
2022         bool "Always use the default kernel command string"
2023         help
2024           Always use the default kernel command string, even if the boot
2025           loader passes other arguments to the kernel.
2026           This is useful if you cannot or don't want to change the
2027           command-line options your boot loader passes to the kernel.
2028 endchoice
2029
2030 config XIP_KERNEL
2031         bool "Kernel Execute-In-Place from ROM"
2032         depends on !ZBOOT_ROM && !ARM_LPAE && !ARCH_MULTIPLATFORM
2033         help
2034           Execute-In-Place allows the kernel to run from non-volatile storage
2035           directly addressable by the CPU, such as NOR flash. This saves RAM
2036           space since the text section of the kernel is not loaded from flash
2037           to RAM.  Read-write sections, such as the data section and stack,
2038           are still copied to RAM.  The XIP kernel is not compressed since
2039           it has to run directly from flash, so it will take more space to
2040           store it.  The flash address used to link the kernel object files,
2041           and for storing it, is configuration dependent. Therefore, if you
2042           say Y here, you must know the proper physical address where to
2043           store the kernel image depending on your own flash memory usage.
2044
2045           Also note that the make target becomes "make xipImage" rather than
2046           "make zImage" or "make Image".  The final kernel binary to put in
2047           ROM memory will be arch/arm/boot/xipImage.
2048
2049           If unsure, say N.
2050
2051 config XIP_PHYS_ADDR
2052         hex "XIP Kernel Physical Location"
2053         depends on XIP_KERNEL
2054         default "0x00080000"
2055         help
2056           This is the physical address in your flash memory the kernel will
2057           be linked for and stored to.  This address is dependent on your
2058           own flash usage.
2059
2060 config KEXEC
2061         bool "Kexec system call (EXPERIMENTAL)"
2062         depends on EXPERIMENTAL && (!SMP || HOTPLUG_CPU)
2063         help
2064           kexec is a system call that implements the ability to shutdown your
2065           current kernel, and to start another kernel.  It is like a reboot
2066           but it is independent of the system firmware.   And like a reboot
2067           you can start any kernel with it, not just Linux.
2068
2069           It is an ongoing process to be certain the hardware in a machine
2070           is properly shutdown, so do not be surprised if this code does not
2071           initially work for you.  It may help to enable device hotplugging
2072           support.
2073
2074 config ATAGS_PROC
2075         bool "Export atags in procfs"
2076         depends on ATAGS && KEXEC
2077         default y
2078         help
2079           Should the atags used to boot the kernel be exported in an "atags"
2080           file in procfs. Useful with kexec.
2081
2082 config CRASH_DUMP
2083         bool "Build kdump crash kernel (EXPERIMENTAL)"
2084         depends on EXPERIMENTAL
2085         help
2086           Generate crash dump after being started by kexec. This should
2087           be normally only set in special crash dump kernels which are
2088           loaded in the main kernel with kexec-tools into a specially
2089           reserved region and then later executed after a crash by
2090           kdump/kexec. The crash dump kernel must be compiled to a
2091           memory address not used by the main kernel
2092
2093           For more details see Documentation/kdump/kdump.txt
2094
2095 config AUTO_ZRELADDR
2096         bool "Auto calculation of the decompressed kernel image address"
2097         depends on !ZBOOT_ROM && !ARCH_U300
2098         help
2099           ZRELADDR is the physical address where the decompressed kernel
2100           image will be placed. If AUTO_ZRELADDR is selected, the address
2101           will be determined at run-time by masking the current IP with
2102           0xf8000000. This assumes the zImage being placed in the first 128MB
2103           from start of memory.
2104
2105 endmenu
2106
2107 menu "CPU Power Management"
2108
2109 if ARCH_HAS_CPUFREQ
2110
2111 source "drivers/cpufreq/Kconfig"
2112
2113 config CPU_FREQ_IMX
2114         tristate "CPUfreq driver for i.MX CPUs"
2115         depends on ARCH_MXC && CPU_FREQ
2116         select CPU_FREQ_TABLE
2117         help
2118           This enables the CPUfreq driver for i.MX CPUs.
2119
2120 config CPU_FREQ_SA1100
2121         bool
2122
2123 config CPU_FREQ_SA1110
2124         bool
2125
2126 config CPU_FREQ_INTEGRATOR
2127         tristate "CPUfreq driver for ARM Integrator CPUs"
2128         depends on ARCH_INTEGRATOR && CPU_FREQ
2129         default y
2130         help
2131           This enables the CPUfreq driver for ARM Integrator CPUs.
2132
2133           For details, take a look at <file:Documentation/cpu-freq>.
2134
2135           If in doubt, say Y.
2136
2137 config CPU_FREQ_PXA
2138         bool
2139         depends on CPU_FREQ && ARCH_PXA && PXA25x
2140         default y
2141         select CPU_FREQ_DEFAULT_GOV_USERSPACE
2142         select CPU_FREQ_TABLE
2143
2144 config CPU_FREQ_S3C
2145         bool
2146         help
2147           Internal configuration node for common cpufreq on Samsung SoC
2148
2149 config CPU_FREQ_S3C24XX
2150         bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
2151         depends on ARCH_S3C24XX && CPU_FREQ && EXPERIMENTAL
2152         select CPU_FREQ_S3C
2153         help
2154           This enables the CPUfreq driver for the Samsung S3C24XX family
2155           of CPUs.
2156
2157           For details, take a look at <file:Documentation/cpu-freq>.
2158
2159           If in doubt, say N.
2160
2161 config CPU_FREQ_S3C24XX_PLL
2162         bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
2163         depends on CPU_FREQ_S3C24XX && EXPERIMENTAL
2164         help
2165           Compile in support for changing the PLL frequency from the
2166           S3C24XX series CPUfreq driver. The PLL takes time to settle
2167           after a frequency change, so by default it is not enabled.
2168
2169           This also means that the PLL tables for the selected CPU(s) will
2170           be built which may increase the size of the kernel image.
2171
2172 config CPU_FREQ_S3C24XX_DEBUG
2173         bool "Debug CPUfreq Samsung driver core"
2174         depends on CPU_FREQ_S3C24XX
2175         help
2176           Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
2177
2178 config CPU_FREQ_S3C24XX_IODEBUG
2179         bool "Debug CPUfreq Samsung driver IO timing"
2180         depends on CPU_FREQ_S3C24XX
2181         help
2182           Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
2183
2184 config CPU_FREQ_S3C24XX_DEBUGFS
2185         bool "Export debugfs for CPUFreq"
2186         depends on CPU_FREQ_S3C24XX && DEBUG_FS
2187         help
2188           Export status information via debugfs.
2189
2190 endif
2191
2192 source "drivers/cpuidle/Kconfig"
2193
2194 endmenu
2195
2196 menu "Floating point emulation"
2197
2198 comment "At least one emulation must be selected"
2199
2200 config FPE_NWFPE
2201         bool "NWFPE math emulation"
2202         depends on (!AEABI || OABI_COMPAT) && !THUMB2_KERNEL
2203         ---help---
2204           Say Y to include the NWFPE floating point emulator in the kernel.
2205           This is necessary to run most binaries. Linux does not currently
2206           support floating point hardware so you need to say Y here even if
2207           your machine has an FPA or floating point co-processor podule.
2208
2209           You may say N here if you are going to load the Acorn FPEmulator
2210           early in the bootup.
2211
2212 config FPE_NWFPE_XP
2213         bool "Support extended precision"
2214         depends on FPE_NWFPE
2215         help
2216           Say Y to include 80-bit support in the kernel floating-point
2217           emulator.  Otherwise, only 32 and 64-bit support is compiled in.
2218           Note that gcc does not generate 80-bit operations by default,
2219           so in most cases this option only enlarges the size of the
2220           floating point emulator without any good reason.
2221
2222           You almost surely want to say N here.
2223
2224 config FPE_FASTFPE
2225         bool "FastFPE math emulation (EXPERIMENTAL)"
2226         depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 && EXPERIMENTAL
2227         ---help---
2228           Say Y here to include the FAST floating point emulator in the kernel.
2229           This is an experimental much faster emulator which now also has full
2230           precision for the mantissa.  It does not support any exceptions.
2231           It is very simple, and approximately 3-6 times faster than NWFPE.
2232
2233           It should be sufficient for most programs.  It may be not suitable
2234           for scientific calculations, but you have to check this for yourself.
2235           If you do not feel you need a faster FP emulation you should better
2236           choose NWFPE.
2237
2238 config VFP
2239         bool "VFP-format floating point maths"
2240         depends on CPU_V6 || CPU_V6K || CPU_ARM926T || CPU_V7 || CPU_FEROCEON
2241         help
2242           Say Y to include VFP support code in the kernel. This is needed
2243           if your hardware includes a VFP unit.
2244
2245           Please see <file:Documentation/arm/VFP/release-notes.txt> for
2246           release notes and additional status information.
2247
2248           Say N if your target does not have VFP hardware.
2249
2250 config VFPv3
2251         bool
2252         depends on VFP
2253         default y if CPU_V7
2254
2255 config NEON
2256         bool "Advanced SIMD (NEON) Extension support"
2257         depends on VFPv3 && CPU_V7
2258         help
2259           Say Y to include support code for NEON, the ARMv7 Advanced SIMD
2260           Extension.
2261
2262 endmenu
2263
2264 menu "Userspace binary formats"
2265
2266 source "fs/Kconfig.binfmt"
2267
2268 config ARTHUR
2269         tristate "RISC OS personality"
2270         depends on !AEABI
2271         help
2272           Say Y here to include the kernel code necessary if you want to run
2273           Acorn RISC OS/Arthur binaries under Linux. This code is still very
2274           experimental; if this sounds frightening, say N and sleep in peace.
2275           You can also say M here to compile this support as a module (which
2276           will be called arthur).
2277
2278 endmenu
2279
2280 menu "Power management options"
2281
2282 source "kernel/power/Kconfig"
2283
2284 config ARCH_SUSPEND_POSSIBLE
2285         depends on !ARCH_S5PC100
2286         depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \
2287                 CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE || CPU_MOHAWK
2288         def_bool y
2289
2290 config ARM_CPU_SUSPEND
2291         def_bool PM_SLEEP
2292
2293 endmenu
2294
2295 source "net/Kconfig"
2296
2297 source "drivers/Kconfig"
2298
2299 source "fs/Kconfig"
2300
2301 source "arch/arm/Kconfig.debug"
2302
2303 source "security/Kconfig"
2304
2305 source "crypto/Kconfig"
2306
2307 source "lib/Kconfig"