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