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