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