]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/arm64/Kconfig
spelling.txt: add more spellings to spelling.txt
[thirdparty/linux.git] / arch / arm64 / Kconfig
CommitLineData
8c2c3df3
CM
1config ARM64
2 def_bool y
b6197b93 3 select ACPI_CCA_REQUIRED if ACPI
d8f4f161 4 select ACPI_GENERIC_GSI if ACPI
5f1ae4eb 5 select ACPI_GTDT if ACPI
c6bb8f89 6 select ACPI_IORT if ACPI
6933de0c 7 select ACPI_REDUCED_HARDWARE_ONLY if ACPI
0cb0786b 8 select ACPI_MCFG if ACPI
888125a7 9 select ACPI_SPCR_TABLE if ACPI
0ce82232 10 select ACPI_PPTT if ACPI
1d8f51d4 11 select ARCH_CLOCKSOURCE_DATA
ec6d06ef 12 select ARCH_HAS_DEBUG_VIRTUAL
21266be9 13 select ARCH_HAS_DEVMEM_IS_ALLOWED
38b04a74 14 select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI
2b68f6ca 15 select ARCH_HAS_ELF_RANDOMIZE
e75bef2a 16 select ARCH_HAS_FAST_MULTIPLIER
6974f0c4 17 select ARCH_HAS_FORTIFY_SOURCE
957e3fac 18 select ARCH_HAS_GCOV_PROFILE_ALL
e1073d1e 19 select ARCH_HAS_GIGANTIC_PAGE if (MEMORY_ISOLATION && COMPACTION) || CMA
5e4c7549 20 select ARCH_HAS_KCOV
f1e3a12b 21 select ARCH_HAS_MEMBARRIER_SYNC_CORE
3010a5ea 22 select ARCH_HAS_PTE_SPECIAL
d2852a22 23 select ARCH_HAS_SET_MEMORY
308c09f1 24 select ARCH_HAS_SG_CHAIN
ad21fc4f
LA
25 select ARCH_HAS_STRICT_KERNEL_RWX
26 select ARCH_HAS_STRICT_MODULE_RWX
4378a7d4 27 select ARCH_HAS_SYSCALL_WRAPPER
1f85008e 28 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
396a5d4a 29 select ARCH_HAVE_NMI_SAFE_CMPXCHG
087133ac
WD
30 select ARCH_INLINE_READ_LOCK if !PREEMPT
31 select ARCH_INLINE_READ_LOCK_BH if !PREEMPT
32 select ARCH_INLINE_READ_LOCK_IRQ if !PREEMPT
33 select ARCH_INLINE_READ_LOCK_IRQSAVE if !PREEMPT
34 select ARCH_INLINE_READ_UNLOCK if !PREEMPT
35 select ARCH_INLINE_READ_UNLOCK_BH if !PREEMPT
36 select ARCH_INLINE_READ_UNLOCK_IRQ if !PREEMPT
37 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE if !PREEMPT
38 select ARCH_INLINE_WRITE_LOCK if !PREEMPT
39 select ARCH_INLINE_WRITE_LOCK_BH if !PREEMPT
40 select ARCH_INLINE_WRITE_LOCK_IRQ if !PREEMPT
41 select ARCH_INLINE_WRITE_LOCK_IRQSAVE if !PREEMPT
42 select ARCH_INLINE_WRITE_UNLOCK if !PREEMPT
43 select ARCH_INLINE_WRITE_UNLOCK_BH if !PREEMPT
44 select ARCH_INLINE_WRITE_UNLOCK_IRQ if !PREEMPT
45 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE if !PREEMPT
5d168964
WD
46 select ARCH_INLINE_SPIN_TRYLOCK if !PREEMPT
47 select ARCH_INLINE_SPIN_TRYLOCK_BH if !PREEMPT
48 select ARCH_INLINE_SPIN_LOCK if !PREEMPT
49 select ARCH_INLINE_SPIN_LOCK_BH if !PREEMPT
50 select ARCH_INLINE_SPIN_LOCK_IRQ if !PREEMPT
51 select ARCH_INLINE_SPIN_LOCK_IRQSAVE if !PREEMPT
52 select ARCH_INLINE_SPIN_UNLOCK if !PREEMPT
53 select ARCH_INLINE_SPIN_UNLOCK_BH if !PREEMPT
54 select ARCH_INLINE_SPIN_UNLOCK_IRQ if !PREEMPT
55 select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE if !PREEMPT
c63c8700 56 select ARCH_USE_CMPXCHG_LOCKREF
087133ac 57 select ARCH_USE_QUEUED_RWLOCKS
c1109047 58 select ARCH_USE_QUEUED_SPINLOCKS
c484f256 59 select ARCH_SUPPORTS_MEMORY_FAILURE
4badad35 60 select ARCH_SUPPORTS_ATOMIC_RMW
f3a53f7b 61 select ARCH_SUPPORTS_INT128 if GCC_VERSION >= 50000 || CC_IS_CLANG
56166230 62 select ARCH_SUPPORTS_NUMA_BALANCING
6212a512 63 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
b6f35981 64 select ARCH_WANT_FRAME_POINTERS
f0b7f8a4 65 select ARCH_HAS_UBSAN_SANITIZE_ALL
25c92a37 66 select ARM_AMBA
1aee5d7a 67 select ARM_ARCH_TIMER
c4188edc 68 select ARM_GIC
875cbf3e 69 select AUDIT_ARCH_COMPAT_GENERIC
3ee80364 70 select ARM_GIC_V2M if PCI
021f6537 71 select ARM_GIC_V3
3ee80364 72 select ARM_GIC_V3_ITS if PCI
bff60792 73 select ARM_PSCI_FW
adace895 74 select BUILDTIME_EXTABLE_SORT
db2789b5 75 select CLONE_BACKWARDS
7ca2ef33 76 select COMMON_CLK
166936ba 77 select CPU_PM if (SUSPEND || CPU_IDLE)
7bc13fd3 78 select DCACHE_WORD_ACCESS
0d8488ac 79 select DMA_DIRECT_OPS
ef37566c 80 select EDAC_SUPPORT
2f34f173 81 select FRAME_POINTER
d4932f9e 82 select GENERIC_ALLOCATOR
2ef7a295 83 select GENERIC_ARCH_TOPOLOGY
8c2c3df3 84 select GENERIC_CLOCKEVENTS
4b3dc967 85 select GENERIC_CLOCKEVENTS_BROADCAST
3be1a5c4 86 select GENERIC_CPU_AUTOPROBE
bf4b558e 87 select GENERIC_EARLY_IOREMAP
2314ee4d 88 select GENERIC_IDLE_POLL_SETUP
78ae2e1c 89 select GENERIC_IRQ_MULTI_HANDLER
8c2c3df3
CM
90 select GENERIC_IRQ_PROBE
91 select GENERIC_IRQ_SHOW
6544e67b 92 select GENERIC_IRQ_SHOW_LEVEL
cb61f676 93 select GENERIC_PCI_IOMAP
65cd4f6c 94 select GENERIC_SCHED_CLOCK
8c2c3df3 95 select GENERIC_SMP_IDLE_THREAD
12a0ef7b
WD
96 select GENERIC_STRNCPY_FROM_USER
97 select GENERIC_STRNLEN_USER
8c2c3df3 98 select GENERIC_TIME_VSYSCALL
a1ddc74a 99 select HANDLE_DOMAIN_IRQ
8c2c3df3 100 select HARDIRQS_SW_RESEND
9f9a35a7 101 select HAVE_ACPI_APEI if (ACPI && EFI)
5284e1b4 102 select HAVE_ALIGNED_STRUCT_PAGE if SLUB
875cbf3e 103 select HAVE_ARCH_AUDITSYSCALL
8e7a4cef 104 select HAVE_ARCH_BITREVERSE
324420bf 105 select HAVE_ARCH_HUGE_VMAP
9732cafd 106 select HAVE_ARCH_JUMP_LABEL
e17d8025 107 select HAVE_ARCH_KASAN if !(ARM64_16K_PAGES && ARM64_VA_BITS_48)
9529247d 108 select HAVE_ARCH_KGDB
8f0d3aa9
DC
109 select HAVE_ARCH_MMAP_RND_BITS
110 select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
a1ae65b2 111 select HAVE_ARCH_SECCOMP_FILTER
0b3e3366 112 select HAVE_ARCH_STACKLEAK
9e8084d3 113 select HAVE_ARCH_THREAD_STRUCT_WHITELIST
8c2c3df3 114 select HAVE_ARCH_TRACEHOOK
8ee70879 115 select HAVE_ARCH_TRANSPARENT_HUGEPAGE
e3067861 116 select HAVE_ARCH_VMAP_STACK
8ee70879 117 select HAVE_ARM_SMCCC
6077776b 118 select HAVE_EBPF_JIT
af64d2aa 119 select HAVE_C_RECORDMCOUNT
5284e1b4 120 select HAVE_CMPXCHG_DOUBLE
95eff6b2 121 select HAVE_CMPXCHG_LOCAL
8ee70879 122 select HAVE_CONTEXT_TRACKING
9b2a60c4 123 select HAVE_DEBUG_BUGVERBOSE
b69ec42b 124 select HAVE_DEBUG_KMEMLEAK
6ac2104d 125 select HAVE_DMA_CONTIGUOUS
bd7d38db 126 select HAVE_DYNAMIC_FTRACE
50afc33a 127 select HAVE_EFFICIENT_UNALIGNED_ACCESS
af64d2aa 128 select HAVE_FTRACE_MCOUNT_RECORD
819e50e2
AT
129 select HAVE_FUNCTION_TRACER
130 select HAVE_FUNCTION_GRAPH_TRACER
6b90bd4b 131 select HAVE_GCC_PLUGINS
8c2c3df3 132 select HAVE_GENERIC_DMA_COHERENT
8c2c3df3 133 select HAVE_HW_BREAKPOINT if PERF_EVENTS
24da208d 134 select HAVE_IRQ_TIME_ACCOUNTING
8c2c3df3 135 select HAVE_MEMBLOCK
1a2db300 136 select HAVE_MEMBLOCK_NODE_MAP if NUMA
396a5d4a 137 select HAVE_NMI
55834a77 138 select HAVE_PATA_PLATFORM
8c2c3df3 139 select HAVE_PERF_EVENTS
2ee0d7fd
JP
140 select HAVE_PERF_REGS
141 select HAVE_PERF_USER_STACK_DUMP
0a8ea52c 142 select HAVE_REGS_AND_STACK_ACCESS_API
5e5f6dc1 143 select HAVE_RCU_TABLE_FREE
409d5db4 144 select HAVE_RSEQ
d148eac0 145 select HAVE_STACKPROTECTOR
055b1212 146 select HAVE_SYSCALL_TRACEPOINTS
2dd0e8d2 147 select HAVE_KPROBES
cd1ee3b1 148 select HAVE_KRETPROBES
876945db 149 select IOMMU_DMA if IOMMU_SUPPORT
8c2c3df3 150 select IRQ_DOMAIN
e8557d1f 151 select IRQ_FORCED_THREADING
fea2acaa 152 select MODULES_USE_ELF_RELA
667b24d0 153 select MULTI_IRQ_HANDLER
f616ab59 154 select NEED_DMA_MAP_STATE
86596f0a 155 select NEED_SG_DMA_LENGTH
8c2c3df3
CM
156 select NO_BOOTMEM
157 select OF
158 select OF_EARLY_FLATTREE
9bf14b7c 159 select OF_RESERVED_MEM
0cb0786b 160 select PCI_ECAM if ACPI
aa1e8ec1
CM
161 select POWER_RESET
162 select POWER_SUPPLY
4adcec11 163 select REFCOUNT_FULL
8c2c3df3 164 select SPARSE_IRQ
09230cbc 165 select SWIOTLB
7ac57a89 166 select SYSCTL_EXCEPTION_TRACE
c02433dd 167 select THREAD_INFO_IN_TASK
8c2c3df3
CM
168 help
169 ARM 64-bit (AArch64) Linux support.
170
171config 64BIT
172 def_bool y
173
8c2c3df3
CM
174config MMU
175 def_bool y
176
030c4d24
MR
177config ARM64_PAGE_SHIFT
178 int
179 default 16 if ARM64_64K_PAGES
180 default 14 if ARM64_16K_PAGES
181 default 12
182
183config ARM64_CONT_SHIFT
184 int
185 default 5 if ARM64_64K_PAGES
186 default 7 if ARM64_16K_PAGES
187 default 4
188
8f0d3aa9
DC
189config ARCH_MMAP_RND_BITS_MIN
190 default 14 if ARM64_64K_PAGES
191 default 16 if ARM64_16K_PAGES
192 default 18
193
194# max bits determined by the following formula:
195# VA_BITS - PAGE_SHIFT - 3
196config ARCH_MMAP_RND_BITS_MAX
197 default 19 if ARM64_VA_BITS=36
198 default 24 if ARM64_VA_BITS=39
199 default 27 if ARM64_VA_BITS=42
200 default 30 if ARM64_VA_BITS=47
201 default 29 if ARM64_VA_BITS=48 && ARM64_64K_PAGES
202 default 31 if ARM64_VA_BITS=48 && ARM64_16K_PAGES
203 default 33 if ARM64_VA_BITS=48
204 default 14 if ARM64_64K_PAGES
205 default 16 if ARM64_16K_PAGES
206 default 18
207
208config ARCH_MMAP_RND_COMPAT_BITS_MIN
209 default 7 if ARM64_64K_PAGES
210 default 9 if ARM64_16K_PAGES
211 default 11
212
213config ARCH_MMAP_RND_COMPAT_BITS_MAX
214 default 16
215
ce816fa8 216config NO_IOPORT_MAP
d1e6dc91 217 def_bool y if !PCI
8c2c3df3
CM
218
219config STACKTRACE_SUPPORT
220 def_bool y
221
bf0c4e04
JVS
222config ILLEGAL_POINTER_VALUE
223 hex
224 default 0xdead000000000000
225
8c2c3df3
CM
226config LOCKDEP_SUPPORT
227 def_bool y
228
229config TRACE_IRQFLAGS_SUPPORT
230 def_bool y
231
c209f799 232config RWSEM_XCHGADD_ALGORITHM
8c2c3df3
CM
233 def_bool y
234
9fb7410f
DM
235config GENERIC_BUG
236 def_bool y
237 depends on BUG
238
239config GENERIC_BUG_RELATIVE_POINTERS
240 def_bool y
241 depends on GENERIC_BUG
242
8c2c3df3
CM
243config GENERIC_HWEIGHT
244 def_bool y
245
246config GENERIC_CSUM
247 def_bool y
248
249config GENERIC_CALIBRATE_DELAY
250 def_bool y
251
ad67f5a6 252config ZONE_DMA32
8c2c3df3
CM
253 def_bool y
254
e585513b 255config HAVE_GENERIC_GUP
29e56940
SC
256 def_bool y
257
4b3dc967
WD
258config SMP
259 def_bool y
260
4cfb3613
AB
261config KERNEL_MODE_NEON
262 def_bool y
263
92cc15fc
RH
264config FIX_EARLYCON_MEM
265 def_bool y
266
9f25e6ad
KS
267config PGTABLE_LEVELS
268 int
21539939 269 default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36
9f25e6ad
KS
270 default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
271 default 3 if ARM64_64K_PAGES && ARM64_VA_BITS_48
272 default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
44eaacf1
SP
273 default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47
274 default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48
9f25e6ad 275
9842ceae
PA
276config ARCH_SUPPORTS_UPROBES
277 def_bool y
278
8f360948
AB
279config ARCH_PROC_KCORE_TEXT
280 def_bool y
281
6a377491 282source "arch/arm64/Kconfig.platforms"
8c2c3df3
CM
283
284menu "Bus support"
285
d1e6dc91
LD
286config PCI
287 bool "PCI support"
288 help
289 This feature enables support for PCI bus system. If you say Y
290 here, the kernel will include drivers and infrastructure code
291 to support PCI bus devices.
292
293config PCI_DOMAINS
294 def_bool PCI
295
296config PCI_DOMAINS_GENERIC
297 def_bool PCI
298
299config PCI_SYSCALL
300 def_bool PCI
301
302source "drivers/pci/Kconfig"
d1e6dc91 303
8c2c3df3
CM
304endmenu
305
306menu "Kernel Features"
307
c0a01b84
AP
308menu "ARM errata workarounds via the alternatives framework"
309
310config ARM64_ERRATUM_826319
311 bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted"
312 default y
313 help
314 This option adds an alternative code sequence to work around ARM
315 erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
316 AXI master interface and an L2 cache.
317
318 If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors
319 and is unable to accept a certain write via this interface, it will
320 not progress on read data presented on the read data channel and the
321 system can deadlock.
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
331config ARM64_ERRATUM_827319
332 bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect"
333 default y
334 help
335 This option adds an alternative code sequence to work around ARM
336 erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI
337 master interface and an L2 cache.
338
339 Under certain conditions this erratum can cause a clean line eviction
340 to occur at the same time as another transaction to the same address
341 on the AMBA 5 CHI interface, which can cause data corruption if the
342 interconnect reorders the two transactions.
343
344 The workaround promotes data cache clean instructions to
345 data cache clean-and-invalidate.
346 Please note that this does not necessarily enable the workaround,
347 as it depends on the alternative framework, which will only patch
348 the kernel if an affected CPU is detected.
349
350 If unsure, say Y.
351
352config ARM64_ERRATUM_824069
353 bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop"
354 default y
355 help
356 This option adds an alternative code sequence to work around ARM
357 erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
358 to a coherent interconnect.
359
360 If a Cortex-A53 processor is executing a store or prefetch for
361 write instruction at the same time as a processor in another
362 cluster is executing a cache maintenance operation to the same
363 address, then this erratum might cause a clean cache line to be
364 incorrectly marked as dirty.
365
366 The workaround promotes data cache clean instructions to
367 data cache clean-and-invalidate.
368 Please note that this option does not necessarily enable the
369 workaround, as it depends on the alternative framework, which will
370 only patch the kernel if an affected CPU is detected.
371
372 If unsure, say Y.
373
374config ARM64_ERRATUM_819472
375 bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
376 default y
377 help
378 This option adds an alternative code sequence to work around ARM
379 erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache
380 present when it is connected to a coherent interconnect.
381
382 If the processor is executing a load and store exclusive sequence at
383 the same time as a processor in another cluster is executing a cache
384 maintenance operation to the same address, then this erratum might
385 cause data corruption.
386
387 The workaround promotes data cache clean instructions to
388 data cache clean-and-invalidate.
389 Please note that this does not necessarily enable the workaround,
390 as it depends on the alternative framework, which will only patch
391 the kernel if an affected CPU is detected.
392
393 If unsure, say Y.
394
395config ARM64_ERRATUM_832075
396 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
397 default y
398 help
399 This option adds an alternative code sequence to work around ARM
400 erratum 832075 on Cortex-A57 parts up to r1p2.
401
402 Affected Cortex-A57 parts might deadlock when exclusive load/store
403 instructions to Write-Back memory are mixed with Device loads.
404
405 The workaround is to promote device loads to use Load-Acquire
406 semantics.
407 Please note that this does not necessarily enable the workaround,
498cd5c3
MZ
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
413config ARM64_ERRATUM_834220
414 bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault"
415 depends on KVM
416 default y
417 help
418 This option adds an alternative code sequence to work around ARM
419 erratum 834220 on Cortex-A57 parts up to r1p2.
420
421 Affected Cortex-A57 parts might report a Stage 2 translation
422 fault as the result of a Stage 1 fault for load crossing a
423 page boundary when there is a permission or device memory
424 alignment fault at Stage 1 and a translation fault at Stage 2.
425
426 The workaround is to verify that the Stage 1 translation
427 doesn't generate a fault before handling the Stage 2 fault.
428 Please note that this does not necessarily enable the workaround,
c0a01b84
AP
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
905e8c5d
WD
434config ARM64_ERRATUM_845719
435 bool "Cortex-A53: 845719: a load might read incorrect data"
436 depends on COMPAT
437 default y
438 help
439 This option adds an alternative code sequence to work around ARM
440 erratum 845719 on Cortex-A53 parts up to r0p4.
441
442 When running a compat (AArch32) userspace on an affected Cortex-A53
443 part, a load at EL0 from a virtual address that matches the bottom 32
444 bits of the virtual address used by a recent load at (AArch64) EL1
445 might return incorrect data.
446
447 The workaround is to write the contextidr_el1 register on exception
448 return to a 32-bit task.
449 Please note that this does not necessarily enable the workaround,
450 as it depends on the alternative framework, which will only patch
451 the kernel if an affected CPU is detected.
452
453 If unsure, say Y.
454
df057cc7
WD
455config ARM64_ERRATUM_843419
456 bool "Cortex-A53: 843419: A load or store might access an incorrect address"
df057cc7 457 default y
a257e025 458 select ARM64_MODULE_PLTS if MODULES
df057cc7 459 help
6ffe9923 460 This option links the kernel with '--fix-cortex-a53-843419' and
a257e025
AB
461 enables PLT support to replace certain ADRP instructions, which can
462 cause subsequent memory accesses to use an incorrect address on
463 Cortex-A53 parts up to r0p4.
df057cc7
WD
464
465 If unsure, say Y.
466
ece1397c
SP
467config ARM64_ERRATUM_1024718
468 bool "Cortex-A55: 1024718: Update of DBM/AP bits without break before make might result in incorrect update"
469 default y
470 help
471 This option adds work around for Arm Cortex-A55 Erratum 1024718.
472
473 Affected Cortex-A55 cores (r0p0, r0p1, r1p0) could cause incorrect
474 update of the hardware dirty bit when the DBM/AP bits are updated
475 without a break-before-make. The work around is to disable the usage
476 of hardware DBM locally on the affected cores. CPUs not affected by
477 erratum will continue to use the feature.
df057cc7
WD
478
479 If unsure, say Y.
480
94100970
RR
481config CAVIUM_ERRATUM_22375
482 bool "Cavium erratum 22375, 24313"
483 default y
484 help
485 Enable workaround for erratum 22375, 24313.
486
487 This implements two gicv3-its errata workarounds for ThunderX. Both
488 with small impact affecting only ITS table allocation.
489
490 erratum 22375: only alloc 8MB table size
491 erratum 24313: ignore memory access type
492
493 The fixes are in ITS initialization and basically ignore memory access
494 type and table size provided by the TYPER and BASER registers.
495
496 If unsure, say Y.
497
fbf8f40e
GK
498config CAVIUM_ERRATUM_23144
499 bool "Cavium erratum 23144: ITS SYNC hang on dual socket system"
500 depends on NUMA
501 default y
502 help
503 ITS SYNC command hang for cross node io and collections/cpu mapping.
504
505 If unsure, say Y.
506
6d4e11c5
RR
507config CAVIUM_ERRATUM_23154
508 bool "Cavium erratum 23154: Access to ICC_IAR1_EL1 is not sync'ed"
509 default y
510 help
511 The gicv3 of ThunderX requires a modified version for
512 reading the IAR status to ensure data synchronization
513 (access to icc_iar1_el1 is not sync'ed before and after).
514
515 If unsure, say Y.
516
104a0c02
AP
517config CAVIUM_ERRATUM_27456
518 bool "Cavium erratum 27456: Broadcast TLBI instructions may cause icache corruption"
519 default y
520 help
521 On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI
522 instructions may cause the icache to become corrupted if it
523 contains data for a non-current ASID. The fix is to
524 invalidate the icache when changing the mm context.
525
526 If unsure, say Y.
527
690a3415
DD
528config CAVIUM_ERRATUM_30115
529 bool "Cavium erratum 30115: Guest may disable interrupts in host"
530 default y
531 help
532 On ThunderX T88 pass 1.x through 2.2, T81 pass 1.0 through
533 1.2, and T83 Pass 1.0, KVM guest execution may disable
534 interrupts in host. Trapping both GICv3 group-0 and group-1
535 accesses sidesteps the issue.
536
537 If unsure, say Y.
538
38fd94b0
CC
539config QCOM_FALKOR_ERRATUM_1003
540 bool "Falkor E1003: Incorrect translation due to ASID change"
541 default y
38fd94b0
CC
542 help
543 On Falkor v1, an incorrect ASID may be cached in the TLB when ASID
d1777e68
WD
544 and BADDR are changed together in TTBRx_EL1. Since we keep the ASID
545 in TTBR1_EL1, this situation only occurs in the entry trampoline and
546 then only for entries in the walk cache, since the leaf translation
547 is unchanged. Work around the erratum by invalidating the walk cache
548 entries for the trampoline before entering the kernel proper.
38fd94b0 549
d9ff80f8
CC
550config QCOM_FALKOR_ERRATUM_1009
551 bool "Falkor E1009: Prematurely complete a DSB after a TLBI"
552 default y
553 help
554 On Falkor v1, the CPU may prematurely complete a DSB following a
555 TLBI xxIS invalidate maintenance operation. Repeat the TLBI operation
556 one more time to fix the issue.
557
558 If unsure, say Y.
559
90922a2d
SD
560config QCOM_QDF2400_ERRATUM_0065
561 bool "QDF2400 E0065: Incorrect GITS_TYPER.ITT_Entry_size"
562 default y
563 help
564 On Qualcomm Datacenter Technologies QDF2400 SoC, ITS hardware reports
565 ITE size incorrectly. The GITS_TYPER.ITT_Entry_size field should have
566 been indicated as 16Bytes (0xf), not 8Bytes (0x7).
567
568 If unsure, say Y.
569
558b0165
AB
570config SOCIONEXT_SYNQUACER_PREITS
571 bool "Socionext Synquacer: Workaround for GICv3 pre-ITS"
572 default y
573 help
574 Socionext Synquacer SoCs implement a separate h/w block to generate
575 MSI doorbell writes with non-zero values for the device ID.
576
5c9a882e
MZ
577 If unsure, say Y.
578
579config HISILICON_ERRATUM_161600802
580 bool "Hip07 161600802: Erroneous redistributor VLPI base"
581 default y
582 help
583 The HiSilicon Hip07 SoC usees the wrong redistributor base
584 when issued ITS commands such as VMOVP and VMAPP, and requires
585 a 128kB offset to be applied to the target address in this commands.
586
558b0165 587 If unsure, say Y.
932b50c7
SD
588
589config QCOM_FALKOR_ERRATUM_E1041
590 bool "Falkor E1041: Speculative instruction fetches might cause errant memory access"
591 default y
592 help
593 Falkor CPU may speculatively fetch instructions from an improper
594 memory location when MMU translation is changed from SCTLR_ELn[M]=1
595 to SCTLR_ELn[M]=0. Prefix an ISB instruction to fix the problem.
596
597 If unsure, say Y.
598
c0a01b84
AP
599endmenu
600
601
e41ceed0
JL
602choice
603 prompt "Page size"
604 default ARM64_4K_PAGES
605 help
606 Page size (translation granule) configuration.
607
608config ARM64_4K_PAGES
609 bool "4KB"
610 help
611 This feature enables 4KB pages support.
612
44eaacf1
SP
613config ARM64_16K_PAGES
614 bool "16KB"
615 help
616 The system will use 16KB pages support. AArch32 emulation
617 requires applications compiled with 16K (or a multiple of 16K)
618 aligned segments.
619
8c2c3df3 620config ARM64_64K_PAGES
e41ceed0 621 bool "64KB"
8c2c3df3
CM
622 help
623 This feature enables 64KB pages support (4KB by default)
624 allowing only two levels of page tables and faster TLB
db488be3
SP
625 look-up. AArch32 emulation requires applications compiled
626 with 64K aligned segments.
8c2c3df3 627
e41ceed0
JL
628endchoice
629
630choice
631 prompt "Virtual address space size"
632 default ARM64_VA_BITS_39 if ARM64_4K_PAGES
44eaacf1 633 default ARM64_VA_BITS_47 if ARM64_16K_PAGES
e41ceed0
JL
634 default ARM64_VA_BITS_42 if ARM64_64K_PAGES
635 help
636 Allows choosing one of multiple possible virtual address
637 space sizes. The level of translation table is determined by
638 a combination of page size and virtual address space size.
639
21539939 640config ARM64_VA_BITS_36
56a3f30e 641 bool "36-bit" if EXPERT
21539939
SP
642 depends on ARM64_16K_PAGES
643
e41ceed0
JL
644config ARM64_VA_BITS_39
645 bool "39-bit"
646 depends on ARM64_4K_PAGES
647
648config ARM64_VA_BITS_42
649 bool "42-bit"
650 depends on ARM64_64K_PAGES
651
44eaacf1
SP
652config ARM64_VA_BITS_47
653 bool "47-bit"
654 depends on ARM64_16K_PAGES
655
c79b954b
JL
656config ARM64_VA_BITS_48
657 bool "48-bit"
c79b954b 658
e41ceed0
JL
659endchoice
660
661config ARM64_VA_BITS
662 int
21539939 663 default 36 if ARM64_VA_BITS_36
e41ceed0
JL
664 default 39 if ARM64_VA_BITS_39
665 default 42 if ARM64_VA_BITS_42
44eaacf1 666 default 47 if ARM64_VA_BITS_47
c79b954b 667 default 48 if ARM64_VA_BITS_48
e41ceed0 668
982aa7c5
KM
669choice
670 prompt "Physical address space size"
671 default ARM64_PA_BITS_48
672 help
673 Choose the maximum physical address range that the kernel will
674 support.
675
676config ARM64_PA_BITS_48
677 bool "48-bit"
678
f77d2817
KM
679config ARM64_PA_BITS_52
680 bool "52-bit (ARMv8.2)"
681 depends on ARM64_64K_PAGES
682 depends on ARM64_PAN || !ARM64_SW_TTBR0_PAN
683 help
684 Enable support for a 52-bit physical address space, introduced as
685 part of the ARMv8.2-LPA extension.
686
687 With this enabled, the kernel will also continue to work on CPUs that
688 do not support ARMv8.2-LPA, but with some added memory overhead (and
689 minor performance overhead).
690
982aa7c5
KM
691endchoice
692
693config ARM64_PA_BITS
694 int
695 default 48 if ARM64_PA_BITS_48
f77d2817 696 default 52 if ARM64_PA_BITS_52
982aa7c5 697
a872013d
WD
698config CPU_BIG_ENDIAN
699 bool "Build big-endian kernel"
700 help
701 Say Y if you plan on running a kernel in big-endian mode.
702
f6e763b9
MB
703config SCHED_MC
704 bool "Multi-core scheduler support"
f6e763b9
MB
705 help
706 Multi-core scheduler support improves the CPU scheduler's decision
707 making when dealing with multi-core CPU chips at a cost of slightly
708 increased overhead in some places. If unsure say N here.
709
710config SCHED_SMT
711 bool "SMT scheduler support"
f6e763b9
MB
712 help
713 Improves the CPU scheduler's decision making when dealing with
714 MultiThreading at a cost of slightly increased overhead in some
715 places. If unsure say N here.
716
8c2c3df3 717config NR_CPUS
62aa9655
GK
718 int "Maximum number of CPUs (2-4096)"
719 range 2 4096
15942853 720 # These have to remain sorted largest to smallest
e3672649 721 default "64"
8c2c3df3 722
9327e2c6
MR
723config HOTPLUG_CPU
724 bool "Support for hot-pluggable CPUs"
217d453d 725 select GENERIC_IRQ_MIGRATION
9327e2c6
MR
726 help
727 Say Y here to experiment with turning CPUs off and on. CPUs
728 can be controlled through /sys/devices/system/cpu.
729
1a2db300
GK
730# Common NUMA Features
731config NUMA
732 bool "Numa Memory Allocation and Scheduler Support"
0c2a6cce
KW
733 select ACPI_NUMA if ACPI
734 select OF_NUMA
1a2db300
GK
735 help
736 Enable NUMA (Non Uniform Memory Access) support.
737
738 The kernel will try to allocate memory used by a CPU on the
739 local memory of the CPU and add some more
740 NUMA awareness to the kernel.
741
742config NODES_SHIFT
743 int "Maximum NUMA Nodes (as a power of 2)"
744 range 1 10
745 default "2"
746 depends on NEED_MULTIPLE_NODES
747 help
748 Specify the maximum number of NUMA Nodes available on the target
749 system. Increases memory reserved to accommodate various tables.
750
751config USE_PERCPU_NUMA_NODE_ID
752 def_bool y
753 depends on NUMA
754
7af3a0a9
ZL
755config HAVE_SETUP_PER_CPU_AREA
756 def_bool y
757 depends on NUMA
758
759config NEED_PER_CPU_EMBED_FIRST_CHUNK
760 def_bool y
761 depends on NUMA
762
6d526ee2
AB
763config HOLES_IN_ZONE
764 def_bool y
765 depends on NUMA
766
f90df5e2 767source kernel/Kconfig.hz
8c2c3df3 768
83863f25
LA
769config ARCH_SUPPORTS_DEBUG_PAGEALLOC
770 def_bool y
771
8c2c3df3
CM
772config ARCH_HAS_HOLES_MEMORYMODEL
773 def_bool y if SPARSEMEM
774
775config ARCH_SPARSEMEM_ENABLE
776 def_bool y
777 select SPARSEMEM_VMEMMAP_ENABLE
778
779config ARCH_SPARSEMEM_DEFAULT
780 def_bool ARCH_SPARSEMEM_ENABLE
781
782config ARCH_SELECT_MEMORY_MODEL
783 def_bool ARCH_SPARSEMEM_ENABLE
784
e7d4bac4 785config ARCH_FLATMEM_ENABLE
54501ac1 786 def_bool !NUMA
e7d4bac4 787
8c2c3df3
CM
788config HAVE_ARCH_PFN_VALID
789 def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM
790
791config HW_PERF_EVENTS
6475b2d8
MR
792 def_bool y
793 depends on ARM_PMU
8c2c3df3 794
084bd298
SC
795config SYS_SUPPORTS_HUGETLBFS
796 def_bool y
797
084bd298 798config ARCH_WANT_HUGE_PMD_SHARE
21539939 799 def_bool y if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36)
084bd298 800
a41dc0e8
CM
801config ARCH_HAS_CACHE_LINE_SIZE
802 def_bool y
803
a1ae65b2
AT
804config SECCOMP
805 bool "Enable seccomp to safely compute untrusted bytecode"
806 ---help---
807 This kernel feature is useful for number crunching applications
808 that may need to compute untrusted bytecode during their
809 execution. By using pipes or other transports made available to
810 the process as file descriptors supporting the read/write
811 syscalls, it's possible to isolate those applications in
812 their own address space using seccomp. Once seccomp is
813 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
814 and the task is only allowed to execute a few safe syscalls
815 defined by each seccomp mode.
816
dfd57bc3
SS
817config PARAVIRT
818 bool "Enable paravirtualization code"
819 help
820 This changes the kernel so it can modify itself when it is run
821 under a hypervisor, potentially improving performance significantly
822 over full virtualization.
823
824config PARAVIRT_TIME_ACCOUNTING
825 bool "Paravirtual steal time accounting"
826 select PARAVIRT
827 default n
828 help
829 Select this option to enable fine granularity task steal time
830 accounting. Time spent executing other tasks in parallel with
831 the current vCPU is discounted from the vCPU power. To account for
832 that, there can be a small performance impact.
833
834 If in doubt, say N here.
835
d28f6df1
GL
836config KEXEC
837 depends on PM_SLEEP_SMP
838 select KEXEC_CORE
839 bool "kexec system call"
840 ---help---
841 kexec is a system call that implements the ability to shutdown your
842 current kernel, and to start another kernel. It is like a reboot
843 but it is independent of the system firmware. And like a reboot
844 you can start any kernel with it, not just Linux.
845
e62aaeac
AT
846config CRASH_DUMP
847 bool "Build kdump crash kernel"
848 help
849 Generate crash dump after being started by kexec. This should
850 be normally only set in special crash dump kernels which are
851 loaded in the main kernel with kexec-tools into a specially
852 reserved region and then later executed after a crash by
853 kdump/kexec.
854
855 For more details see Documentation/kdump/kdump.txt
856
aa42aa13
SS
857config XEN_DOM0
858 def_bool y
859 depends on XEN
860
861config XEN
c2ba1f7d 862 bool "Xen guest support on ARM64"
aa42aa13 863 depends on ARM64 && OF
83862ccf 864 select SWIOTLB_XEN
dfd57bc3 865 select PARAVIRT
aa42aa13
SS
866 help
867 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
868
d03bb145
SC
869config FORCE_MAX_ZONEORDER
870 int
871 default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
44eaacf1 872 default "12" if (ARM64_16K_PAGES && TRANSPARENT_HUGEPAGE)
d03bb145 873 default "11"
44eaacf1
SP
874 help
875 The kernel memory allocator divides physically contiguous memory
876 blocks into "zones", where each zone is a power of two number of
877 pages. This option selects the largest power of two that the kernel
878 keeps in the memory allocator. If you need to allocate very large
879 blocks of physically contiguous memory, then you may need to
880 increase this value.
881
882 This config option is actually maximum order plus one. For example,
883 a value of 11 means that the largest free memory block is 2^10 pages.
884
885 We make sure that we can allocate upto a HugePage size for each configuration.
886 Hence we have :
887 MAX_ORDER = (PMD_SHIFT - PAGE_SHIFT) + 1 => PAGE_SHIFT - 2
888
889 However for 4K, we choose a higher default value, 11 as opposed to 10, giving us
890 4M allocations matching the default size used by generic code.
d03bb145 891
084eb77c 892config UNMAP_KERNEL_AT_EL0
0617052d 893 bool "Unmap kernel when running in userspace (aka \"KAISER\")" if EXPERT
084eb77c
WD
894 default y
895 help
0617052d
WD
896 Speculation attacks against some high-performance processors can
897 be used to bypass MMU permission checks and leak kernel data to
898 userspace. This can be defended against by unmapping the kernel
899 when running in userspace, mapping it back in on exception entry
900 via a trampoline page in the vector table.
084eb77c
WD
901
902 If unsure, say Y.
903
0f15adbb
WD
904config HARDEN_BRANCH_PREDICTOR
905 bool "Harden the branch predictor against aliasing attacks" if EXPERT
906 default y
907 help
908 Speculation attacks against some high-performance processors rely on
909 being able to manipulate the branch predictor for a victim context by
910 executing aliasing branches in the attacker context. Such attacks
911 can be partially mitigated against by clearing internal branch
912 predictor state and limiting the prediction logic in some situations.
913
914 This config option will take CPU-specific actions to harden the
915 branch predictor against aliasing attacks and may rely on specific
916 instruction sequences or control bits being set by the system
917 firmware.
918
919 If unsure, say Y.
920
dee39247
MZ
921config HARDEN_EL2_VECTORS
922 bool "Harden EL2 vector mapping against system register leak" if EXPERT
923 default y
924 help
925 Speculation attacks against some high-performance processors can
926 be used to leak privileged information such as the vector base
927 register, resulting in a potential defeat of the EL2 layout
928 randomization.
929
930 This config option will map the vectors to a fixed location,
931 independent of the EL2 code mapping, so that revealing VBAR_EL2
932 to an attacker does not give away any extra information. This
933 only gets enabled on affected CPUs.
934
935 If unsure, say Y.
936
a725e3dd
MZ
937config ARM64_SSBD
938 bool "Speculative Store Bypass Disable" if EXPERT
939 default y
940 help
941 This enables mitigation of the bypassing of previous stores
942 by speculative loads.
943
944 If unsure, say Y.
945
1b907f46
WD
946menuconfig ARMV8_DEPRECATED
947 bool "Emulate deprecated/obsolete ARMv8 instructions"
948 depends on COMPAT
6cfa7cc4 949 depends on SYSCTL
1b907f46
WD
950 help
951 Legacy software support may require certain instructions
952 that have been deprecated or obsoleted in the architecture.
953
954 Enable this config to enable selective emulation of these
955 features.
956
957 If unsure, say Y
958
959if ARMV8_DEPRECATED
960
961config SWP_EMULATION
962 bool "Emulate SWP/SWPB instructions"
963 help
964 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
965 they are always undefined. Say Y here to enable software
966 emulation of these instructions for userspace using LDXR/STXR.
967
968 In some older versions of glibc [<=2.8] SWP is used during futex
969 trylock() operations with the assumption that the code will not
970 be preempted. This invalid assumption may be more likely to fail
971 with SWP emulation enabled, leading to deadlock of the user
972 application.
973
974 NOTE: when accessing uncached shared regions, LDXR/STXR rely
975 on an external transaction monitoring block called a global
976 monitor to maintain update atomicity. If your system does not
977 implement a global monitor, this option can cause programs that
978 perform SWP operations to uncached memory to deadlock.
979
980 If unsure, say Y
981
982config CP15_BARRIER_EMULATION
983 bool "Emulate CP15 Barrier instructions"
984 help
985 The CP15 barrier instructions - CP15ISB, CP15DSB, and
986 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
987 strongly recommended to use the ISB, DSB, and DMB
988 instructions instead.
989
990 Say Y here to enable software emulation of these
991 instructions for AArch32 userspace code. When this option is
992 enabled, CP15 barrier usage is traced which can help
993 identify software that needs updating.
994
995 If unsure, say Y
996
2d888f48
SP
997config SETEND_EMULATION
998 bool "Emulate SETEND instruction"
999 help
1000 The SETEND instruction alters the data-endianness of the
1001 AArch32 EL0, and is deprecated in ARMv8.
1002
1003 Say Y here to enable software emulation of the instruction
1004 for AArch32 userspace code.
1005
1006 Note: All the cpus on the system must have mixed endian support at EL0
1007 for this feature to be enabled. If a new CPU - which doesn't support mixed
1008 endian - is hotplugged in after this feature has been enabled, there could
1009 be unexpected results in the applications.
1010
1011 If unsure, say Y
1b907f46
WD
1012endif
1013
ba42822a
CM
1014config ARM64_SW_TTBR0_PAN
1015 bool "Emulate Privileged Access Never using TTBR0_EL1 switching"
1016 help
1017 Enabling this option prevents the kernel from accessing
1018 user-space memory directly by pointing TTBR0_EL1 to a reserved
1019 zeroed area and reserved ASID. The user access routines
1020 restore the valid TTBR0_EL1 temporarily.
1021
0e4a0709
WD
1022menu "ARMv8.1 architectural features"
1023
1024config ARM64_HW_AFDBM
1025 bool "Support for hardware updates of the Access and Dirty page flags"
1026 default y
1027 help
1028 The ARMv8.1 architecture extensions introduce support for
1029 hardware updates of the access and dirty information in page
1030 table entries. When enabled in TCR_EL1 (HA and HD bits) on
1031 capable processors, accesses to pages with PTE_AF cleared will
1032 set this bit instead of raising an access flag fault.
1033 Similarly, writes to read-only pages with the DBM bit set will
1034 clear the read-only bit (AP[2]) instead of raising a
1035 permission fault.
1036
1037 Kernels built with this configuration option enabled continue
1038 to work on pre-ARMv8.1 hardware and the performance impact is
1039 minimal. If unsure, say Y.
1040
1041config ARM64_PAN
1042 bool "Enable support for Privileged Access Never (PAN)"
1043 default y
1044 help
1045 Privileged Access Never (PAN; part of the ARMv8.1 Extensions)
1046 prevents the kernel or hypervisor from accessing user-space (EL0)
1047 memory directly.
1048
1049 Choosing this option will cause any unprotected (not using
1050 copy_to_user et al) memory access to fail with a permission fault.
1051
1052 The feature is detected at runtime, and will remain as a 'nop'
1053 instruction if the cpu does not implement the feature.
1054
1055config ARM64_LSE_ATOMICS
1056 bool "Atomic instructions"
7bd99b40 1057 default y
0e4a0709
WD
1058 help
1059 As part of the Large System Extensions, ARMv8.1 introduces new
1060 atomic instructions that are designed specifically to scale in
1061 very large systems.
1062
1063 Say Y here to make use of these instructions for the in-kernel
1064 atomic routines. This incurs a small overhead on CPUs that do
1065 not support these instructions and requires the kernel to be
7bd99b40
WD
1066 built with binutils >= 2.25 in order for the new instructions
1067 to be used.
0e4a0709 1068
1f364c8c
MZ
1069config ARM64_VHE
1070 bool "Enable support for Virtualization Host Extensions (VHE)"
1071 default y
1072 help
1073 Virtualization Host Extensions (VHE) allow the kernel to run
1074 directly at EL2 (instead of EL1) on processors that support
1075 it. This leads to better performance for KVM, as they reduce
1076 the cost of the world switch.
1077
1078 Selecting this option allows the VHE feature to be detected
1079 at runtime, and does not affect processors that do not
1080 implement this feature.
1081
0e4a0709
WD
1082endmenu
1083
f993318b
WD
1084menu "ARMv8.2 architectural features"
1085
57f4959b
JM
1086config ARM64_UAO
1087 bool "Enable support for User Access Override (UAO)"
1088 default y
1089 help
1090 User Access Override (UAO; part of the ARMv8.2 Extensions)
1091 causes the 'unprivileged' variant of the load/store instructions to
83fc61a5 1092 be overridden to be privileged.
57f4959b
JM
1093
1094 This option changes get_user() and friends to use the 'unprivileged'
1095 variant of the load/store instructions. This ensures that user-space
1096 really did have access to the supplied memory. When addr_limit is
1097 set to kernel memory the UAO bit will be set, allowing privileged
1098 access to kernel memory.
1099
1100 Choosing this option will cause copy_to_user() et al to use user-space
1101 memory permissions.
1102
1103 The feature is detected at runtime, the kernel will use the
1104 regular load/store instructions if the cpu does not implement the
1105 feature.
1106
d50e071f
RM
1107config ARM64_PMEM
1108 bool "Enable support for persistent memory"
1109 select ARCH_HAS_PMEM_API
5d7bdeb1 1110 select ARCH_HAS_UACCESS_FLUSHCACHE
d50e071f
RM
1111 help
1112 Say Y to enable support for the persistent memory API based on the
1113 ARMv8.2 DCPoP feature.
1114
1115 The feature is detected at runtime, and the kernel will use DC CVAC
1116 operations if DC CVAP is not supported (following the behaviour of
1117 DC CVAP itself if the system does not define a point of persistence).
1118
64c02720
XX
1119config ARM64_RAS_EXTN
1120 bool "Enable support for RAS CPU Extensions"
1121 default y
1122 help
1123 CPUs that support the Reliability, Availability and Serviceability
1124 (RAS) Extensions, part of ARMv8.2 are able to track faults and
1125 errors, classify them and report them to software.
1126
1127 On CPUs with these extensions system software can use additional
1128 barriers to determine if faults are pending and read the
1129 classification from a new set of registers.
1130
1131 Selecting this feature will allow the kernel to use these barriers
1132 and access the new registers if the system supports the extension.
1133 Platform RAS features may additionally depend on firmware support.
1134
f993318b
WD
1135endmenu
1136
ddd25ad1
DM
1137config ARM64_SVE
1138 bool "ARM Scalable Vector Extension support"
1139 default y
85acda3b 1140 depends on !KVM || ARM64_VHE
ddd25ad1
DM
1141 help
1142 The Scalable Vector Extension (SVE) is an extension to the AArch64
1143 execution state which complements and extends the SIMD functionality
1144 of the base architecture to support much larger vectors and to enable
1145 additional vectorisation opportunities.
1146
1147 To enable use of this extension on CPUs that implement it, say Y.
1148
5043694e
DM
1149 Note that for architectural reasons, firmware _must_ implement SVE
1150 support when running on SVE capable hardware. The required support
1151 is present in:
1152
1153 * version 1.5 and later of the ARM Trusted Firmware
1154 * the AArch64 boot wrapper since commit 5e1261e08abf
1155 ("bootwrapper: SVE: Enable SVE for EL2 and below").
1156
1157 For other firmware implementations, consult the firmware documentation
1158 or vendor.
1159
1160 If you need the kernel to boot on SVE-capable hardware with broken
1161 firmware, you may need to say N here until you get your firmware
1162 fixed. Otherwise, you may experience firmware panics or lockups when
1163 booting the kernel. If unsure and you are not observing these
1164 symptoms, you should assume that it is safe to say Y.
fd045f6c 1165
85acda3b
DM
1166 CPUs that support SVE are architecturally required to support the
1167 Virtualization Host Extensions (VHE), so the kernel makes no
1168 provision for supporting SVE alongside KVM without VHE enabled.
1169 Thus, you will need to enable CONFIG_ARM64_VHE if you want to support
1170 KVM in the same kernel image.
1171
fd045f6c
AB
1172config ARM64_MODULE_PLTS
1173 bool
fd045f6c
AB
1174 select HAVE_MOD_ARCH_SPECIFIC
1175
1e48ef7f
AB
1176config RELOCATABLE
1177 bool
1178 help
1179 This builds the kernel as a Position Independent Executable (PIE),
1180 which retains all relocation metadata required to relocate the
1181 kernel binary at runtime to a different virtual address than the
1182 address it was linked at.
1183 Since AArch64 uses the RELA relocation format, this requires a
1184 relocation pass at runtime even if the kernel is loaded at the
1185 same address it was linked at.
1186
f80fb3a3
AB
1187config RANDOMIZE_BASE
1188 bool "Randomize the address of the kernel image"
b9c220b5 1189 select ARM64_MODULE_PLTS if MODULES
f80fb3a3
AB
1190 select RELOCATABLE
1191 help
1192 Randomizes the virtual address at which the kernel image is
1193 loaded, as a security feature that deters exploit attempts
1194 relying on knowledge of the location of kernel internals.
1195
1196 It is the bootloader's job to provide entropy, by passing a
1197 random u64 value in /chosen/kaslr-seed at kernel entry.
1198
2b5fe07a
AB
1199 When booting via the UEFI stub, it will invoke the firmware's
1200 EFI_RNG_PROTOCOL implementation (if available) to supply entropy
1201 to the kernel proper. In addition, it will randomise the physical
1202 location of the kernel Image as well.
1203
f80fb3a3
AB
1204 If unsure, say N.
1205
1206config RANDOMIZE_MODULE_REGION_FULL
f2b9ba87 1207 bool "Randomize the module region over a 4 GB range"
e71a4e1b 1208 depends on RANDOMIZE_BASE
f80fb3a3
AB
1209 default y
1210 help
f2b9ba87
AB
1211 Randomizes the location of the module region inside a 4 GB window
1212 covering the core kernel. This way, it is less likely for modules
f80fb3a3
AB
1213 to leak information about the location of core kernel data structures
1214 but it does imply that function calls between modules and the core
1215 kernel will need to be resolved via veneers in the module PLT.
1216
1217 When this option is not set, the module region will be randomized over
1218 a limited range that contains the [_stext, _etext] interval of the
1219 core kernel, so branch relocations are always in range.
1220
8c2c3df3
CM
1221endmenu
1222
1223menu "Boot options"
1224
5e89c55e
LP
1225config ARM64_ACPI_PARKING_PROTOCOL
1226 bool "Enable support for the ARM64 ACPI parking protocol"
1227 depends on ACPI
1228 help
1229 Enable support for the ARM64 ACPI parking protocol. If disabled
1230 the kernel will not allow booting through the ARM64 ACPI parking
1231 protocol even if the corresponding data is present in the ACPI
1232 MADT table.
1233
8c2c3df3
CM
1234config CMDLINE
1235 string "Default kernel command string"
1236 default ""
1237 help
1238 Provide a set of default command-line options at build time by
1239 entering them here. As a minimum, you should specify the the
1240 root device (e.g. root=/dev/nfs).
1241
1242config CMDLINE_FORCE
1243 bool "Always use the default kernel command string"
1244 help
1245 Always use the default kernel command string, even if the boot
1246 loader passes other arguments to the kernel.
1247 This is useful if you cannot or don't want to change the
1248 command-line options your boot loader passes to the kernel.
1249
f4f75ad5
AB
1250config EFI_STUB
1251 bool
1252
f84d0275
MS
1253config EFI
1254 bool "UEFI runtime support"
1255 depends on OF && !CPU_BIG_ENDIAN
b472db6c 1256 depends on KERNEL_MODE_NEON
2c870e61 1257 select ARCH_SUPPORTS_ACPI
f84d0275
MS
1258 select LIBFDT
1259 select UCS2_STRING
1260 select EFI_PARAMS_FROM_FDT
e15dd494 1261 select EFI_RUNTIME_WRAPPERS
f4f75ad5
AB
1262 select EFI_STUB
1263 select EFI_ARMSTUB
f84d0275
MS
1264 default y
1265 help
1266 This option provides support for runtime services provided
1267 by UEFI firmware (such as non-volatile variables, realtime
3c7f2550
MS
1268 clock, and platform reset). A UEFI stub is also provided to
1269 allow the kernel to be booted as an EFI application. This
1270 is only useful on systems that have UEFI firmware.
f84d0275 1271
d1ae8c00
YL
1272config DMI
1273 bool "Enable support for SMBIOS (DMI) tables"
1274 depends on EFI
1275 default y
1276 help
1277 This enables SMBIOS/DMI feature for systems.
1278
1279 This option is only useful on systems that have UEFI firmware.
1280 However, even with this option, the resultant kernel should
1281 continue to boot on existing non-UEFI platforms.
1282
8c2c3df3
CM
1283endmenu
1284
8c2c3df3
CM
1285config COMPAT
1286 bool "Kernel support for 32-bit EL0"
755e70b7 1287 depends on ARM64_4K_PAGES || EXPERT
2e449048 1288 select COMPAT_BINFMT_ELF if BINFMT_ELF
af1839eb 1289 select HAVE_UID16
84b9e9b4 1290 select OLD_SIGSUSPEND3
51682036 1291 select COMPAT_OLD_SIGACTION
8c2c3df3
CM
1292 help
1293 This option enables support for a 32-bit EL0 running under a 64-bit
1294 kernel at EL1. AArch32-specific components such as system calls,
1295 the user helper functions, VFP support and the ptrace interface are
1296 handled appropriately by the kernel.
1297
44eaacf1
SP
1298 If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware
1299 that you will only be able to execute AArch32 binaries that were compiled
1300 with page size aligned segments.
a8fcd8b1 1301
8c2c3df3
CM
1302 If you want to execute 32-bit userspace applications, say Y.
1303
1304config SYSVIPC_COMPAT
1305 def_bool y
1306 depends on COMPAT && SYSVIPC
1307
166936ba
LP
1308menu "Power management options"
1309
1310source "kernel/power/Kconfig"
1311
82869ac5
JM
1312config ARCH_HIBERNATION_POSSIBLE
1313 def_bool y
1314 depends on CPU_PM
1315
1316config ARCH_HIBERNATION_HEADER
1317 def_bool y
1318 depends on HIBERNATION
1319
166936ba
LP
1320config ARCH_SUSPEND_POSSIBLE
1321 def_bool y
1322
166936ba
LP
1323endmenu
1324
1307220d
LP
1325menu "CPU Power Management"
1326
1327source "drivers/cpuidle/Kconfig"
1328
52e7e816
RH
1329source "drivers/cpufreq/Kconfig"
1330
1331endmenu
1332
f84d0275
MS
1333source "drivers/firmware/Kconfig"
1334
b6a02173
GG
1335source "drivers/acpi/Kconfig"
1336
c3eb5b14
MZ
1337source "arch/arm64/kvm/Kconfig"
1338
2c98833a
AB
1339if CRYPTO
1340source "arch/arm64/crypto/Kconfig"
1341endif