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