OSDN Git Service

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