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