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