Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / Kconfig
1 config ARM64
2         def_bool y
3         select ACPI_CCA_REQUIRED if ACPI
4         select ACPI_GENERIC_GSI if ACPI
5         select ACPI_REDUCED_HARDWARE_ONLY if ACPI
6         select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
7         select ARCH_HAS_ELF_RANDOMIZE
8         select ARCH_HAS_GCOV_PROFILE_ALL
9         select ARCH_HAS_SG_CHAIN
10         select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
11         select ARCH_USE_CMPXCHG_LOCKREF
12         select ARCH_SUPPORTS_ATOMIC_RMW
13         select ARCH_WANT_OPTIONAL_GPIOLIB
14         select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
15         select ARCH_WANT_FRAME_POINTERS
16         select ARCH_HAS_UBSAN_SANITIZE_ALL
17         select ARM_AMBA
18         select ARM_ARCH_TIMER
19         select ARM_GIC
20         select AUDIT_ARCH_COMPAT_GENERIC
21         select ARM_GIC_V2M if PCI_MSI
22         select ARM_GIC_V3
23         select ARM_GIC_V3_ITS if PCI_MSI
24         select ARM_PSCI_FW
25         select BUILDTIME_EXTABLE_SORT
26         select CLONE_BACKWARDS
27         select COMMON_CLK
28         select CPU_PM if (SUSPEND || CPU_IDLE)
29         select DCACHE_WORD_ACCESS
30         select EDAC_SUPPORT
31         select FRAME_POINTER
32         select GENERIC_ALLOCATOR
33         select GENERIC_CLOCKEVENTS
34         select GENERIC_CLOCKEVENTS_BROADCAST
35         select GENERIC_CPU_AUTOPROBE
36         select GENERIC_EARLY_IOREMAP
37         select GENERIC_IDLE_POLL_SETUP
38         select GENERIC_IRQ_PROBE
39         select GENERIC_IRQ_SHOW
40         select GENERIC_IRQ_SHOW_LEVEL
41         select GENERIC_PCI_IOMAP
42         select GENERIC_SCHED_CLOCK
43         select GENERIC_SMP_IDLE_THREAD
44         select GENERIC_STRNCPY_FROM_USER
45         select GENERIC_STRNLEN_USER
46         select GENERIC_TIME_VSYSCALL
47         select HANDLE_DOMAIN_IRQ
48         select HARDIRQS_SW_RESEND
49         select HAVE_ALIGNED_STRUCT_PAGE if SLUB
50         select HAVE_ARCH_AUDITSYSCALL
51         select HAVE_ARCH_BITREVERSE
52         select HAVE_ARCH_HARDENED_USERCOPY
53         select HAVE_ARCH_HUGE_VMAP
54         select HAVE_ARCH_JUMP_LABEL
55         select HAVE_ARCH_KASAN if SPARSEMEM_VMEMMAP && !(ARM64_16K_PAGES && ARM64_VA_BITS_48)
56         select HAVE_ARCH_KGDB
57         select HAVE_ARCH_MMAP_RND_BITS
58         select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
59         select HAVE_ARCH_SECCOMP_FILTER
60         select HAVE_ARCH_TRACEHOOK
61         select HAVE_BPF_JIT
62         select HAVE_C_RECORDMCOUNT
63         select HAVE_CC_STACKPROTECTOR
64         select HAVE_CMPXCHG_DOUBLE
65         select HAVE_CMPXCHG_LOCAL
66         select HAVE_DEBUG_BUGVERBOSE
67         select HAVE_DEBUG_KMEMLEAK
68         select HAVE_DMA_API_DEBUG
69         select HAVE_DMA_ATTRS
70         select HAVE_DMA_CONTIGUOUS
71         select HAVE_DYNAMIC_FTRACE
72         select HAVE_EFFICIENT_UNALIGNED_ACCESS
73         select HAVE_FTRACE_MCOUNT_RECORD
74         select HAVE_FUNCTION_TRACER
75         select HAVE_FUNCTION_GRAPH_TRACER
76         select HAVE_GENERIC_DMA_COHERENT
77         select HAVE_HW_BREAKPOINT if PERF_EVENTS
78         select HAVE_IRQ_TIME_ACCOUNTING
79         select HAVE_MEMBLOCK
80         select HAVE_PATA_PLATFORM
81         select HAVE_PERF_EVENTS
82         select HAVE_PERF_REGS
83         select HAVE_PERF_USER_STACK_DUMP
84         select HAVE_REGS_AND_STACK_ACCESS_API
85         select HAVE_RCU_TABLE_FREE
86         select HAVE_SYSCALL_TRACEPOINTS
87         select HAVE_KPROBES
88         select HAVE_KRETPROBES if HAVE_KPROBES
89         select IOMMU_DMA if IOMMU_SUPPORT
90         select IRQ_DOMAIN
91         select IRQ_FORCED_THREADING
92         select MODULES_USE_ELF_RELA
93         select NO_BOOTMEM
94         select OF
95         select OF_EARLY_FLATTREE
96         select OF_RESERVED_MEM
97         select PERF_USE_VMALLOC
98         select POWER_RESET
99         select POWER_SUPPLY
100         select RTC_LIB
101         select SPARSE_IRQ
102         select SYSCTL_EXCEPTION_TRACE
103         select HAVE_CONTEXT_TRACKING
104         select HAVE_ARM_SMCCC
105         help
106           ARM 64-bit (AArch64) Linux support.
107
108 config 64BIT
109         def_bool y
110
111 config ARCH_PHYS_ADDR_T_64BIT
112         def_bool y
113
114 config MMU
115         def_bool y
116
117 config ARCH_MMAP_RND_BITS_MIN
118        default 14 if ARM64_64K_PAGES
119        default 16 if ARM64_16K_PAGES
120        default 18
121
122 # max bits determined by the following formula:
123 #  VA_BITS - PAGE_SHIFT - 3
124 config ARCH_MMAP_RND_BITS_MAX
125        default 19 if ARM64_VA_BITS=36
126        default 24 if ARM64_VA_BITS=39
127        default 27 if ARM64_VA_BITS=42
128        default 30 if ARM64_VA_BITS=47
129        default 29 if ARM64_VA_BITS=48 && ARM64_64K_PAGES
130        default 31 if ARM64_VA_BITS=48 && ARM64_16K_PAGES
131        default 33 if ARM64_VA_BITS=48
132        default 14 if ARM64_64K_PAGES
133        default 16 if ARM64_16K_PAGES
134        default 18
135
136 config ARCH_MMAP_RND_COMPAT_BITS_MIN
137        default 7 if ARM64_64K_PAGES
138        default 9 if ARM64_16K_PAGES
139        default 11
140
141 config ARCH_MMAP_RND_COMPAT_BITS_MAX
142        default 16
143
144 config ARM64_PAGE_SHIFT
145         int
146         default 16 if ARM64_64K_PAGES
147         default 14 if ARM64_16K_PAGES
148         default 12
149
150 config ARM64_CONT_SHIFT
151         int
152         default 5 if ARM64_64K_PAGES
153         default 7 if ARM64_16K_PAGES
154         default 4
155
156 config NO_IOPORT_MAP
157         def_bool y if !PCI
158
159 config ILLEGAL_POINTER_VALUE
160         hex
161         default 0xdead000000000000
162
163 config STACKTRACE_SUPPORT
164         def_bool y
165
166 config ILLEGAL_POINTER_VALUE
167         hex
168         default 0xdead000000000000
169
170 config LOCKDEP_SUPPORT
171         def_bool y
172
173 config TRACE_IRQFLAGS_SUPPORT
174         def_bool y
175
176 config RWSEM_XCHGADD_ALGORITHM
177         def_bool y
178
179 config GENERIC_BUG
180         def_bool y
181         depends on BUG
182
183 config GENERIC_BUG_RELATIVE_POINTERS
184         def_bool y
185         depends on GENERIC_BUG
186
187 config GENERIC_HWEIGHT
188         def_bool y
189
190 config GENERIC_CSUM
191         def_bool y
192
193 config GENERIC_CALIBRATE_DELAY
194         def_bool y
195
196 config ZONE_DMA
197         def_bool y
198
199 config HAVE_GENERIC_RCU_GUP
200         def_bool y
201
202 config ARCH_DMA_ADDR_T_64BIT
203         def_bool y
204
205 config NEED_DMA_MAP_STATE
206         def_bool y
207
208 config NEED_SG_DMA_LENGTH
209         def_bool y
210
211 config SMP
212         def_bool y
213
214 config SWIOTLB
215         def_bool y
216
217 config IOMMU_HELPER
218         def_bool SWIOTLB
219
220 config KERNEL_MODE_NEON
221         def_bool y
222
223 config FIX_EARLYCON_MEM
224         def_bool y
225
226 config PGTABLE_LEVELS
227         int
228         default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36
229         default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
230         default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48
231         default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
232         default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47
233         default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48
234
235 source "init/Kconfig"
236
237 source "kernel/Kconfig.freezer"
238
239 source "arch/arm64/Kconfig.platforms"
240
241 menu "Bus support"
242
243 config PCI
244         bool "PCI support"
245         help
246           This feature enables support for PCI bus system. If you say Y
247           here, the kernel will include drivers and infrastructure code
248           to support PCI bus devices.
249
250 config PCI_DOMAINS
251         def_bool PCI
252
253 config PCI_DOMAINS_GENERIC
254         def_bool PCI
255
256 config PCI_SYSCALL
257         def_bool PCI
258
259 source "drivers/pci/Kconfig"
260 source "drivers/pci/pcie/Kconfig"
261 source "drivers/pci/hotplug/Kconfig"
262
263 endmenu
264
265 menu "Kernel Features"
266
267 menu "ARM errata workarounds via the alternatives framework"
268
269 config ARM64_ERRATUM_826319
270         bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted"
271         default y
272         help
273           This option adds an alternative code sequence to work around ARM
274           erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
275           AXI master interface and an L2 cache.
276
277           If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors
278           and is unable to accept a certain write via this interface, it will
279           not progress on read data presented on the read data channel and the
280           system can deadlock.
281
282           The workaround promotes data cache clean instructions to
283           data cache clean-and-invalidate.
284           Please note that this does not necessarily enable the workaround,
285           as it depends on the alternative framework, which will only patch
286           the kernel if an affected CPU is detected.
287
288           If unsure, say Y.
289
290 config ARM64_ERRATUM_827319
291         bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect"
292         default y
293         help
294           This option adds an alternative code sequence to work around ARM
295           erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI
296           master interface and an L2 cache.
297
298           Under certain conditions this erratum can cause a clean line eviction
299           to occur at the same time as another transaction to the same address
300           on the AMBA 5 CHI interface, which can cause data corruption if the
301           interconnect reorders the two transactions.
302
303           The workaround promotes data cache clean instructions to
304           data cache clean-and-invalidate.
305           Please note that this does not necessarily enable the workaround,
306           as it depends on the alternative framework, which will only patch
307           the kernel if an affected CPU is detected.
308
309           If unsure, say Y.
310
311 config ARM64_ERRATUM_824069
312         bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop"
313         default y
314         help
315           This option adds an alternative code sequence to work around ARM
316           erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
317           to a coherent interconnect.
318
319           If a Cortex-A53 processor is executing a store or prefetch for
320           write instruction at the same time as a processor in another
321           cluster is executing a cache maintenance operation to the same
322           address, then this erratum might cause a clean cache line to be
323           incorrectly marked as dirty.
324
325           The workaround promotes data cache clean instructions to
326           data cache clean-and-invalidate.
327           Please note that this option does not necessarily enable the
328           workaround, as it depends on the alternative framework, which will
329           only patch the kernel if an affected CPU is detected.
330
331           If unsure, say Y.
332
333 config ARM64_ERRATUM_819472
334         bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
335         default y
336         help
337           This option adds an alternative code sequence to work around ARM
338           erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache
339           present when it is connected to a coherent interconnect.
340
341           If the processor is executing a load and store exclusive sequence at
342           the same time as a processor in another cluster is executing a cache
343           maintenance operation to the same address, then this erratum might
344           cause data corruption.
345
346           The workaround promotes data cache clean instructions to
347           data cache clean-and-invalidate.
348           Please note that this does not necessarily enable the workaround,
349           as it depends on the alternative framework, which will only patch
350           the kernel if an affected CPU is detected.
351
352           If unsure, say Y.
353
354 config ARM64_ERRATUM_832075
355         bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
356         default y
357         help
358           This option adds an alternative code sequence to work around ARM
359           erratum 832075 on Cortex-A57 parts up to r1p2.
360
361           Affected Cortex-A57 parts might deadlock when exclusive load/store
362           instructions to Write-Back memory are mixed with Device loads.
363
364           The workaround is to promote device loads to use Load-Acquire
365           semantics.
366           Please note that this does not necessarily enable the workaround,
367           as it depends on the alternative framework, which will only patch
368           the kernel if an affected CPU is detected.
369
370           If unsure, say Y.
371
372 config ARM64_ERRATUM_834220
373         bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault"
374         depends on KVM
375         default y
376         help
377           This option adds an alternative code sequence to work around ARM
378           erratum 834220 on Cortex-A57 parts up to r1p2.
379
380           Affected Cortex-A57 parts might report a Stage 2 translation
381           fault as the result of a Stage 1 fault for load crossing a
382           page boundary when there is a permission or device memory
383           alignment fault at Stage 1 and a translation fault at Stage 2.
384
385           The workaround is to verify that the Stage 1 translation
386           doesn't generate a fault before handling the Stage 2 fault.
387           Please note that this does not necessarily enable the workaround,
388           as it depends on the alternative framework, which will only patch
389           the kernel if an affected CPU is detected.
390
391           If unsure, say Y.
392
393 config ARM64_ERRATUM_845719
394         bool "Cortex-A53: 845719: a load might read incorrect data"
395         depends on COMPAT
396         default y
397         help
398           This option adds an alternative code sequence to work around ARM
399           erratum 845719 on Cortex-A53 parts up to r0p4.
400
401           When running a compat (AArch32) userspace on an affected Cortex-A53
402           part, a load at EL0 from a virtual address that matches the bottom 32
403           bits of the virtual address used by a recent load at (AArch64) EL1
404           might return incorrect data.
405
406           The workaround is to write the contextidr_el1 register on exception
407           return to a 32-bit task.
408           Please note that this does not necessarily enable the workaround,
409           as it depends on the alternative framework, which will only patch
410           the kernel if an affected CPU is detected.
411
412           If unsure, say Y.
413
414 config ARM64_ERRATUM_843419
415         bool "Cortex-A53: 843419: A load or store might access an incorrect address"
416         depends on MODULES
417         default y
418         select ARM64_MODULE_CMODEL_LARGE
419         help
420           This option builds kernel modules using the large memory model in
421           order to avoid the use of the ADRP instruction, which can cause
422           a subsequent memory access to use an incorrect address on Cortex-A53
423           parts up to r0p4.
424
425           Note that the kernel itself must be linked with a version of ld
426           which fixes potentially affected ADRP instructions through the
427           use of veneers.
428
429           If unsure, say Y.
430
431 config CAVIUM_ERRATUM_22375
432         bool "Cavium erratum 22375, 24313"
433         default y
434         help
435           Enable workaround for erratum 22375, 24313.
436
437           This implements two gicv3-its errata workarounds for ThunderX. Both
438           with small impact affecting only ITS table allocation.
439
440             erratum 22375: only alloc 8MB table size
441             erratum 24313: ignore memory access type
442
443           The fixes are in ITS initialization and basically ignore memory access
444           type and table size provided by the TYPER and BASER registers.
445
446           If unsure, say Y.
447
448 config CAVIUM_ERRATUM_23144
449         bool "Cavium erratum 23144: ITS SYNC hang on dual socket system"
450         depends on NUMA
451         default y
452         help
453           ITS SYNC command hang for cross node io and collections/cpu mapping.
454
455           If unsure, say Y.
456
457 config CAVIUM_ERRATUM_23154
458         bool "Cavium erratum 23154: Access to ICC_IAR1_EL1 is not sync'ed"
459         default y
460         help
461           The gicv3 of ThunderX requires a modified version for
462           reading the IAR status to ensure data synchronization
463           (access to icc_iar1_el1 is not sync'ed before and after).
464
465           If unsure, say Y.
466
467 config CAVIUM_ERRATUM_27456
468         bool "Cavium erratum 27456: Broadcast TLBI instructions may cause icache corruption"
469         default y
470         help
471           On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI
472           instructions may cause the icache to become corrupted if it
473           contains data for a non-current ASID.  The fix is to
474           invalidate the icache when changing the mm context.
475
476           If unsure, say Y.
477
478 endmenu
479
480
481 choice
482         prompt "Page size"
483         default ARM64_4K_PAGES
484         help
485           Page size (translation granule) configuration.
486
487 config ARM64_4K_PAGES
488         bool "4KB"
489         help
490           This feature enables 4KB pages support.
491
492 config ARM64_16K_PAGES
493         bool "16KB"
494         help
495           The system will use 16KB pages support. AArch32 emulation
496           requires applications compiled with 16K (or a multiple of 16K)
497           aligned segments.
498
499 config ARM64_64K_PAGES
500         bool "64KB"
501         help
502           This feature enables 64KB pages support (4KB by default)
503           allowing only two levels of page tables and faster TLB
504           look-up. AArch32 emulation requires applications compiled
505           with 64K aligned segments.
506
507 endchoice
508
509 choice
510         prompt "Virtual address space size"
511         default ARM64_VA_BITS_39 if ARM64_4K_PAGES
512         default ARM64_VA_BITS_47 if ARM64_16K_PAGES
513         default ARM64_VA_BITS_42 if ARM64_64K_PAGES
514         help
515           Allows choosing one of multiple possible virtual address
516           space sizes. The level of translation table is determined by
517           a combination of page size and virtual address space size.
518
519 config ARM64_VA_BITS_36
520         bool "36-bit" if EXPERT
521         depends on ARM64_16K_PAGES
522
523 config ARM64_VA_BITS_39
524         bool "39-bit"
525         depends on ARM64_4K_PAGES
526
527 config ARM64_VA_BITS_42
528         bool "42-bit"
529         depends on ARM64_64K_PAGES
530
531 config ARM64_VA_BITS_47
532         bool "47-bit"
533         depends on ARM64_16K_PAGES
534
535 config ARM64_VA_BITS_48
536         bool "48-bit"
537
538 endchoice
539
540 config ARM64_VA_BITS
541         int
542         default 36 if ARM64_VA_BITS_36
543         default 39 if ARM64_VA_BITS_39
544         default 42 if ARM64_VA_BITS_42
545         default 47 if ARM64_VA_BITS_47
546         default 48 if ARM64_VA_BITS_48
547
548 config CPU_BIG_ENDIAN
549        bool "Build big-endian kernel"
550        help
551          Say Y if you plan on running a kernel in big-endian mode.
552
553 config SCHED_MC
554         bool "Multi-core scheduler support"
555         help
556           Multi-core scheduler support improves the CPU scheduler's decision
557           making when dealing with multi-core CPU chips at a cost of slightly
558           increased overhead in some places. If unsure say N here.
559
560 config SCHED_SMT
561         bool "SMT scheduler support"
562         help
563           Improves the CPU scheduler's decision making when dealing with
564           MultiThreading at a cost of slightly increased overhead in some
565           places. If unsure say N here.
566
567 config NR_CPUS
568         int "Maximum number of CPUs (2-4096)"
569         range 2 4096
570         # These have to remain sorted largest to smallest
571         default "64"
572
573 config HOTPLUG_CPU
574         bool "Support for hot-pluggable CPUs"
575         select GENERIC_IRQ_MIGRATION
576         help
577           Say Y here to experiment with turning CPUs off and on.  CPUs
578           can be controlled through /sys/devices/system/cpu.
579
580 source kernel/Kconfig.preempt
581 source kernel/Kconfig.hz
582
583 config ARCH_SUPPORTS_DEBUG_PAGEALLOC
584         def_bool y
585
586 config ARCH_HAS_HOLES_MEMORYMODEL
587         def_bool y if SPARSEMEM
588
589 config ARCH_SPARSEMEM_ENABLE
590         def_bool y
591         select SPARSEMEM_VMEMMAP_ENABLE
592
593 config ARCH_SPARSEMEM_DEFAULT
594         def_bool ARCH_SPARSEMEM_ENABLE
595
596 config ARCH_SELECT_MEMORY_MODEL
597         def_bool ARCH_SPARSEMEM_ENABLE
598
599 config HAVE_ARCH_PFN_VALID
600         def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
601
602 config HW_PERF_EVENTS
603         def_bool y
604         depends on ARM_PMU
605
606 config SYS_SUPPORTS_HUGETLBFS
607         def_bool y
608
609 config ARCH_WANT_HUGE_PMD_SHARE
610         def_bool y if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36)
611
612 config HAVE_ARCH_TRANSPARENT_HUGEPAGE
613         def_bool y
614
615 config ARCH_HAS_CACHE_LINE_SIZE
616         def_bool y
617
618 source "mm/Kconfig"
619
620 config SECCOMP
621         bool "Enable seccomp to safely compute untrusted bytecode"
622         ---help---
623           This kernel feature is useful for number crunching applications
624           that may need to compute untrusted bytecode during their
625           execution. By using pipes or other transports made available to
626           the process as file descriptors supporting the read/write
627           syscalls, it's possible to isolate those applications in
628           their own address space using seccomp. Once seccomp is
629           enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
630           and the task is only allowed to execute a few safe syscalls
631           defined by each seccomp mode.
632
633 config XEN_DOM0
634         def_bool y
635         depends on XEN
636
637 config XEN
638         bool "Xen guest support on ARM64"
639         depends on ARM64 && OF
640         select SWIOTLB_XEN
641         help
642           Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
643
644 config FORCE_MAX_ZONEORDER
645         int
646         default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
647         default "12" if (ARM64_16K_PAGES && TRANSPARENT_HUGEPAGE)
648         default "11"
649         help
650           The kernel memory allocator divides physically contiguous memory
651           blocks into "zones", where each zone is a power of two number of
652           pages.  This option selects the largest power of two that the kernel
653           keeps in the memory allocator.  If you need to allocate very large
654           blocks of physically contiguous memory, then you may need to
655           increase this value.
656
657           This config option is actually maximum order plus one. For example,
658           a value of 11 means that the largest free memory block is 2^10 pages.
659
660           We make sure that we can allocate upto a HugePage size for each configuration.
661           Hence we have :
662                 MAX_ORDER = (PMD_SHIFT - PAGE_SHIFT) + 1 => PAGE_SHIFT - 2
663
664           However for 4K, we choose a higher default value, 11 as opposed to 10, giving us
665           4M allocations matching the default size used by generic code.
666
667 menuconfig ARMV8_DEPRECATED
668         bool "Emulate deprecated/obsolete ARMv8 instructions"
669         depends on COMPAT
670         help
671           Legacy software support may require certain instructions
672           that have been deprecated or obsoleted in the architecture.
673
674           Enable this config to enable selective emulation of these
675           features.
676
677           If unsure, say Y
678
679 if ARMV8_DEPRECATED
680
681 config SWP_EMULATION
682         bool "Emulate SWP/SWPB instructions"
683         help
684           ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
685           they are always undefined. Say Y here to enable software
686           emulation of these instructions for userspace using LDXR/STXR.
687
688           In some older versions of glibc [<=2.8] SWP is used during futex
689           trylock() operations with the assumption that the code will not
690           be preempted. This invalid assumption may be more likely to fail
691           with SWP emulation enabled, leading to deadlock of the user
692           application.
693
694           NOTE: when accessing uncached shared regions, LDXR/STXR rely
695           on an external transaction monitoring block called a global
696           monitor to maintain update atomicity. If your system does not
697           implement a global monitor, this option can cause programs that
698           perform SWP operations to uncached memory to deadlock.
699
700           If unsure, say Y
701
702 config CP15_BARRIER_EMULATION
703         bool "Emulate CP15 Barrier instructions"
704         help
705           The CP15 barrier instructions - CP15ISB, CP15DSB, and
706           CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
707           strongly recommended to use the ISB, DSB, and DMB
708           instructions instead.
709
710           Say Y here to enable software emulation of these
711           instructions for AArch32 userspace code. When this option is
712           enabled, CP15 barrier usage is traced which can help
713           identify software that needs updating.
714
715           If unsure, say Y
716
717 config SETEND_EMULATION
718         bool "Emulate SETEND instruction"
719         help
720           The SETEND instruction alters the data-endianness of the
721           AArch32 EL0, and is deprecated in ARMv8.
722
723           Say Y here to enable software emulation of the instruction
724           for AArch32 userspace code.
725
726           Note: All the cpus on the system must have mixed endian support at EL0
727           for this feature to be enabled. If a new CPU - which doesn't support mixed
728           endian - is hotplugged in after this feature has been enabled, there could
729           be unexpected results in the applications.
730
731           If unsure, say Y
732 endif
733
734 config ARM64_SW_TTBR0_PAN
735         bool "Emulate Privileged Access Never using TTBR0_EL1 switching"
736         help
737           Enabling this option prevents the kernel from accessing
738           user-space memory directly by pointing TTBR0_EL1 to a reserved
739           zeroed area and reserved ASID. The user access routines
740           restore the valid TTBR0_EL1 temporarily.
741
742 menu "ARMv8.1 architectural features"
743
744 config ARM64_HW_AFDBM
745         bool "Support for hardware updates of the Access and Dirty page flags"
746         default y
747         help
748           The ARMv8.1 architecture extensions introduce support for
749           hardware updates of the access and dirty information in page
750           table entries. When enabled in TCR_EL1 (HA and HD bits) on
751           capable processors, accesses to pages with PTE_AF cleared will
752           set this bit instead of raising an access flag fault.
753           Similarly, writes to read-only pages with the DBM bit set will
754           clear the read-only bit (AP[2]) instead of raising a
755           permission fault.
756
757           Kernels built with this configuration option enabled continue
758           to work on pre-ARMv8.1 hardware and the performance impact is
759           minimal. If unsure, say Y.
760
761 config ARM64_PAN
762         bool "Enable support for Privileged Access Never (PAN)"
763         default y
764         help
765          Privileged Access Never (PAN; part of the ARMv8.1 Extensions)
766          prevents the kernel or hypervisor from accessing user-space (EL0)
767          memory directly.
768
769          Choosing this option will cause any unprotected (not using
770          copy_to_user et al) memory access to fail with a permission fault.
771
772          The feature is detected at runtime, and will remain as a 'nop'
773          instruction if the cpu does not implement the feature.
774
775 config ARM64_LSE_ATOMICS
776         bool "Atomic instructions"
777         help
778           As part of the Large System Extensions, ARMv8.1 introduces new
779           atomic instructions that are designed specifically to scale in
780           very large systems.
781
782           Say Y here to make use of these instructions for the in-kernel
783           atomic routines. This incurs a small overhead on CPUs that do
784           not support these instructions and requires the kernel to be
785           built with binutils >= 2.25.
786
787 endmenu
788
789 config ARM64_UAO
790         bool "Enable support for User Access Override (UAO)"
791         default y
792         help
793           User Access Override (UAO; part of the ARMv8.2 Extensions)
794           causes the 'unprivileged' variant of the load/store instructions to
795           be overriden to be privileged.
796
797           This option changes get_user() and friends to use the 'unprivileged'
798           variant of the load/store instructions. This ensures that user-space
799           really did have access to the supplied memory. When addr_limit is
800           set to kernel memory the UAO bit will be set, allowing privileged
801           access to kernel memory.
802
803           Choosing this option will cause copy_to_user() et al to use user-space
804           memory permissions.
805
806           The feature is detected at runtime, the kernel will use the
807           regular load/store instructions if the cpu does not implement the
808           feature.
809
810 config ARM64_MODULE_CMODEL_LARGE
811         bool
812
813 config ARM64_MODULE_PLTS
814         bool
815         select ARM64_MODULE_CMODEL_LARGE
816         select HAVE_MOD_ARCH_SPECIFIC
817
818 config RELOCATABLE
819         bool
820         help
821           This builds the kernel as a Position Independent Executable (PIE),
822           which retains all relocation metadata required to relocate the
823           kernel binary at runtime to a different virtual address than the
824           address it was linked at.
825           Since AArch64 uses the RELA relocation format, this requires a
826           relocation pass at runtime even if the kernel is loaded at the
827           same address it was linked at.
828
829 config RANDOMIZE_BASE
830         bool "Randomize the address of the kernel image"
831         select ARM64_MODULE_PLTS if MODULES
832         select RELOCATABLE
833         help
834           Randomizes the virtual address at which the kernel image is
835           loaded, as a security feature that deters exploit attempts
836           relying on knowledge of the location of kernel internals.
837
838           It is the bootloader's job to provide entropy, by passing a
839           random u64 value in /chosen/kaslr-seed at kernel entry.
840
841           When booting via the UEFI stub, it will invoke the firmware's
842           EFI_RNG_PROTOCOL implementation (if available) to supply entropy
843           to the kernel proper. In addition, it will randomise the physical
844           location of the kernel Image as well.
845
846           If unsure, say N.
847
848 config RANDOMIZE_MODULE_REGION_FULL
849         bool "Randomize the module region independently from the core kernel"
850         depends on RANDOMIZE_BASE && !DYNAMIC_FTRACE
851         default y
852         help
853           Randomizes the location of the module region without considering the
854           location of the core kernel. This way, it is impossible for modules
855           to leak information about the location of core kernel data structures
856           but it does imply that function calls between modules and the core
857           kernel will need to be resolved via veneers in the module PLT.
858
859           When this option is not set, the module region will be randomized over
860           a limited range that contains the [_stext, _etext] interval of the
861           core kernel, so branch relocations are always in range.
862
863 endmenu
864
865 menu "Boot options"
866
867 config ARM64_ACPI_PARKING_PROTOCOL
868         bool "Enable support for the ARM64 ACPI parking protocol"
869         depends on ACPI
870         help
871           Enable support for the ARM64 ACPI parking protocol. If disabled
872           the kernel will not allow booting through the ARM64 ACPI parking
873           protocol even if the corresponding data is present in the ACPI
874           MADT table.
875
876 config CMDLINE
877         string "Default kernel command string"
878         default ""
879         help
880           Provide a set of default command-line options at build time by
881           entering them here. As a minimum, you should specify the the
882           root device (e.g. root=/dev/nfs).
883
884 choice
885         prompt "Kernel command line type" if CMDLINE != ""
886         default CMDLINE_FROM_BOOTLOADER
887
888 config CMDLINE_FROM_BOOTLOADER
889         bool "Use bootloader kernel arguments if available"
890         help
891           Uses the command-line options passed by the boot loader. If
892           the boot loader doesn't provide any, the default kernel command
893           string provided in CMDLINE will be used.
894
895 config CMDLINE_EXTEND
896         bool "Extend bootloader kernel arguments"
897         help
898           The command-line arguments provided by the boot loader will be
899           appended to the default kernel command string.
900
901 config CMDLINE_FORCE
902         bool "Always use the default kernel command string"
903         help
904           Always use the default kernel command string, even if the boot
905           loader passes other arguments to the kernel.
906           This is useful if you cannot or don't want to change the
907           command-line options your boot loader passes to the kernel.
908 endchoice
909
910 config EFI_STUB
911         bool
912
913 config EFI
914         bool "UEFI runtime support"
915         depends on OF && !CPU_BIG_ENDIAN
916         select LIBFDT
917         select UCS2_STRING
918         select EFI_PARAMS_FROM_FDT
919         select EFI_RUNTIME_WRAPPERS
920         select EFI_STUB
921         select EFI_ARMSTUB
922         default y
923         help
924           This option provides support for runtime services provided
925           by UEFI firmware (such as non-volatile variables, realtime
926           clock, and platform reset). A UEFI stub is also provided to
927           allow the kernel to be booted as an EFI application. This
928           is only useful on systems that have UEFI firmware.
929
930 config DMI
931         bool "Enable support for SMBIOS (DMI) tables"
932         depends on EFI
933         default y
934         help
935           This enables SMBIOS/DMI feature for systems.
936
937           This option is only useful on systems that have UEFI firmware.
938           However, even with this option, the resultant kernel should
939           continue to boot on existing non-UEFI platforms.
940
941 config BUILD_ARM64_APPENDED_DTB_IMAGE
942         bool "Build a concatenated Image.gz/dtb by default"
943         depends on OF
944         help
945           Enabling this option will cause a concatenated Image.gz and list of
946           DTBs to be built by default (instead of a standalone Image.gz.)
947           The image will built in arch/arm64/boot/Image.gz-dtb
948
949 choice
950         prompt "Appended DTB Kernel Image name"
951         depends on BUILD_ARM64_APPENDED_DTB_IMAGE
952         help
953           Enabling this option will cause a specific kernel image Image or
954           Image.gz to be used for final image creation.
955           The image will built in arch/arm64/boot/IMAGE-NAME-dtb
956
957         config IMG_GZ_DTB
958                 bool "Image.gz-dtb"
959         config IMG_DTB
960                 bool "Image-dtb"
961 endchoice
962
963 config BUILD_ARM64_APPENDED_KERNEL_IMAGE_NAME
964         string
965         depends on BUILD_ARM64_APPENDED_DTB_IMAGE
966         default "Image.gz-dtb" if IMG_GZ_DTB
967         default "Image-dtb" if IMG_DTB
968
969 config BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES
970         string "Default dtb names"
971         depends on BUILD_ARM64_APPENDED_DTB_IMAGE
972         help
973           Space separated list of names of dtbs to append when
974           building a concatenated Image.gz-dtb.
975
976 endmenu
977
978 menu "Userspace binary formats"
979
980 source "fs/Kconfig.binfmt"
981
982 config COMPAT
983         bool "Kernel support for 32-bit EL0"
984         depends on ARM64_4K_PAGES || EXPERT
985         select COMPAT_BINFMT_ELF
986         select HAVE_UID16
987         select OLD_SIGSUSPEND3
988         select COMPAT_OLD_SIGACTION
989         help
990           This option enables support for a 32-bit EL0 running under a 64-bit
991           kernel at EL1. AArch32-specific components such as system calls,
992           the user helper functions, VFP support and the ptrace interface are
993           handled appropriately by the kernel.
994
995           If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware
996           that you will only be able to execute AArch32 binaries that were compiled
997           with page size aligned segments.
998
999           If you want to execute 32-bit userspace applications, say Y.
1000
1001 config SYSVIPC_COMPAT
1002         def_bool y
1003         depends on COMPAT && SYSVIPC
1004
1005 endmenu
1006
1007 menu "Power management options"
1008
1009 source "kernel/power/Kconfig"
1010
1011 config ARCH_HIBERNATION_POSSIBLE
1012         def_bool y
1013         depends on CPU_PM
1014
1015 config ARCH_HIBERNATION_HEADER
1016         def_bool y
1017         depends on HIBERNATION
1018
1019 config ARCH_SUSPEND_POSSIBLE
1020         def_bool y
1021
1022 endmenu
1023
1024 menu "CPU Power Management"
1025
1026 source "drivers/cpuidle/Kconfig"
1027
1028 source "drivers/cpufreq/Kconfig"
1029
1030 endmenu
1031
1032 source "net/Kconfig"
1033
1034 source "drivers/Kconfig"
1035
1036 source "drivers/firmware/Kconfig"
1037
1038 source "drivers/acpi/Kconfig"
1039
1040 source "fs/Kconfig"
1041
1042 source "arch/arm64/kvm/Kconfig"
1043
1044 source "arch/arm64/Kconfig.debug"
1045
1046 source "security/Kconfig"
1047
1048 source "crypto/Kconfig"
1049 if CRYPTO
1050 source "arch/arm64/crypto/Kconfig"
1051 endif
1052
1053 source "lib/Kconfig"