xref: /openbmc/linux/arch/arm64/Kconfig (revision 24f68eb5bf14a74027946970a18bc902e19d986a)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
28c2c3df3SCatalin Marinasconfig ARM64
38c2c3df3SCatalin Marinas	def_bool y
46251d380SBesar Wicaksono	select ACPI_APMT if ACPI
5b6197b93SSuthikulpanit, Suravee	select ACPI_CCA_REQUIRED if ACPI
6d8f4f161SLorenzo Pieralisi	select ACPI_GENERIC_GSI if ACPI
75f1ae4ebSFu Wei	select ACPI_GTDT if ACPI
8c6bb8f89SLorenzo Pieralisi	select ACPI_IORT if ACPI
96933de0cSAl Stone	select ACPI_REDUCED_HARDWARE_ONLY if ACPI
1052146173SSinan Kaya	select ACPI_MCFG if (ACPI && PCI)
11888125a7SAleksey Makarov	select ACPI_SPCR_TABLE if ACPI
120ce82232SJeremy Linton	select ACPI_PPTT if ACPI
1309587a09SZong Li	select ARCH_HAS_DEBUG_WX
146dd8b1a0SCatalin Marinas	select ARCH_BINFMT_ELF_EXTRA_PHDRS
15ab7876a9SDave Martin	select ARCH_BINFMT_ELF_STATE
16cd9bc2c9SMasami Hiramatsu	select ARCH_CORRECT_STACKTRACE_ON_KRETPROBE
171e866974SAnshuman Khandual	select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
1891024b3cSAnshuman Khandual	select ARCH_ENABLE_MEMORY_HOTPLUG
1991024b3cSAnshuman Khandual	select ARCH_ENABLE_MEMORY_HOTREMOVE
2066f24fa7SAnshuman Khandual	select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
211e866974SAnshuman Khandual	select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE
22c2280be8SAnshuman Khandual	select ARCH_HAS_CACHE_LINE_SIZE
232792d84eSKees Cook	select ARCH_HAS_CURRENT_STACK_POINTER
24ec6d06efSLaura Abbott	select ARCH_HAS_DEBUG_VIRTUAL
25399145f9SAnshuman Khandual	select ARCH_HAS_DEBUG_VM_PGTABLE
2613bf5cedSChristoph Hellwig	select ARCH_HAS_DMA_PREP_COHERENT
2738b04a74SJon Masters	select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI
28e75bef2aSRobin Murphy	select ARCH_HAS_FAST_MULTIPLIER
296974f0c4SDaniel Micay	select ARCH_HAS_FORTIFY_SOURCE
30957e3facSRiku Voipio	select ARCH_HAS_GCOV_PROFILE_ALL
314eb0716eSAlexandre Ghiti	select ARCH_HAS_GIGANTIC_PAGE
325e4c7549SAlexander Potapenko	select ARCH_HAS_KCOV
33d8ae8a37SChristoph Hellwig	select ARCH_HAS_KEEPINITRD
34f1e3a12bSMathieu Desnoyers	select ARCH_HAS_MEMBARRIER_SYNC_CORE
356cc9203bSPaul E. McKenney	select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS
360ebeea8cSDaniel Borkmann	select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE
3773b20c84SRobin Murphy	select ARCH_HAS_PTE_DEVMAP
383010a5eaSLaurent Dufour	select ARCH_HAS_PTE_SPECIAL
39347cb6afSChristoph Hellwig	select ARCH_HAS_SETUP_DMA_OPS
404739d53fSArd Biesheuvel	select ARCH_HAS_SET_DIRECT_MAP
41d2852a22SDaniel Borkmann	select ARCH_HAS_SET_MEMORY
425fc57df2SMark Brown	select ARCH_STACKWALK
43ad21fc4fSLaura Abbott	select ARCH_HAS_STRICT_KERNEL_RWX
44ad21fc4fSLaura Abbott	select ARCH_HAS_STRICT_MODULE_RWX
45886643b7SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_DEVICE
46886643b7SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_CPU
474378a7d4SMark Rutland	select ARCH_HAS_SYSCALL_WRAPPER
48dc2acdedSChristoph Hellwig	select ARCH_HAS_TEARDOWN_DMA_OPS if IOMMU_SUPPORT
491f85008eSLorenzo Pieralisi	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
5063703f37SKefeng Wang	select ARCH_HAS_ZONE_DMA_SET if EXPERT
51ab7876a9SDave Martin	select ARCH_HAVE_ELF_PROT
52396a5d4aSStephen Boyd	select ARCH_HAVE_NMI_SAFE_CMPXCHG
53d593d64fSPrasad Sodagudi	select ARCH_HAVE_TRACE_MMIO_ACCESS
547ef858daSThomas Gleixner	select ARCH_INLINE_READ_LOCK if !PREEMPTION
557ef858daSThomas Gleixner	select ARCH_INLINE_READ_LOCK_BH if !PREEMPTION
567ef858daSThomas Gleixner	select ARCH_INLINE_READ_LOCK_IRQ if !PREEMPTION
577ef858daSThomas Gleixner	select ARCH_INLINE_READ_LOCK_IRQSAVE if !PREEMPTION
587ef858daSThomas Gleixner	select ARCH_INLINE_READ_UNLOCK if !PREEMPTION
597ef858daSThomas Gleixner	select ARCH_INLINE_READ_UNLOCK_BH if !PREEMPTION
607ef858daSThomas Gleixner	select ARCH_INLINE_READ_UNLOCK_IRQ if !PREEMPTION
617ef858daSThomas Gleixner	select ARCH_INLINE_READ_UNLOCK_IRQRESTORE if !PREEMPTION
627ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_LOCK if !PREEMPTION
637ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_LOCK_BH if !PREEMPTION
647ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_LOCK_IRQ if !PREEMPTION
657ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_LOCK_IRQSAVE if !PREEMPTION
667ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_UNLOCK if !PREEMPTION
677ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_UNLOCK_BH if !PREEMPTION
687ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_UNLOCK_IRQ if !PREEMPTION
697ef858daSThomas Gleixner	select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE if !PREEMPTION
707ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_TRYLOCK if !PREEMPTION
717ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_TRYLOCK_BH if !PREEMPTION
727ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_LOCK if !PREEMPTION
737ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_LOCK_BH if !PREEMPTION
747ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_LOCK_IRQ if !PREEMPTION
757ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_LOCK_IRQSAVE if !PREEMPTION
767ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_UNLOCK if !PREEMPTION
777ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_UNLOCK_BH if !PREEMPTION
787ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_UNLOCK_IRQ if !PREEMPTION
797ef858daSThomas Gleixner	select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE if !PREEMPTION
80350e88baSMike Rapoport	select ARCH_KEEP_MEMBLOCK
8104d5ea46SAneesh Kumar K.V	select ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
82c63c8700SSudeep Holla	select ARCH_USE_CMPXCHG_LOCKREF
83bf7f15c5SWill Deacon	select ARCH_USE_GNU_PROPERTY
84dce44566SAnshuman Khandual	select ARCH_USE_MEMTEST
85087133acSWill Deacon	select ARCH_USE_QUEUED_RWLOCKS
86c1109047SWill Deacon	select ARCH_USE_QUEUED_SPINLOCKS
8750479d58SMark Brown	select ARCH_USE_SYM_ANNOTATIONS
885d6ad668SMike Rapoport	select ARCH_SUPPORTS_DEBUG_PAGEALLOC
89855f9a8eSAnshuman Khandual	select ARCH_SUPPORTS_HUGETLBFS
90c484f256SJonathan (Zhixiong) Zhang	select ARCH_SUPPORTS_MEMORY_FAILURE
915287569aSSami Tolvanen	select ARCH_SUPPORTS_SHADOW_CALL_STACK if CC_HAVE_SHADOW_CALL_STACK
92112b6a8eSSami Tolvanen	select ARCH_SUPPORTS_LTO_CLANG if CPU_LITTLE_ENDIAN
93112b6a8eSSami Tolvanen	select ARCH_SUPPORTS_LTO_CLANG_THIN
949186ad8eSSami Tolvanen	select ARCH_SUPPORTS_CFI_CLANG
954badad35SPeter Zijlstra	select ARCH_SUPPORTS_ATOMIC_RMW
9642a7ba16SNick Desaulniers	select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
9756166230SGanapatrao Kulkarni	select ARCH_SUPPORTS_NUMA_BALANCING
9842b25471SKefeng Wang	select ARCH_SUPPORTS_PAGE_TABLE_CHECK
99cd7f176aSSuren Baghdasaryan	select ARCH_SUPPORTS_PER_VMA_LOCK
10043b3dfddSBarry Song	select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
10184c187afSYury Norov	select ARCH_WANT_COMPAT_IPC_PARSE_VERSION if COMPAT
10281c22041SDaniel Borkmann	select ARCH_WANT_DEFAULT_BPF_JIT
10367f3977fSAlexandre Ghiti	select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
104b6f35981SCatalin Marinas	select ARCH_WANT_FRAME_POINTERS
1053876d4a3SAlexandre Ghiti	select ARCH_WANT_HUGE_PMD_SHARE if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36)
10659612b24SNathan Chancellor	select ARCH_WANT_LD_ORPHAN_WARN
10751c2ee6dSNick Desaulniers	select ARCH_WANTS_NO_INSTR
108d0637c50SBarry Song	select ARCH_WANTS_THP_SWAP if ARM64_4K_PAGES
109f0b7f8a4SYang Shi	select ARCH_HAS_UBSAN_SANITIZE_ALL
11025c92a37SCatalin Marinas	select ARM_AMBA
1111aee5d7aSMark Rutland	select ARM_ARCH_TIMER
112c4188edcSCatalin Marinas	select ARM_GIC
113875cbf3eSAKASHI Takahiro	select AUDIT_ARCH_COMPAT_GENERIC
1143ee80364SArnd Bergmann	select ARM_GIC_V2M if PCI
115021f6537SMarc Zyngier	select ARM_GIC_V3
1163ee80364SArnd Bergmann	select ARM_GIC_V3_ITS if PCI
117bff60792SMark Rutland	select ARM_PSCI_FW
11810916706SShile Zhang	select BUILDTIME_TABLE_SORT
119db2789b5SCatalin Marinas	select CLONE_BACKWARDS
1207ca2ef33SDeepak Saxena	select COMMON_CLK
121166936baSLorenzo Pieralisi	select CPU_PM if (SUSPEND || CPU_IDLE)
1227481cddfSArd Biesheuvel	select CRC32
1237bc13fd3SWill Deacon	select DCACHE_WORD_ACCESS
124cfce092dSMark Rutland	select DYNAMIC_FTRACE if FUNCTION_TRACER
1251c1a429eSCatalin Marinas	select DMA_BOUNCE_UNALIGNED_KMALLOC
1260c3b3171SChristoph Hellwig	select DMA_DIRECT_REMAP
127ef37566cSCatalin Marinas	select EDAC_SUPPORT
1282f34f173SYang Shi	select FRAME_POINTER
12947a15aa5SMark Rutland	select FUNCTION_ALIGNMENT_4B
130baaf553dSMark Rutland	select FUNCTION_ALIGNMENT_8B if DYNAMIC_FTRACE_WITH_CALL_OPS
131d4932f9eSLaura Abbott	select GENERIC_ALLOCATOR
1322ef7a295SJuri Lelli	select GENERIC_ARCH_TOPOLOGY
1334b3dc967SWill Deacon	select GENERIC_CLOCKEVENTS_BROADCAST
1343be1a5c4SArd Biesheuvel	select GENERIC_CPU_AUTOPROBE
13561ae1321SMian Yousaf Kaukab	select GENERIC_CPU_VULNERABILITIES
136bf4b558eSMark Salter	select GENERIC_EARLY_IOREMAP
1372314ee4dSLeo Yan	select GENERIC_IDLE_POLL_SETUP
138f23eab0bSKefeng Wang	select GENERIC_IOREMAP
139d3afc7f1SMarc Zyngier	select GENERIC_IRQ_IPI
1408c2c3df3SCatalin Marinas	select GENERIC_IRQ_PROBE
1418c2c3df3SCatalin Marinas	select GENERIC_IRQ_SHOW
1426544e67bSSudeep Holla	select GENERIC_IRQ_SHOW_LEVEL
1436585bd82SPalmer Dabbelt	select GENERIC_LIB_DEVMEM_IS_ALLOWED
144cb61f676SArnd Bergmann	select GENERIC_PCI_IOMAP
145102f45fdSSteven Price	select GENERIC_PTDUMP
14665cd4f6cSStephen Boyd	select GENERIC_SCHED_CLOCK
1478c2c3df3SCatalin Marinas	select GENERIC_SMP_IDLE_THREAD
1488c2c3df3SCatalin Marinas	select GENERIC_TIME_VSYSCALL
14928b1a824SVincenzo Frascino	select GENERIC_GETTIMEOFDAY
1509614cc57SAndrei Vagin	select GENERIC_VDSO_TIME_NS
1518c2c3df3SCatalin Marinas	select HARDIRQS_SW_RESEND
152fcbfe812SNiklas Schnelle	select HAS_IOPORT
15345544eeeSKalesh Singh	select HAVE_MOVE_PMD
154f5308c89SKalesh Singh	select HAVE_MOVE_PUD
155eb01d42aSChristoph Hellwig	select HAVE_PCI
1569f9a35a7STomasz Nowicki	select HAVE_ACPI_APEI if (ACPI && EFI)
1575284e1b4SSteve Capper	select HAVE_ALIGNED_STRUCT_PAGE if SLUB
158875cbf3eSAKASHI Takahiro	select HAVE_ARCH_AUDITSYSCALL
1598e7a4cefSYalin Wang	select HAVE_ARCH_BITREVERSE
160689eae42SAmit Daniel Kachhap	select HAVE_ARCH_COMPILER_H
161e9207223SKefeng Wang	select HAVE_ARCH_HUGE_VMALLOC
162324420bfSArd Biesheuvel	select HAVE_ARCH_HUGE_VMAP
1639732cafdSJiang Liu	select HAVE_ARCH_JUMP_LABEL
164c296146cSArd Biesheuvel	select HAVE_ARCH_JUMP_LABEL_RELATIVE
165e17d8025SWill Deacon	select HAVE_ARCH_KASAN if !(ARM64_16K_PAGES && ARM64_VA_BITS_48)
16671b613fcSLecopzer Chen	select HAVE_ARCH_KASAN_VMALLOC if HAVE_ARCH_KASAN
1672d4acb90SAndrey Konovalov	select HAVE_ARCH_KASAN_SW_TAGS if HAVE_ARCH_KASAN
16894ab5b61SAndrey Konovalov	select HAVE_ARCH_KASAN_HW_TAGS if (HAVE_ARCH_KASAN && ARM64_MTE)
169dd03762aSKefeng Wang	# Some instrumentation may be unsound, hence EXPERT
170dd03762aSKefeng Wang	select HAVE_ARCH_KCSAN if EXPERT
171840b2398SMarco Elver	select HAVE_ARCH_KFENCE
1729529247dSVijaya Kumar K	select HAVE_ARCH_KGDB
1738f0d3aa9SDaniel Cashman	select HAVE_ARCH_MMAP_RND_BITS
1748f0d3aa9SDaniel Cashman	select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
175271ca788SArd Biesheuvel	select HAVE_ARCH_PREL32_RELOCATIONS
17670918779SKees Cook	select HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
177a1ae65b2SAKASHI Takahiro	select HAVE_ARCH_SECCOMP_FILTER
1780b3e3366SLaura Abbott	select HAVE_ARCH_STACKLEAK
1799e8084d3SKees Cook	select HAVE_ARCH_THREAD_STRUCT_WHITELIST
1808c2c3df3SCatalin Marinas	select HAVE_ARCH_TRACEHOOK
1818ee70879SYang Shi	select HAVE_ARCH_TRANSPARENT_HUGEPAGE
182e3067861SMark Rutland	select HAVE_ARCH_VMAP_STACK
1838ee70879SYang Shi	select HAVE_ARM_SMCCC
1842ff2b7ecSMasahiro Yamada	select HAVE_ASM_MODVERSIONS
1856077776bSDaniel Borkmann	select HAVE_EBPF_JIT
186af64d2aaSAKASHI Takahiro	select HAVE_C_RECORDMCOUNT
1875284e1b4SSteve Capper	select HAVE_CMPXCHG_DOUBLE
18895eff6b2SWill Deacon	select HAVE_CMPXCHG_LOCAL
18924a9c541SFrederic Weisbecker	select HAVE_CONTEXT_TRACKING_USER
190b69ec42bSCatalin Marinas	select HAVE_DEBUG_KMEMLEAK
1916ac2104dSLaura Abbott	select HAVE_DMA_CONTIGUOUS
192bd7d38dbSAKASHI Takahiro	select HAVE_DYNAMIC_FTRACE
1932aa6ac03SFlorent Revest	select HAVE_DYNAMIC_FTRACE_WITH_ARGS \
1945f5ec16bSMark Rutland		if (GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS || \
1955f5ec16bSMark Rutland		    CLANG_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS)
1962aa6ac03SFlorent Revest	select HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS \
1972aa6ac03SFlorent Revest		if DYNAMIC_FTRACE_WITH_ARGS && DYNAMIC_FTRACE_WITH_CALL_OPS
198baaf553dSMark Rutland	select HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS \
199b3f11af9SMark Rutland		if (DYNAMIC_FTRACE_WITH_ARGS && !CFI_CLANG && \
200e55093c5SStephen Boyd		    (CC_IS_CLANG || !CC_OPTIMIZE_FOR_SIZE))
201a31d793dSSami Tolvanen	select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY \
20226299b3fSMark Rutland		if DYNAMIC_FTRACE_WITH_ARGS
2038c3526fbSFlorent Revest	select HAVE_SAMPLE_FTRACE_DIRECT
2048c3526fbSFlorent Revest	select HAVE_SAMPLE_FTRACE_DIRECT_MULTI
20550afc33aSWill Deacon	select HAVE_EFFICIENT_UNALIGNED_ACCESS
20667a929e0SChristoph Hellwig	select HAVE_FAST_GUP
207af64d2aaSAKASHI Takahiro	select HAVE_FTRACE_MCOUNT_RECORD
208819e50e2SAKASHI Takahiro	select HAVE_FUNCTION_TRACER
20942d038c4SLeo Yan	select HAVE_FUNCTION_ERROR_INJECTION
21036469703SDonglin Peng	select HAVE_FUNCTION_GRAPH_RETVAL if HAVE_FUNCTION_GRAPH_TRACER
211819e50e2SAKASHI Takahiro	select HAVE_FUNCTION_GRAPH_TRACER
2126b90bd4bSEmese Revfy	select HAVE_GCC_PLUGINS
213d7a0fe9eSDouglas Anderson	select HAVE_HARDLOCKUP_DETECTOR_PERF if PERF_EVENTS && \
214d7a0fe9eSDouglas Anderson		HW_PERF_EVENTS && HAVE_PERF_EVENTS_NMI
2158c2c3df3SCatalin Marinas	select HAVE_HW_BREAKPOINT if PERF_EVENTS
216893dea9cSKefeng Wang	select HAVE_IOREMAP_PROT
21724da208dSWill Deacon	select HAVE_IRQ_TIME_ACCOUNTING
218e26bb75aSSean Christopherson	select HAVE_KVM
219ea3752baSMark Rutland	select HAVE_MOD_ARCH_SPECIFIC
220396a5d4aSStephen Boyd	select HAVE_NMI
2218c2c3df3SCatalin Marinas	select HAVE_PERF_EVENTS
222d7a0fe9eSDouglas Anderson	select HAVE_PERF_EVENTS_NMI if ARM64_PSEUDO_NMI
2232ee0d7fdSJean Pihet	select HAVE_PERF_REGS
2242ee0d7fdSJean Pihet	select HAVE_PERF_USER_STACK_DUMP
2251b2d3451SMark Rutland	select HAVE_PREEMPT_DYNAMIC_KEY
2260a8ea52cSDavid A. Long	select HAVE_REGS_AND_STACK_ACCESS_API
227a68773bdSNicolas Saenz Julienne	select HAVE_POSIX_CPU_TIMERS_TASK_WORK
228a823c35fSMasami Hiramatsu	select HAVE_FUNCTION_ARG_ACCESS_API
229ff2e6d72SPeter Zijlstra	select MMU_GATHER_RCU_TABLE_FREE
230409d5db4SWill Deacon	select HAVE_RSEQ
231d148eac0SMasahiro Yamada	select HAVE_STACKPROTECTOR
232055b1212SAKASHI Takahiro	select HAVE_SYSCALL_TRACEPOINTS
2332dd0e8d2SSandeepa Prabhu	select HAVE_KPROBES
234cd1ee3b1SMasami Hiramatsu	select HAVE_KRETPROBES
23528b1a824SVincenzo Frascino	select HAVE_GENERIC_VDSO
236b3091f17SThomas Gleixner	select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
2378c2c3df3SCatalin Marinas	select IRQ_DOMAIN
238e8557d1fSAnders Roxell	select IRQ_FORCED_THREADING
239f6f37d93SAndrey Konovalov	select KASAN_VMALLOC if KASAN
240ae870a68SLinus Torvalds	select LOCK_MM_AND_FIND_VMA
241fea2acaaSCatalin Marinas	select MODULES_USE_ELF_RELA
242f616ab59SChristoph Hellwig	select NEED_DMA_MAP_STATE
24386596f0aSChristoph Hellwig	select NEED_SG_DMA_LENGTH
2448c2c3df3SCatalin Marinas	select OF
2458c2c3df3SCatalin Marinas	select OF_EARLY_FLATTREE
2462eac9c2dSChristoph Hellwig	select PCI_DOMAINS_GENERIC if PCI
24752146173SSinan Kaya	select PCI_ECAM if (ACPI && PCI)
24820f1b79dSChristoph Hellwig	select PCI_SYSCALL if PCI
249aa1e8ec1SCatalin Marinas	select POWER_RESET
250aa1e8ec1SCatalin Marinas	select POWER_SUPPLY
2518c2c3df3SCatalin Marinas	select SPARSE_IRQ
25209230cbcSChristoph Hellwig	select SWIOTLB
2537ac57a89SCatalin Marinas	select SYSCTL_EXCEPTION_TRACE
254c02433ddSMark Rutland	select THREAD_INFO_IN_TASK
2557677f7fdSAxel Rasmussen	select HAVE_ARCH_USERFAULTFD_MINOR if USERFAULTFD
2564aae683fSMasahiro Yamada	select TRACE_IRQFLAGS_SUPPORT
2573381da25SMark Rutland	select TRACE_IRQFLAGS_NMI_SUPPORT
2588eb858c4SQi Zheng	select HAVE_SOFTIRQ_ON_OWN_STACK
2598c2c3df3SCatalin Marinas	help
2608c2c3df3SCatalin Marinas	  ARM 64-bit (AArch64) Linux support.
2618c2c3df3SCatalin Marinas
26226299b3fSMark Rutlandconfig CLANG_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
26345bd8951SNathan Chancellor	def_bool CC_IS_CLANG
26445bd8951SNathan Chancellor	# https://github.com/ClangBuiltLinux/linux/issues/1507
26545bd8951SNathan Chancellor	depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600))
26645bd8951SNathan Chancellor
26726299b3fSMark Rutlandconfig GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
26845bd8951SNathan Chancellor	def_bool CC_IS_GCC
26945bd8951SNathan Chancellor	depends on $(cc-option,-fpatchable-function-entry=2)
27045bd8951SNathan Chancellor
2718c2c3df3SCatalin Marinasconfig 64BIT
2728c2c3df3SCatalin Marinas	def_bool y
2738c2c3df3SCatalin Marinas
2748c2c3df3SCatalin Marinasconfig MMU
2758c2c3df3SCatalin Marinas	def_bool y
2768c2c3df3SCatalin Marinas
277030c4d24SMark Rutlandconfig ARM64_PAGE_SHIFT
278030c4d24SMark Rutland	int
279030c4d24SMark Rutland	default 16 if ARM64_64K_PAGES
280030c4d24SMark Rutland	default 14 if ARM64_16K_PAGES
281030c4d24SMark Rutland	default 12
282030c4d24SMark Rutland
283c0d6de32SGavin Shanconfig ARM64_CONT_PTE_SHIFT
284030c4d24SMark Rutland	int
285030c4d24SMark Rutland	default 5 if ARM64_64K_PAGES
286030c4d24SMark Rutland	default 7 if ARM64_16K_PAGES
287030c4d24SMark Rutland	default 4
288030c4d24SMark Rutland
289e6765941SGavin Shanconfig ARM64_CONT_PMD_SHIFT
290e6765941SGavin Shan	int
291e6765941SGavin Shan	default 5 if ARM64_64K_PAGES
292e6765941SGavin Shan	default 5 if ARM64_16K_PAGES
293e6765941SGavin Shan	default 4
294e6765941SGavin Shan
2958f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_BITS_MIN
2968f0d3aa9SDaniel Cashman	default 14 if ARM64_64K_PAGES
2978f0d3aa9SDaniel Cashman	default 16 if ARM64_16K_PAGES
2988f0d3aa9SDaniel Cashman	default 18
2998f0d3aa9SDaniel Cashman
3008f0d3aa9SDaniel Cashman# max bits determined by the following formula:
3018f0d3aa9SDaniel Cashman#  VA_BITS - PAGE_SHIFT - 3
3028f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_BITS_MAX
3038f0d3aa9SDaniel Cashman	default 19 if ARM64_VA_BITS=36
3048f0d3aa9SDaniel Cashman	default 24 if ARM64_VA_BITS=39
3058f0d3aa9SDaniel Cashman	default 27 if ARM64_VA_BITS=42
3068f0d3aa9SDaniel Cashman	default 30 if ARM64_VA_BITS=47
3078f0d3aa9SDaniel Cashman	default 29 if ARM64_VA_BITS=48 && ARM64_64K_PAGES
3088f0d3aa9SDaniel Cashman	default 31 if ARM64_VA_BITS=48 && ARM64_16K_PAGES
3098f0d3aa9SDaniel Cashman	default 33 if ARM64_VA_BITS=48
3108f0d3aa9SDaniel Cashman	default 14 if ARM64_64K_PAGES
3118f0d3aa9SDaniel Cashman	default 16 if ARM64_16K_PAGES
3128f0d3aa9SDaniel Cashman	default 18
3138f0d3aa9SDaniel Cashman
3148f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_COMPAT_BITS_MIN
3158f0d3aa9SDaniel Cashman	default 7 if ARM64_64K_PAGES
3168f0d3aa9SDaniel Cashman	default 9 if ARM64_16K_PAGES
3178f0d3aa9SDaniel Cashman	default 11
3188f0d3aa9SDaniel Cashman
3198f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_COMPAT_BITS_MAX
3208f0d3aa9SDaniel Cashman	default 16
3218f0d3aa9SDaniel Cashman
322ce816fa8SUwe Kleine-Königconfig NO_IOPORT_MAP
323d1e6dc91SLiviu Dudau	def_bool y if !PCI
3248c2c3df3SCatalin Marinas
3258c2c3df3SCatalin Marinasconfig STACKTRACE_SUPPORT
3268c2c3df3SCatalin Marinas	def_bool y
3278c2c3df3SCatalin Marinas
328bf0c4e04SJeff Vander Stoepconfig ILLEGAL_POINTER_VALUE
329bf0c4e04SJeff Vander Stoep	hex
330bf0c4e04SJeff Vander Stoep	default 0xdead000000000000
331bf0c4e04SJeff Vander Stoep
3328c2c3df3SCatalin Marinasconfig LOCKDEP_SUPPORT
3338c2c3df3SCatalin Marinas	def_bool y
3348c2c3df3SCatalin Marinas
3359fb7410fSDave P Martinconfig GENERIC_BUG
3369fb7410fSDave P Martin	def_bool y
3379fb7410fSDave P Martin	depends on BUG
3389fb7410fSDave P Martin
3399fb7410fSDave P Martinconfig GENERIC_BUG_RELATIVE_POINTERS
3409fb7410fSDave P Martin	def_bool y
3419fb7410fSDave P Martin	depends on GENERIC_BUG
3429fb7410fSDave P Martin
3438c2c3df3SCatalin Marinasconfig GENERIC_HWEIGHT
3448c2c3df3SCatalin Marinas	def_bool y
3458c2c3df3SCatalin Marinas
3468c2c3df3SCatalin Marinasconfig GENERIC_CSUM
3478c2c3df3SCatalin Marinas	def_bool y
3488c2c3df3SCatalin Marinas
3498c2c3df3SCatalin Marinasconfig GENERIC_CALIBRATE_DELAY
3508c2c3df3SCatalin Marinas	def_bool y
3518c2c3df3SCatalin Marinas
3524b3dc967SWill Deaconconfig SMP
3534b3dc967SWill Deacon	def_bool y
3544b3dc967SWill Deacon
3554cfb3613SArd Biesheuvelconfig KERNEL_MODE_NEON
3564cfb3613SArd Biesheuvel	def_bool y
3574cfb3613SArd Biesheuvel
35892cc15fcSRob Herringconfig FIX_EARLYCON_MEM
35992cc15fcSRob Herring	def_bool y
36092cc15fcSRob Herring
3619f25e6adSKirill A. Shutemovconfig PGTABLE_LEVELS
3629f25e6adSKirill A. Shutemov	int
36321539939SSuzuki K. Poulose	default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36
3649f25e6adSKirill A. Shutemov	default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
365b6d00d47SSteve Capper	default 3 if ARM64_64K_PAGES && (ARM64_VA_BITS_48 || ARM64_VA_BITS_52)
3669f25e6adSKirill A. Shutemov	default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
36744eaacf1SSuzuki K. Poulose	default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47
36844eaacf1SSuzuki K. Poulose	default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48
3699f25e6adSKirill A. Shutemov
3709842ceaeSPratyush Anandconfig ARCH_SUPPORTS_UPROBES
3719842ceaeSPratyush Anand	def_bool y
3729842ceaeSPratyush Anand
3738f360948SArd Biesheuvelconfig ARCH_PROC_KCORE_TEXT
3748f360948SArd Biesheuvel	def_bool y
3758f360948SArd Biesheuvel
3768bf9284dSVladimir Murzinconfig BROKEN_GAS_INST
3778bf9284dSVladimir Murzin	def_bool !$(as-instr,1:\n.inst 0\n.rept . - 1b\n\nnop\n.endr\n)
3788bf9284dSVladimir Murzin
3799df3f508SMark Rutlandconfig BUILTIN_RETURN_ADDRESS_STRIPS_PAC
3809df3f508SMark Rutland	bool
3819df3f508SMark Rutland	# Clang's __builtin_return_adddress() strips the PAC since 12.0.0
3829df3f508SMark Rutland	# https://reviews.llvm.org/D75044
3839df3f508SMark Rutland	default y if CC_IS_CLANG && (CLANG_VERSION >= 120000)
3849df3f508SMark Rutland	# GCC's __builtin_return_address() strips the PAC since 11.1.0,
3859df3f508SMark Rutland	# and this was backported to 10.2.0, 9.4.0, 8.5.0, but not earlier
3869df3f508SMark Rutland	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94891
3879df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >= 110100)
3889df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >= 100200) && (GCC_VERSION < 110000)
3899df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >=  90400) && (GCC_VERSION < 100000)
3909df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >=  80500) && (GCC_VERSION <  90000)
3919df3f508SMark Rutland	default n
3929df3f508SMark Rutland
3936bd1d0beSSteve Capperconfig KASAN_SHADOW_OFFSET
3946bd1d0beSSteve Capper	hex
3950fea6e9aSAndrey Konovalov	depends on KASAN_GENERIC || KASAN_SW_TAGS
396f4693c27SArd Biesheuvel	default 0xdfff800000000000 if (ARM64_VA_BITS_48 || ARM64_VA_BITS_52) && !KASAN_SW_TAGS
397f4693c27SArd Biesheuvel	default 0xdfffc00000000000 if ARM64_VA_BITS_47 && !KASAN_SW_TAGS
398f4693c27SArd Biesheuvel	default 0xdffffe0000000000 if ARM64_VA_BITS_42 && !KASAN_SW_TAGS
399f4693c27SArd Biesheuvel	default 0xdfffffc000000000 if ARM64_VA_BITS_39 && !KASAN_SW_TAGS
400f4693c27SArd Biesheuvel	default 0xdffffff800000000 if ARM64_VA_BITS_36 && !KASAN_SW_TAGS
401f4693c27SArd Biesheuvel	default 0xefff800000000000 if (ARM64_VA_BITS_48 || ARM64_VA_BITS_52) && KASAN_SW_TAGS
402f4693c27SArd Biesheuvel	default 0xefffc00000000000 if ARM64_VA_BITS_47 && KASAN_SW_TAGS
403f4693c27SArd Biesheuvel	default 0xeffffe0000000000 if ARM64_VA_BITS_42 && KASAN_SW_TAGS
404f4693c27SArd Biesheuvel	default 0xefffffc000000000 if ARM64_VA_BITS_39 && KASAN_SW_TAGS
405f4693c27SArd Biesheuvel	default 0xeffffff800000000 if ARM64_VA_BITS_36 && KASAN_SW_TAGS
4066bd1d0beSSteve Capper	default 0xffffffffffffffff
4076bd1d0beSSteve Capper
40868c76ad4SArd Biesheuvelconfig UNWIND_TABLES
40968c76ad4SArd Biesheuvel	bool
41068c76ad4SArd Biesheuvel
4116a377491SOlof Johanssonsource "arch/arm64/Kconfig.platforms"
4128c2c3df3SCatalin Marinas
4138c2c3df3SCatalin Marinasmenu "Kernel Features"
4148c2c3df3SCatalin Marinas
415c0a01b84SAndre Przywaramenu "ARM errata workarounds via the alternatives framework"
416c0a01b84SAndre Przywara
4176df696cdSOliver Uptonconfig AMPERE_ERRATUM_AC03_CPU_38
4186df696cdSOliver Upton        bool "AmpereOne: AC03_CPU_38: Certain bits in the Virtualization Translation Control Register and Translation Control Registers do not follow RES0 semantics"
4196df696cdSOliver Upton	default y
4206df696cdSOliver Upton	help
4216df696cdSOliver Upton	  This option adds an alternative code sequence to work around Ampere
4220e6774ecSD Scott Phillips	  errata AC03_CPU_38 and AC04_CPU_10 on AmpereOne.
4236df696cdSOliver Upton
4246df696cdSOliver Upton	  The affected design reports FEAT_HAFDBS as not implemented in
4256df696cdSOliver Upton	  ID_AA64MMFR1_EL1.HAFDBS, but (V)TCR_ELx.{HA,HD} are not RES0
4266df696cdSOliver Upton	  as required by the architecture. The unadvertised HAFDBS
4276df696cdSOliver Upton	  implementation suffers from an additional erratum where hardware
4286df696cdSOliver Upton	  A/D updates can occur after a PTE has been marked invalid.
4296df696cdSOliver Upton
4306df696cdSOliver Upton	  The workaround forces KVM to explicitly set VTCR_EL2.HA to 0,
4316df696cdSOliver Upton	  which avoids enabling unadvertised hardware Access Flag management
4326df696cdSOliver Upton	  at stage-2.
4336df696cdSOliver Upton
4346df696cdSOliver Upton	  If unsure, say Y.
4356df696cdSOliver Upton
436c9460dcbSSuzuki K Pouloseconfig ARM64_WORKAROUND_CLEAN_CACHE
437bc15cf70SWill Deacon	bool
438c9460dcbSSuzuki K Poulose
439c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_826319
440c0a01b84SAndre Przywara	bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted"
441c0a01b84SAndre Przywara	default y
442c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
443c0a01b84SAndre Przywara	help
444c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
445c0a01b84SAndre Przywara	  erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
446c0a01b84SAndre Przywara	  AXI master interface and an L2 cache.
447c0a01b84SAndre Przywara
448c0a01b84SAndre Przywara	  If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors
449c0a01b84SAndre Przywara	  and is unable to accept a certain write via this interface, it will
450c0a01b84SAndre Przywara	  not progress on read data presented on the read data channel and the
451c0a01b84SAndre Przywara	  system can deadlock.
452c0a01b84SAndre Przywara
453c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
454c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
455c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
456c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
457c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
458c0a01b84SAndre Przywara
459c0a01b84SAndre Przywara	  If unsure, say Y.
460c0a01b84SAndre Przywara
461c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_827319
462c0a01b84SAndre Przywara	bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect"
463c0a01b84SAndre Przywara	default y
464c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
465c0a01b84SAndre Przywara	help
466c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
467c0a01b84SAndre Przywara	  erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI
468c0a01b84SAndre Przywara	  master interface and an L2 cache.
469c0a01b84SAndre Przywara
470c0a01b84SAndre Przywara	  Under certain conditions this erratum can cause a clean line eviction
471c0a01b84SAndre Przywara	  to occur at the same time as another transaction to the same address
472c0a01b84SAndre Przywara	  on the AMBA 5 CHI interface, which can cause data corruption if the
473c0a01b84SAndre Przywara	  interconnect reorders the two transactions.
474c0a01b84SAndre Przywara
475c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
476c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
477c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
478c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
479c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
480c0a01b84SAndre Przywara
481c0a01b84SAndre Przywara	  If unsure, say Y.
482c0a01b84SAndre Przywara
483c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_824069
484c0a01b84SAndre Przywara	bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop"
485c0a01b84SAndre Przywara	default y
486c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
487c0a01b84SAndre Przywara	help
488c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
489c0a01b84SAndre Przywara	  erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
490c0a01b84SAndre Przywara	  to a coherent interconnect.
491c0a01b84SAndre Przywara
492c0a01b84SAndre Przywara	  If a Cortex-A53 processor is executing a store or prefetch for
493c0a01b84SAndre Przywara	  write instruction at the same time as a processor in another
494c0a01b84SAndre Przywara	  cluster is executing a cache maintenance operation to the same
495c0a01b84SAndre Przywara	  address, then this erratum might cause a clean cache line to be
496c0a01b84SAndre Przywara	  incorrectly marked as dirty.
497c0a01b84SAndre Przywara
498c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
499c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
500c0a01b84SAndre Przywara	  Please note that this option does not necessarily enable the
501c0a01b84SAndre Przywara	  workaround, as it depends on the alternative framework, which will
502c0a01b84SAndre Przywara	  only patch the kernel if an affected CPU is detected.
503c0a01b84SAndre Przywara
504c0a01b84SAndre Przywara	  If unsure, say Y.
505c0a01b84SAndre Przywara
506c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_819472
507c0a01b84SAndre Przywara	bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
508c0a01b84SAndre Przywara	default y
509c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
510c0a01b84SAndre Przywara	help
511c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
512c0a01b84SAndre Przywara	  erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache
513c0a01b84SAndre Przywara	  present when it is connected to a coherent interconnect.
514c0a01b84SAndre Przywara
515c0a01b84SAndre Przywara	  If the processor is executing a load and store exclusive sequence at
516c0a01b84SAndre Przywara	  the same time as a processor in another cluster is executing a cache
517c0a01b84SAndre Przywara	  maintenance operation to the same address, then this erratum might
518c0a01b84SAndre Przywara	  cause data corruption.
519c0a01b84SAndre Przywara
520c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
521c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
522c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
523c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
524c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
525c0a01b84SAndre Przywara
526c0a01b84SAndre Przywara	  If unsure, say Y.
527c0a01b84SAndre Przywara
528c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_832075
529c0a01b84SAndre Przywara	bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
530c0a01b84SAndre Przywara	default y
531c0a01b84SAndre Przywara	help
532c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
533c0a01b84SAndre Przywara	  erratum 832075 on Cortex-A57 parts up to r1p2.
534c0a01b84SAndre Przywara
535c0a01b84SAndre Przywara	  Affected Cortex-A57 parts might deadlock when exclusive load/store
536c0a01b84SAndre Przywara	  instructions to Write-Back memory are mixed with Device loads.
537c0a01b84SAndre Przywara
538c0a01b84SAndre Przywara	  The workaround is to promote device loads to use Load-Acquire
539c0a01b84SAndre Przywara	  semantics.
540c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
541c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
542c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
543c0a01b84SAndre Przywara
544c0a01b84SAndre Przywara	  If unsure, say Y.
545c0a01b84SAndre Przywara
546498cd5c3SMarc Zyngierconfig ARM64_ERRATUM_834220
547498cd5c3SMarc Zyngier	bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault"
548498cd5c3SMarc Zyngier	depends on KVM
549498cd5c3SMarc Zyngier	default y
550498cd5c3SMarc Zyngier	help
551498cd5c3SMarc Zyngier	  This option adds an alternative code sequence to work around ARM
552498cd5c3SMarc Zyngier	  erratum 834220 on Cortex-A57 parts up to r1p2.
553498cd5c3SMarc Zyngier
554498cd5c3SMarc Zyngier	  Affected Cortex-A57 parts might report a Stage 2 translation
555498cd5c3SMarc Zyngier	  fault as the result of a Stage 1 fault for load crossing a
556498cd5c3SMarc Zyngier	  page boundary when there is a permission or device memory
557498cd5c3SMarc Zyngier	  alignment fault at Stage 1 and a translation fault at Stage 2.
558498cd5c3SMarc Zyngier
559498cd5c3SMarc Zyngier	  The workaround is to verify that the Stage 1 translation
560498cd5c3SMarc Zyngier	  doesn't generate a fault before handling the Stage 2 fault.
561498cd5c3SMarc Zyngier	  Please note that this does not necessarily enable the workaround,
562498cd5c3SMarc Zyngier	  as it depends on the alternative framework, which will only patch
563498cd5c3SMarc Zyngier	  the kernel if an affected CPU is detected.
564498cd5c3SMarc Zyngier
565498cd5c3SMarc Zyngier	  If unsure, say Y.
566498cd5c3SMarc Zyngier
56744b3834bSJames Morseconfig ARM64_ERRATUM_1742098
56844b3834bSJames Morse	bool "Cortex-A57/A72: 1742098: ELR recorded incorrectly on interrupt taken between cryptographic instructions in a sequence"
56944b3834bSJames Morse	depends on COMPAT
57044b3834bSJames Morse	default y
57144b3834bSJames Morse	help
57244b3834bSJames Morse	  This option removes the AES hwcap for aarch32 user-space to
57344b3834bSJames Morse	  workaround erratum 1742098 on Cortex-A57 and Cortex-A72.
57444b3834bSJames Morse
57544b3834bSJames Morse	  Affected parts may corrupt the AES state if an interrupt is
57644b3834bSJames Morse	  taken between a pair of AES instructions. These instructions
57744b3834bSJames Morse	  are only present if the cryptography extensions are present.
57844b3834bSJames Morse	  All software should have a fallback implementation for CPUs
57944b3834bSJames Morse	  that don't implement the cryptography extensions.
58044b3834bSJames Morse
58144b3834bSJames Morse	  If unsure, say Y.
58244b3834bSJames Morse
583905e8c5dSWill Deaconconfig ARM64_ERRATUM_845719
584905e8c5dSWill Deacon	bool "Cortex-A53: 845719: a load might read incorrect data"
585905e8c5dSWill Deacon	depends on COMPAT
586905e8c5dSWill Deacon	default y
587905e8c5dSWill Deacon	help
588905e8c5dSWill Deacon	  This option adds an alternative code sequence to work around ARM
589905e8c5dSWill Deacon	  erratum 845719 on Cortex-A53 parts up to r0p4.
590905e8c5dSWill Deacon
591905e8c5dSWill Deacon	  When running a compat (AArch32) userspace on an affected Cortex-A53
592905e8c5dSWill Deacon	  part, a load at EL0 from a virtual address that matches the bottom 32
593905e8c5dSWill Deacon	  bits of the virtual address used by a recent load at (AArch64) EL1
594905e8c5dSWill Deacon	  might return incorrect data.
595905e8c5dSWill Deacon
596905e8c5dSWill Deacon	  The workaround is to write the contextidr_el1 register on exception
597905e8c5dSWill Deacon	  return to a 32-bit task.
598905e8c5dSWill Deacon	  Please note that this does not necessarily enable the workaround,
599905e8c5dSWill Deacon	  as it depends on the alternative framework, which will only patch
600905e8c5dSWill Deacon	  the kernel if an affected CPU is detected.
601905e8c5dSWill Deacon
602905e8c5dSWill Deacon	  If unsure, say Y.
603905e8c5dSWill Deacon
604df057cc7SWill Deaconconfig ARM64_ERRATUM_843419
605df057cc7SWill Deacon	bool "Cortex-A53: 843419: A load or store might access an incorrect address"
606df057cc7SWill Deacon	default y
607df057cc7SWill Deacon	help
6086ffe9923SWill Deacon	  This option links the kernel with '--fix-cortex-a53-843419' and
609a257e025SArd Biesheuvel	  enables PLT support to replace certain ADRP instructions, which can
610a257e025SArd Biesheuvel	  cause subsequent memory accesses to use an incorrect address on
611a257e025SArd Biesheuvel	  Cortex-A53 parts up to r0p4.
612df057cc7SWill Deacon
613df057cc7SWill Deacon	  If unsure, say Y.
614df057cc7SWill Deacon
615987fdfecSMasahiro Yamadaconfig ARM64_LD_HAS_FIX_ERRATUM_843419
616987fdfecSMasahiro Yamada	def_bool $(ld-option,--fix-cortex-a53-843419)
617987fdfecSMasahiro Yamada
618ece1397cSSuzuki K Pouloseconfig ARM64_ERRATUM_1024718
619ece1397cSSuzuki K Poulose	bool "Cortex-A55: 1024718: Update of DBM/AP bits without break before make might result in incorrect update"
620ece1397cSSuzuki K Poulose	default y
621ece1397cSSuzuki K Poulose	help
622bc15cf70SWill Deacon	  This option adds a workaround for ARM Cortex-A55 Erratum 1024718.
623ece1397cSSuzuki K Poulose
624c0b15c25SSuzuki K Poulose	  Affected Cortex-A55 cores (all revisions) could cause incorrect
625ece1397cSSuzuki K Poulose	  update of the hardware dirty bit when the DBM/AP bits are updated
626ece1397cSSuzuki K Poulose	  without a break-before-make. The workaround is to disable the usage
627ece1397cSSuzuki K Poulose	  of hardware DBM locally on the affected cores. CPUs not affected by
628bc15cf70SWill Deacon	  this erratum will continue to use the feature.
629e41ceed0SJungseok Lee
6308c2c3df3SCatalin Marinas	  If unsure, say Y.
631e41ceed0SJungseok Lee
632a5325089SMarc Zyngierconfig ARM64_ERRATUM_1418040
6336989303aSMarc Zyngier	bool "Cortex-A76/Neoverse-N1: MRC read following MRRC read of specific Generic Timer in AArch32 might give incorrect result"
63495b861a4SMarc Zyngier	default y
635c2b5bba3SMarc Zyngier	depends on COMPAT
63695b861a4SMarc Zyngier	help
63724cf262dSWill Deacon	  This option adds a workaround for ARM Cortex-A76/Neoverse-N1
638a5325089SMarc Zyngier	  errata 1188873 and 1418040.
63995b861a4SMarc Zyngier
640a5325089SMarc Zyngier	  Affected Cortex-A76/Neoverse-N1 cores (r0p0 to r3p1) could
6416989303aSMarc Zyngier	  cause register corruption when accessing the timer registers
6426989303aSMarc Zyngier	  from AArch32 userspace.
64395b861a4SMarc Zyngier
64495b861a4SMarc Zyngier	  If unsure, say Y.
64595b861a4SMarc Zyngier
64602ab1f50SAndrew Scullconfig ARM64_WORKAROUND_SPECULATIVE_AT
647e85d68faSSteven Price	bool
648e85d68faSSteven Price
649a457b0f7SMarc Zyngierconfig ARM64_ERRATUM_1165522
65002ab1f50SAndrew Scull	bool "Cortex-A76: 1165522: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
651a457b0f7SMarc Zyngier	default y
65202ab1f50SAndrew Scull	select ARM64_WORKAROUND_SPECULATIVE_AT
653a457b0f7SMarc Zyngier	help
654bc15cf70SWill Deacon	  This option adds a workaround for ARM Cortex-A76 erratum 1165522.
655a457b0f7SMarc Zyngier
656a457b0f7SMarc Zyngier	  Affected Cortex-A76 cores (r0p0, r1p0, r2p0) could end-up with
657a457b0f7SMarc Zyngier	  corrupted TLBs by speculating an AT instruction during a guest
658a457b0f7SMarc Zyngier	  context switch.
659a457b0f7SMarc Zyngier
660a457b0f7SMarc Zyngier	  If unsure, say Y.
661a457b0f7SMarc Zyngier
66202ab1f50SAndrew Scullconfig ARM64_ERRATUM_1319367
66302ab1f50SAndrew Scull	bool "Cortex-A57/A72: 1319537: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
664275fa0eaSSteven Price	default y
66502ab1f50SAndrew Scull	select ARM64_WORKAROUND_SPECULATIVE_AT
66602ab1f50SAndrew Scull	help
66702ab1f50SAndrew Scull	  This option adds work arounds for ARM Cortex-A57 erratum 1319537
66802ab1f50SAndrew Scull	  and A72 erratum 1319367
66902ab1f50SAndrew Scull
67002ab1f50SAndrew Scull	  Cortex-A57 and A72 cores could end-up with corrupted TLBs by
67102ab1f50SAndrew Scull	  speculating an AT instruction during a guest context switch.
67202ab1f50SAndrew Scull
67302ab1f50SAndrew Scull	  If unsure, say Y.
67402ab1f50SAndrew Scull
67502ab1f50SAndrew Scullconfig ARM64_ERRATUM_1530923
67602ab1f50SAndrew Scull	bool "Cortex-A55: 1530923: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
67702ab1f50SAndrew Scull	default y
67802ab1f50SAndrew Scull	select ARM64_WORKAROUND_SPECULATIVE_AT
679275fa0eaSSteven Price	help
680275fa0eaSSteven Price	  This option adds a workaround for ARM Cortex-A55 erratum 1530923.
681275fa0eaSSteven Price
682275fa0eaSSteven Price	  Affected Cortex-A55 cores (r0p0, r0p1, r1p0, r2p0) could end-up with
683275fa0eaSSteven Price	  corrupted TLBs by speculating an AT instruction during a guest
684275fa0eaSSteven Price	  context switch.
685275fa0eaSSteven Price
686275fa0eaSSteven Price	  If unsure, say Y.
687275fa0eaSSteven Price
688ebcea694SGeert Uytterhoevenconfig ARM64_WORKAROUND_REPEAT_TLBI
689ebcea694SGeert Uytterhoeven	bool
690ebcea694SGeert Uytterhoeven
691171df580SJames Morseconfig ARM64_ERRATUM_2441007
692171df580SJames Morse	bool "Cortex-A55: Completion of affected memory accesses might not be guaranteed by completion of a TLBI"
693171df580SJames Morse	default y
694171df580SJames Morse	select ARM64_WORKAROUND_REPEAT_TLBI
695171df580SJames Morse	help
696171df580SJames Morse	  This option adds a workaround for ARM Cortex-A55 erratum #2441007.
697171df580SJames Morse
698171df580SJames Morse	  Under very rare circumstances, affected Cortex-A55 CPUs
699171df580SJames Morse	  may not handle a race between a break-before-make sequence on one
700171df580SJames Morse	  CPU, and another CPU accessing the same page. This could allow a
701171df580SJames Morse	  store to a page that has been unmapped.
702171df580SJames Morse
703171df580SJames Morse	  Work around this by adding the affected CPUs to the list that needs
704171df580SJames Morse	  TLB sequences to be done twice.
705171df580SJames Morse
706171df580SJames Morse	  If unsure, say Y.
707171df580SJames Morse
708ce8c80c5SCatalin Marinasconfig ARM64_ERRATUM_1286807
709ce8c80c5SCatalin Marinas	bool "Cortex-A76: Modification of the translation table for a virtual address might lead to read-after-read ordering violation"
710ce8c80c5SCatalin Marinas	default y
711ce8c80c5SCatalin Marinas	select ARM64_WORKAROUND_REPEAT_TLBI
712ce8c80c5SCatalin Marinas	help
713bc15cf70SWill Deacon	  This option adds a workaround for ARM Cortex-A76 erratum 1286807.
714ce8c80c5SCatalin Marinas
715ce8c80c5SCatalin Marinas	  On the affected Cortex-A76 cores (r0p0 to r3p0), if a virtual
716ce8c80c5SCatalin Marinas	  address for a cacheable mapping of a location is being
717ce8c80c5SCatalin Marinas	  accessed by a core while another core is remapping the virtual
718ce8c80c5SCatalin Marinas	  address to a new physical page using the recommended
719ce8c80c5SCatalin Marinas	  break-before-make sequence, then under very rare circumstances
720ce8c80c5SCatalin Marinas	  TLBI+DSB completes before a read using the translation being
721ce8c80c5SCatalin Marinas	  invalidated has been observed by other observers. The
722ce8c80c5SCatalin Marinas	  workaround repeats the TLBI+DSB operation.
723ce8c80c5SCatalin Marinas
724969f5ea6SWill Deaconconfig ARM64_ERRATUM_1463225
725969f5ea6SWill Deacon	bool "Cortex-A76: Software Step might prevent interrupt recognition"
726969f5ea6SWill Deacon	default y
727969f5ea6SWill Deacon	help
728969f5ea6SWill Deacon	  This option adds a workaround for Arm Cortex-A76 erratum 1463225.
729969f5ea6SWill Deacon
730969f5ea6SWill Deacon	  On the affected Cortex-A76 cores (r0p0 to r3p1), software stepping
731969f5ea6SWill Deacon	  of a system call instruction (SVC) can prevent recognition of
732969f5ea6SWill Deacon	  subsequent interrupts when software stepping is disabled in the
733969f5ea6SWill Deacon	  exception handler of the system call and either kernel debugging
734969f5ea6SWill Deacon	  is enabled or VHE is in use.
735969f5ea6SWill Deacon
736969f5ea6SWill Deacon	  Work around the erratum by triggering a dummy step exception
737969f5ea6SWill Deacon	  when handling a system call from a task that is being stepped
738969f5ea6SWill Deacon	  in a VHE configuration of the kernel.
739969f5ea6SWill Deacon
740969f5ea6SWill Deacon	  If unsure, say Y.
741969f5ea6SWill Deacon
74205460849SJames Morseconfig ARM64_ERRATUM_1542419
74305460849SJames Morse	bool "Neoverse-N1: workaround mis-ordering of instruction fetches"
74405460849SJames Morse	default y
74505460849SJames Morse	help
74605460849SJames Morse	  This option adds a workaround for ARM Neoverse-N1 erratum
74705460849SJames Morse	  1542419.
74805460849SJames Morse
74905460849SJames Morse	  Affected Neoverse-N1 cores could execute a stale instruction when
75005460849SJames Morse	  modified by another CPU. The workaround depends on a firmware
75105460849SJames Morse	  counterpart.
75205460849SJames Morse
75305460849SJames Morse	  Workaround the issue by hiding the DIC feature from EL0. This
75405460849SJames Morse	  forces user-space to perform cache maintenance.
75505460849SJames Morse
75605460849SJames Morse	  If unsure, say Y.
75705460849SJames Morse
75896d389caSRob Herringconfig ARM64_ERRATUM_1508412
75996d389caSRob Herring	bool "Cortex-A77: 1508412: workaround deadlock on sequence of NC/Device load and store exclusive or PAR read"
76096d389caSRob Herring	default y
76196d389caSRob Herring	help
76296d389caSRob Herring	  This option adds a workaround for Arm Cortex-A77 erratum 1508412.
76396d389caSRob Herring
76496d389caSRob Herring	  Affected Cortex-A77 cores (r0p0, r1p0) could deadlock on a sequence
76596d389caSRob Herring	  of a store-exclusive or read of PAR_EL1 and a load with device or
76696d389caSRob Herring	  non-cacheable memory attributes. The workaround depends on a firmware
76796d389caSRob Herring	  counterpart.
76896d389caSRob Herring
76996d389caSRob Herring	  KVM guests must also have the workaround implemented or they can
77096d389caSRob Herring	  deadlock the system.
77196d389caSRob Herring
77296d389caSRob Herring	  Work around the issue by inserting DMB SY barriers around PAR_EL1
77396d389caSRob Herring	  register reads and warning KVM users. The DMB barrier is sufficient
77496d389caSRob Herring	  to prevent a speculative PAR_EL1 read.
77596d389caSRob Herring
77696d389caSRob Herring	  If unsure, say Y.
77796d389caSRob Herring
778b9d216fcSSuzuki K Pouloseconfig ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
779b9d216fcSSuzuki K Poulose	bool
780b9d216fcSSuzuki K Poulose
781297ae1ebSJames Morseconfig ARM64_ERRATUM_2051678
782297ae1ebSJames Morse	bool "Cortex-A510: 2051678: disable Hardware Update of the page table dirty bit"
783a4b92cebSMark Brown	default y
784297ae1ebSJames Morse	help
785297ae1ebSJames Morse	  This options adds the workaround for ARM Cortex-A510 erratum ARM64_ERRATUM_2051678.
7860ff74a23SKen Kurematsu	  Affected Cortex-A510 might not respect the ordering rules for
787297ae1ebSJames Morse	  hardware update of the page table's dirty bit. The workaround
788297ae1ebSJames Morse	  is to not enable the feature on affected CPUs.
789297ae1ebSJames Morse
790297ae1ebSJames Morse	  If unsure, say Y.
791297ae1ebSJames Morse
7921dd498e5SJames Morseconfig ARM64_ERRATUM_2077057
7931dd498e5SJames Morse	bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2"
7944c11113cSMark Brown	default y
7951dd498e5SJames Morse	help
7961dd498e5SJames Morse	  This option adds the workaround for ARM Cortex-A510 erratum 2077057.
7971dd498e5SJames Morse	  Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is
7981dd498e5SJames Morse	  expected, but a Pointer Authentication trap is taken instead. The
7991dd498e5SJames Morse	  erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow
8001dd498e5SJames Morse	  EL1 to cause a return to EL2 with a guest controlled ELR_EL2.
8011dd498e5SJames Morse
8021dd498e5SJames Morse	  This can only happen when EL2 is stepping EL1.
8031dd498e5SJames Morse
8041dd498e5SJames Morse	  When these conditions occur, the SPSR_EL2 value is unchanged from the
8051dd498e5SJames Morse	  previous guest entry, and can be restored from the in-memory copy.
8061dd498e5SJames Morse
8071dd498e5SJames Morse	  If unsure, say Y.
8081dd498e5SJames Morse
8091bdb0fbbSJames Morseconfig ARM64_ERRATUM_2658417
8101bdb0fbbSJames Morse	bool "Cortex-A510: 2658417: remove BF16 support due to incorrect result"
8111bdb0fbbSJames Morse	default y
8121bdb0fbbSJames Morse	help
8131bdb0fbbSJames Morse	  This option adds the workaround for ARM Cortex-A510 erratum 2658417.
8141bdb0fbbSJames Morse	  Affected Cortex-A510 (r0p0 to r1p1) may produce the wrong result for
8151bdb0fbbSJames Morse	  BFMMLA or VMMLA instructions in rare circumstances when a pair of
8161bdb0fbbSJames Morse	  A510 CPUs are using shared neon hardware. As the sharing is not
8171bdb0fbbSJames Morse	  discoverable by the kernel, hide the BF16 HWCAP to indicate that
8181bdb0fbbSJames Morse	  user-space should not be using these instructions.
8191bdb0fbbSJames Morse
8201bdb0fbbSJames Morse	  If unsure, say Y.
8211bdb0fbbSJames Morse
822b9d216fcSSuzuki K Pouloseconfig ARM64_ERRATUM_2119858
823eb30d838SAnshuman Khandual	bool "Cortex-A710/X2: 2119858: workaround TRBE overwriting trace data in FILL mode"
824b9d216fcSSuzuki K Poulose	default y
825b9d216fcSSuzuki K Poulose	depends on CORESIGHT_TRBE
826b9d216fcSSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
827b9d216fcSSuzuki K Poulose	help
828eb30d838SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A710/X2 erratum 2119858.
829b9d216fcSSuzuki K Poulose
830eb30d838SAnshuman Khandual	  Affected Cortex-A710/X2 cores could overwrite up to 3 cache lines of trace
831b9d216fcSSuzuki K Poulose	  data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
832b9d216fcSSuzuki K Poulose	  the event of a WRAP event.
833b9d216fcSSuzuki K Poulose
834b9d216fcSSuzuki K Poulose	  Work around the issue by always making sure we move the TRBPTR_EL1 by
835b9d216fcSSuzuki K Poulose	  256 bytes before enabling the buffer and filling the first 256 bytes of
836b9d216fcSSuzuki K Poulose	  the buffer with ETM ignore packets upon disabling.
837b9d216fcSSuzuki K Poulose
838b9d216fcSSuzuki K Poulose	  If unsure, say Y.
839b9d216fcSSuzuki K Poulose
840b9d216fcSSuzuki K Pouloseconfig ARM64_ERRATUM_2139208
841b9d216fcSSuzuki K Poulose	bool "Neoverse-N2: 2139208: workaround TRBE overwriting trace data in FILL mode"
842b9d216fcSSuzuki K Poulose	default y
843b9d216fcSSuzuki K Poulose	depends on CORESIGHT_TRBE
844b9d216fcSSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
845b9d216fcSSuzuki K Poulose	help
846b9d216fcSSuzuki K Poulose	  This option adds the workaround for ARM Neoverse-N2 erratum 2139208.
847b9d216fcSSuzuki K Poulose
848b9d216fcSSuzuki K Poulose	  Affected Neoverse-N2 cores could overwrite up to 3 cache lines of trace
849b9d216fcSSuzuki K Poulose	  data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
850b9d216fcSSuzuki K Poulose	  the event of a WRAP event.
851b9d216fcSSuzuki K Poulose
852b9d216fcSSuzuki K Poulose	  Work around the issue by always making sure we move the TRBPTR_EL1 by
853b9d216fcSSuzuki K Poulose	  256 bytes before enabling the buffer and filling the first 256 bytes of
854b9d216fcSSuzuki K Poulose	  the buffer with ETM ignore packets upon disabling.
855b9d216fcSSuzuki K Poulose
856b9d216fcSSuzuki K Poulose	  If unsure, say Y.
857b9d216fcSSuzuki K Poulose
858fa82d0b4SSuzuki K Pouloseconfig ARM64_WORKAROUND_TSB_FLUSH_FAILURE
859fa82d0b4SSuzuki K Poulose	bool
860fa82d0b4SSuzuki K Poulose
861fa82d0b4SSuzuki K Pouloseconfig ARM64_ERRATUM_2054223
862fa82d0b4SSuzuki K Poulose	bool "Cortex-A710: 2054223: workaround TSB instruction failing to flush trace"
863fa82d0b4SSuzuki K Poulose	default y
864fa82d0b4SSuzuki K Poulose	select ARM64_WORKAROUND_TSB_FLUSH_FAILURE
865fa82d0b4SSuzuki K Poulose	help
866fa82d0b4SSuzuki K Poulose	  Enable workaround for ARM Cortex-A710 erratum 2054223
867fa82d0b4SSuzuki K Poulose
868fa82d0b4SSuzuki K Poulose	  Affected cores may fail to flush the trace data on a TSB instruction, when
869fa82d0b4SSuzuki K Poulose	  the PE is in trace prohibited state. This will cause losing a few bytes
870fa82d0b4SSuzuki K Poulose	  of the trace cached.
871fa82d0b4SSuzuki K Poulose
872fa82d0b4SSuzuki K Poulose	  Workaround is to issue two TSB consecutively on affected cores.
873fa82d0b4SSuzuki K Poulose
874fa82d0b4SSuzuki K Poulose	  If unsure, say Y.
875fa82d0b4SSuzuki K Poulose
876fa82d0b4SSuzuki K Pouloseconfig ARM64_ERRATUM_2067961
877fa82d0b4SSuzuki K Poulose	bool "Neoverse-N2: 2067961: workaround TSB instruction failing to flush trace"
878fa82d0b4SSuzuki K Poulose	default y
879fa82d0b4SSuzuki K Poulose	select ARM64_WORKAROUND_TSB_FLUSH_FAILURE
880fa82d0b4SSuzuki K Poulose	help
881fa82d0b4SSuzuki K Poulose	  Enable workaround for ARM Neoverse-N2 erratum 2067961
882fa82d0b4SSuzuki K Poulose
883fa82d0b4SSuzuki K Poulose	  Affected cores may fail to flush the trace data on a TSB instruction, when
884fa82d0b4SSuzuki K Poulose	  the PE is in trace prohibited state. This will cause losing a few bytes
885fa82d0b4SSuzuki K Poulose	  of the trace cached.
886fa82d0b4SSuzuki K Poulose
887fa82d0b4SSuzuki K Poulose	  Workaround is to issue two TSB consecutively on affected cores.
888fa82d0b4SSuzuki K Poulose
889fa82d0b4SSuzuki K Poulose	  If unsure, say Y.
890fa82d0b4SSuzuki K Poulose
8918d81b2a3SSuzuki K Pouloseconfig ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
8928d81b2a3SSuzuki K Poulose	bool
8938d81b2a3SSuzuki K Poulose
8948d81b2a3SSuzuki K Pouloseconfig ARM64_ERRATUM_2253138
8958d81b2a3SSuzuki K Poulose	bool "Neoverse-N2: 2253138: workaround TRBE writing to address out-of-range"
8968d81b2a3SSuzuki K Poulose	depends on CORESIGHT_TRBE
8978d81b2a3SSuzuki K Poulose	default y
8988d81b2a3SSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
8998d81b2a3SSuzuki K Poulose	help
9008d81b2a3SSuzuki K Poulose	  This option adds the workaround for ARM Neoverse-N2 erratum 2253138.
9018d81b2a3SSuzuki K Poulose
9028d81b2a3SSuzuki K Poulose	  Affected Neoverse-N2 cores might write to an out-of-range address, not reserved
9038d81b2a3SSuzuki K Poulose	  for TRBE. Under some conditions, the TRBE might generate a write to the next
9048d81b2a3SSuzuki K Poulose	  virtually addressed page following the last page of the TRBE address space
9058d81b2a3SSuzuki K Poulose	  (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base.
9068d81b2a3SSuzuki K Poulose
9078d81b2a3SSuzuki K Poulose	  Work around this in the driver by always making sure that there is a
9088d81b2a3SSuzuki K Poulose	  page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE.
9098d81b2a3SSuzuki K Poulose
9108d81b2a3SSuzuki K Poulose	  If unsure, say Y.
9118d81b2a3SSuzuki K Poulose
9128d81b2a3SSuzuki K Pouloseconfig ARM64_ERRATUM_2224489
913eb30d838SAnshuman Khandual	bool "Cortex-A710/X2: 2224489: workaround TRBE writing to address out-of-range"
9148d81b2a3SSuzuki K Poulose	depends on CORESIGHT_TRBE
9158d81b2a3SSuzuki K Poulose	default y
9168d81b2a3SSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
9178d81b2a3SSuzuki K Poulose	help
918eb30d838SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A710/X2 erratum 2224489.
9198d81b2a3SSuzuki K Poulose
920eb30d838SAnshuman Khandual	  Affected Cortex-A710/X2 cores might write to an out-of-range address, not reserved
9218d81b2a3SSuzuki K Poulose	  for TRBE. Under some conditions, the TRBE might generate a write to the next
9228d81b2a3SSuzuki K Poulose	  virtually addressed page following the last page of the TRBE address space
9238d81b2a3SSuzuki K Poulose	  (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base.
9248d81b2a3SSuzuki K Poulose
9258d81b2a3SSuzuki K Poulose	  Work around this in the driver by always making sure that there is a
9268d81b2a3SSuzuki K Poulose	  page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE.
9278d81b2a3SSuzuki K Poulose
9288d81b2a3SSuzuki K Poulose	  If unsure, say Y.
9298d81b2a3SSuzuki K Poulose
93039fdb65fSJames Morseconfig ARM64_ERRATUM_2441009
93139fdb65fSJames Morse	bool "Cortex-A510: Completion of affected memory accesses might not be guaranteed by completion of a TLBI"
93239fdb65fSJames Morse	default y
93339fdb65fSJames Morse	select ARM64_WORKAROUND_REPEAT_TLBI
93439fdb65fSJames Morse	help
93539fdb65fSJames Morse	  This option adds a workaround for ARM Cortex-A510 erratum #2441009.
93639fdb65fSJames Morse
93739fdb65fSJames Morse	  Under very rare circumstances, affected Cortex-A510 CPUs
93839fdb65fSJames Morse	  may not handle a race between a break-before-make sequence on one
93939fdb65fSJames Morse	  CPU, and another CPU accessing the same page. This could allow a
94039fdb65fSJames Morse	  store to a page that has been unmapped.
94139fdb65fSJames Morse
94239fdb65fSJames Morse	  Work around this by adding the affected CPUs to the list that needs
94339fdb65fSJames Morse	  TLB sequences to be done twice.
94439fdb65fSJames Morse
94539fdb65fSJames Morse	  If unsure, say Y.
94639fdb65fSJames Morse
947607a9afaSAnshuman Khandualconfig ARM64_ERRATUM_2064142
948607a9afaSAnshuman Khandual	bool "Cortex-A510: 2064142: workaround TRBE register writes while disabled"
949ac0ba210SAnshuman Khandual	depends on CORESIGHT_TRBE
950607a9afaSAnshuman Khandual	default y
951607a9afaSAnshuman Khandual	help
952607a9afaSAnshuman Khandual	  This option adds the workaround for ARM Cortex-A510 erratum 2064142.
953607a9afaSAnshuman Khandual
954607a9afaSAnshuman Khandual	  Affected Cortex-A510 core might fail to write into system registers after the
955607a9afaSAnshuman Khandual	  TRBE has been disabled. Under some conditions after the TRBE has been disabled
956607a9afaSAnshuman Khandual	  writes into TRBE registers TRBLIMITR_EL1, TRBPTR_EL1, TRBBASER_EL1, TRBSR_EL1,
957607a9afaSAnshuman Khandual	  and TRBTRG_EL1 will be ignored and will not be effected.
958607a9afaSAnshuman Khandual
959607a9afaSAnshuman Khandual	  Work around this in the driver by executing TSB CSYNC and DSB after collection
960607a9afaSAnshuman Khandual	  is stopped and before performing a system register write to one of the affected
961607a9afaSAnshuman Khandual	  registers.
962607a9afaSAnshuman Khandual
963607a9afaSAnshuman Khandual	  If unsure, say Y.
964607a9afaSAnshuman Khandual
9653bd94a87SAnshuman Khandualconfig ARM64_ERRATUM_2038923
9663bd94a87SAnshuman Khandual	bool "Cortex-A510: 2038923: workaround TRBE corruption with enable"
967f209e9feSAnshuman Khandual	depends on CORESIGHT_TRBE
9683bd94a87SAnshuman Khandual	default y
9693bd94a87SAnshuman Khandual	help
9703bd94a87SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A510 erratum 2038923.
9713bd94a87SAnshuman Khandual
9723bd94a87SAnshuman Khandual	  Affected Cortex-A510 core might cause an inconsistent view on whether trace is
9733bd94a87SAnshuman Khandual	  prohibited within the CPU. As a result, the trace buffer or trace buffer state
9743bd94a87SAnshuman Khandual	  might be corrupted. This happens after TRBE buffer has been enabled by setting
9753bd94a87SAnshuman Khandual	  TRBLIMITR_EL1.E, followed by just a single context synchronization event before
9763bd94a87SAnshuman Khandual	  execution changes from a context, in which trace is prohibited to one where it
9773bd94a87SAnshuman Khandual	  isn't, or vice versa. In these mentioned conditions, the view of whether trace
9783bd94a87SAnshuman Khandual	  is prohibited is inconsistent between parts of the CPU, and the trace buffer or
9793bd94a87SAnshuman Khandual	  the trace buffer state might be corrupted.
9803bd94a87SAnshuman Khandual
9813bd94a87SAnshuman Khandual	  Work around this in the driver by preventing an inconsistent view of whether the
9823bd94a87SAnshuman Khandual	  trace is prohibited or not based on TRBLIMITR_EL1.E by immediately following a
9833bd94a87SAnshuman Khandual	  change to TRBLIMITR_EL1.E with at least one ISB instruction before an ERET, or
9843bd94a87SAnshuman Khandual	  two ISB instructions if no ERET is to take place.
9853bd94a87SAnshuman Khandual
9863bd94a87SAnshuman Khandual	  If unsure, say Y.
9873bd94a87SAnshuman Khandual
988708e8af4SAnshuman Khandualconfig ARM64_ERRATUM_1902691
989708e8af4SAnshuman Khandual	bool "Cortex-A510: 1902691: workaround TRBE trace corruption"
9903a828845SAnshuman Khandual	depends on CORESIGHT_TRBE
991708e8af4SAnshuman Khandual	default y
992708e8af4SAnshuman Khandual	help
993708e8af4SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A510 erratum 1902691.
994708e8af4SAnshuman Khandual
995708e8af4SAnshuman Khandual	  Affected Cortex-A510 core might cause trace data corruption, when being written
996708e8af4SAnshuman Khandual	  into the memory. Effectively TRBE is broken and hence cannot be used to capture
997708e8af4SAnshuman Khandual	  trace data.
998708e8af4SAnshuman Khandual
999708e8af4SAnshuman Khandual	  Work around this problem in the driver by just preventing TRBE initialization on
1000708e8af4SAnshuman Khandual	  affected cpus. The firmware must have disabled the access to TRBE for the kernel
1001708e8af4SAnshuman Khandual	  on such implementations. This will cover the kernel for any firmware that doesn't
1002708e8af4SAnshuman Khandual	  do this already.
1003708e8af4SAnshuman Khandual
1004708e8af4SAnshuman Khandual	  If unsure, say Y.
1005708e8af4SAnshuman Khandual
1006e89d120cSIonela Voinescuconfig ARM64_ERRATUM_2457168
1007e89d120cSIonela Voinescu	bool "Cortex-A510: 2457168: workaround for AMEVCNTR01 incrementing incorrectly"
1008e89d120cSIonela Voinescu	depends on ARM64_AMU_EXTN
1009e89d120cSIonela Voinescu	default y
1010e89d120cSIonela Voinescu	help
1011e89d120cSIonela Voinescu	  This option adds the workaround for ARM Cortex-A510 erratum 2457168.
1012e89d120cSIonela Voinescu
1013e89d120cSIonela Voinescu	  The AMU counter AMEVCNTR01 (constant counter) should increment at the same rate
1014e89d120cSIonela Voinescu	  as the system counter. On affected Cortex-A510 cores AMEVCNTR01 increments
1015e89d120cSIonela Voinescu	  incorrectly giving a significantly higher output value.
1016e89d120cSIonela Voinescu
1017e89d120cSIonela Voinescu	  Work around this problem by returning 0 when reading the affected counter in
1018e89d120cSIonela Voinescu	  key locations that results in disabling all users of this counter. This effect
1019e89d120cSIonela Voinescu	  is the same to firmware disabling affected counters.
1020e89d120cSIonela Voinescu
1021e89d120cSIonela Voinescu	  If unsure, say Y.
1022e89d120cSIonela Voinescu
10235db568e7SAnshuman Khandualconfig ARM64_ERRATUM_2645198
10245db568e7SAnshuman Khandual	bool "Cortex-A715: 2645198: Workaround possible [ESR|FAR]_ELx corruption"
10255db568e7SAnshuman Khandual	default y
10265db568e7SAnshuman Khandual	help
10275db568e7SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A715 erratum 2645198.
10285db568e7SAnshuman Khandual
10295db568e7SAnshuman Khandual	  If a Cortex-A715 cpu sees a page mapping permissions change from executable
10305db568e7SAnshuman Khandual	  to non-executable, it may corrupt the ESR_ELx and FAR_ELx registers on the
10315db568e7SAnshuman Khandual	  next instruction abort caused by permission fault.
10325db568e7SAnshuman Khandual
10335db568e7SAnshuman Khandual	  Only user-space does executable to non-executable permission transition via
10345db568e7SAnshuman Khandual	  mprotect() system call. Workaround the problem by doing a break-before-make
10355db568e7SAnshuman Khandual	  TLB invalidation, for all changes to executable user space mappings.
10365db568e7SAnshuman Khandual
10375db568e7SAnshuman Khandual	  If unsure, say Y.
10385db568e7SAnshuman Khandual
1039236a9bf2SRob Herringconfig ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1040236a9bf2SRob Herring	bool
1041236a9bf2SRob Herring
1042471470bcSRob Herringconfig ARM64_ERRATUM_2966298
1043471470bcSRob Herring	bool "Cortex-A520: 2966298: workaround for speculatively executed unprivileged load"
1044236a9bf2SRob Herring	select ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1045471470bcSRob Herring	default y
1046471470bcSRob Herring	help
1047471470bcSRob Herring	  This option adds the workaround for ARM Cortex-A520 erratum 2966298.
1048471470bcSRob Herring
1049471470bcSRob Herring	  On an affected Cortex-A520 core, a speculatively executed unprivileged
1050471470bcSRob Herring	  load might leak data from a privileged level via a cache side channel.
1051471470bcSRob Herring
1052471470bcSRob Herring	  Work around this problem by executing a TLBI before returning to EL0.
1053471470bcSRob Herring
1054471470bcSRob Herring	  If unsure, say Y.
1055471470bcSRob Herring
1056f5da59f2SRob Herringconfig ARM64_ERRATUM_3117295
1057f5da59f2SRob Herring	bool "Cortex-A510: 3117295: workaround for speculatively executed unprivileged load"
1058f5da59f2SRob Herring	select ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1059f5da59f2SRob Herring	default y
1060f5da59f2SRob Herring	help
1061f5da59f2SRob Herring	  This option adds the workaround for ARM Cortex-A510 erratum 3117295.
1062f5da59f2SRob Herring
1063f5da59f2SRob Herring	  On an affected Cortex-A510 core, a speculatively executed unprivileged
1064f5da59f2SRob Herring	  load might leak data from a privileged level via a cache side channel.
1065f5da59f2SRob Herring
1066f5da59f2SRob Herring	  Work around this problem by executing a TLBI before returning to EL0.
1067f5da59f2SRob Herring
1068f5da59f2SRob Herring	  If unsure, say Y.
1069f5da59f2SRob Herring
107093696d8fSMark Rutlandconfig ARM64_ERRATUM_3194386
1071745eec68SMark Rutland	bool "Cortex-*/Neoverse-*: workaround for MSR SSBS not self-synchronizing"
107293696d8fSMark Rutland	default y
107393696d8fSMark Rutland	help
1074771746afSMark Rutland	  This option adds the workaround for the following errata:
1075771746afSMark Rutland
1076745eec68SMark Rutland	  * ARM Cortex-A76 erratum 3324349
1077745eec68SMark Rutland	  * ARM Cortex-A77 erratum 3324348
1078745eec68SMark Rutland	  * ARM Cortex-A78 erratum 3324344
1079745eec68SMark Rutland	  * ARM Cortex-A78C erratum 3324346
1080745eec68SMark Rutland	  * ARM Cortex-A78C erratum 3324347
1081b9bf5335SMark Rutland	  * ARM Cortex-A710 erratam 3324338
10823c38faa3SMark Rutland	  * ARM Cortex-A715 errartum 3456084
1083b9bf5335SMark Rutland	  * ARM Cortex-A720 erratum 3456091
1084745eec68SMark Rutland	  * ARM Cortex-A725 erratum 3456106
1085745eec68SMark Rutland	  * ARM Cortex-X1 erratum 3324344
1086745eec68SMark Rutland	  * ARM Cortex-X1C erratum 3324346
1087b9bf5335SMark Rutland	  * ARM Cortex-X2 erratum 3324338
1088b9bf5335SMark Rutland	  * ARM Cortex-X3 erratum 3324335
1089771746afSMark Rutland	  * ARM Cortex-X4 erratum 3194386
1090b9bf5335SMark Rutland	  * ARM Cortex-X925 erratum 3324334
1091745eec68SMark Rutland	  * ARM Neoverse-N1 erratum 3324349
1092b9bf5335SMark Rutland	  * ARM Neoverse N2 erratum 3324339
10933c38faa3SMark Rutland	  * ARM Neoverse-N3 erratum 3456111
1094745eec68SMark Rutland	  * ARM Neoverse-V1 erratum 3324341
1095b9bf5335SMark Rutland	  * ARM Neoverse V2 erratum 3324336
1096771746afSMark Rutland	  * ARM Neoverse-V3 erratum 3312417
109793696d8fSMark Rutland
109893696d8fSMark Rutland	  On affected cores "MSR SSBS, #0" instructions may not affect
109993696d8fSMark Rutland	  subsequent speculative instructions, which may permit unexepected
110093696d8fSMark Rutland	  speculative store bypassing.
110193696d8fSMark Rutland
1102745eec68SMark Rutland	  Work around this problem by placing a Speculation Barrier (SB) or
1103745eec68SMark Rutland	  Instruction Synchronization Barrier (ISB) after kernel changes to
1104745eec68SMark Rutland	  SSBS. The presence of the SSBS special-purpose register is hidden
1105745eec68SMark Rutland	  from hwcaps and EL0 reads of ID_AA64PFR1_EL1, such that userspace
1106745eec68SMark Rutland	  will use the PR_SPEC_STORE_BYPASS prctl to change SSBS.
110793696d8fSMark Rutland
110893696d8fSMark Rutland	  If unsure, say Y.
110993696d8fSMark Rutland
111094100970SRobert Richterconfig CAVIUM_ERRATUM_22375
111194100970SRobert Richter	bool "Cavium erratum 22375, 24313"
111294100970SRobert Richter	default y
111394100970SRobert Richter	help
1114bc15cf70SWill Deacon	  Enable workaround for errata 22375 and 24313.
111594100970SRobert Richter
111694100970SRobert Richter	  This implements two gicv3-its errata workarounds for ThunderX. Both
1117bc15cf70SWill Deacon	  with a small impact affecting only ITS table allocation.
111894100970SRobert Richter
111994100970SRobert Richter	    erratum 22375: only alloc 8MB table size
112094100970SRobert Richter	    erratum 24313: ignore memory access type
112194100970SRobert Richter
112294100970SRobert Richter	  The fixes are in ITS initialization and basically ignore memory access
112394100970SRobert Richter	  type and table size provided by the TYPER and BASER registers.
112494100970SRobert Richter
112594100970SRobert Richter	  If unsure, say Y.
112694100970SRobert Richter
1127fbf8f40eSGanapatrao Kulkarniconfig CAVIUM_ERRATUM_23144
1128fbf8f40eSGanapatrao Kulkarni	bool "Cavium erratum 23144: ITS SYNC hang on dual socket system"
1129fbf8f40eSGanapatrao Kulkarni	depends on NUMA
1130fbf8f40eSGanapatrao Kulkarni	default y
1131fbf8f40eSGanapatrao Kulkarni	help
1132fbf8f40eSGanapatrao Kulkarni	  ITS SYNC command hang for cross node io and collections/cpu mapping.
1133fbf8f40eSGanapatrao Kulkarni
1134fbf8f40eSGanapatrao Kulkarni	  If unsure, say Y.
1135fbf8f40eSGanapatrao Kulkarni
11366d4e11c5SRobert Richterconfig CAVIUM_ERRATUM_23154
113724a147bcSLinu Cherian	bool "Cavium errata 23154 and 38545: GICv3 lacks HW synchronisation"
11386d4e11c5SRobert Richter	default y
11396d4e11c5SRobert Richter	help
114024a147bcSLinu Cherian	  The ThunderX GICv3 implementation requires a modified version for
11416d4e11c5SRobert Richter	  reading the IAR status to ensure data synchronization
11426d4e11c5SRobert Richter	  (access to icc_iar1_el1 is not sync'ed before and after).
11436d4e11c5SRobert Richter
114424a147bcSLinu Cherian	  It also suffers from erratum 38545 (also present on Marvell's
114524a147bcSLinu Cherian	  OcteonTX and OcteonTX2), resulting in deactivated interrupts being
114624a147bcSLinu Cherian	  spuriously presented to the CPU interface.
114724a147bcSLinu Cherian
11486d4e11c5SRobert Richter	  If unsure, say Y.
11496d4e11c5SRobert Richter
1150104a0c02SAndrew Pinskiconfig CAVIUM_ERRATUM_27456
1151104a0c02SAndrew Pinski	bool "Cavium erratum 27456: Broadcast TLBI instructions may cause icache corruption"
1152104a0c02SAndrew Pinski	default y
1153104a0c02SAndrew Pinski	help
1154104a0c02SAndrew Pinski	  On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI
1155104a0c02SAndrew Pinski	  instructions may cause the icache to become corrupted if it
1156104a0c02SAndrew Pinski	  contains data for a non-current ASID.  The fix is to
1157104a0c02SAndrew Pinski	  invalidate the icache when changing the mm context.
1158104a0c02SAndrew Pinski
1159104a0c02SAndrew Pinski	  If unsure, say Y.
1160104a0c02SAndrew Pinski
1161690a3415SDavid Daneyconfig CAVIUM_ERRATUM_30115
1162690a3415SDavid Daney	bool "Cavium erratum 30115: Guest may disable interrupts in host"
1163690a3415SDavid Daney	default y
1164690a3415SDavid Daney	help
1165690a3415SDavid Daney	  On ThunderX T88 pass 1.x through 2.2, T81 pass 1.0 through
1166690a3415SDavid Daney	  1.2, and T83 Pass 1.0, KVM guest execution may disable
1167690a3415SDavid Daney	  interrupts in host. Trapping both GICv3 group-0 and group-1
1168690a3415SDavid Daney	  accesses sidesteps the issue.
1169690a3415SDavid Daney
1170690a3415SDavid Daney	  If unsure, say Y.
1171690a3415SDavid Daney
1172603afdc9SMarc Zyngierconfig CAVIUM_TX2_ERRATUM_219
1173603afdc9SMarc Zyngier	bool "Cavium ThunderX2 erratum 219: PRFM between TTBR change and ISB fails"
1174603afdc9SMarc Zyngier	default y
1175603afdc9SMarc Zyngier	help
1176603afdc9SMarc Zyngier	  On Cavium ThunderX2, a load, store or prefetch instruction between a
1177603afdc9SMarc Zyngier	  TTBR update and the corresponding context synchronizing operation can
1178603afdc9SMarc Zyngier	  cause a spurious Data Abort to be delivered to any hardware thread in
1179603afdc9SMarc Zyngier	  the CPU core.
1180603afdc9SMarc Zyngier
1181603afdc9SMarc Zyngier	  Work around the issue by avoiding the problematic code sequence and
1182603afdc9SMarc Zyngier	  trapping KVM guest TTBRx_EL1 writes to EL2 when SMT is enabled. The
1183603afdc9SMarc Zyngier	  trap handler performs the corresponding register access, skips the
1184603afdc9SMarc Zyngier	  instruction and ensures context synchronization by virtue of the
1185603afdc9SMarc Zyngier	  exception return.
1186603afdc9SMarc Zyngier
1187603afdc9SMarc Zyngier	  If unsure, say Y.
1188603afdc9SMarc Zyngier
1189ebcea694SGeert Uytterhoevenconfig FUJITSU_ERRATUM_010001
1190ebcea694SGeert Uytterhoeven	bool "Fujitsu-A64FX erratum E#010001: Undefined fault may occur wrongly"
1191ebcea694SGeert Uytterhoeven	default y
1192ebcea694SGeert Uytterhoeven	help
1193ebcea694SGeert Uytterhoeven	  This option adds a workaround for Fujitsu-A64FX erratum E#010001.
1194ebcea694SGeert Uytterhoeven	  On some variants of the Fujitsu-A64FX cores ver(1.0, 1.1), memory
1195ebcea694SGeert Uytterhoeven	  accesses may cause undefined fault (Data abort, DFSC=0b111111).
1196ebcea694SGeert Uytterhoeven	  This fault occurs under a specific hardware condition when a
1197ebcea694SGeert Uytterhoeven	  load/store instruction performs an address translation using:
1198ebcea694SGeert Uytterhoeven	  case-1  TTBR0_EL1 with TCR_EL1.NFD0 == 1.
1199ebcea694SGeert Uytterhoeven	  case-2  TTBR0_EL2 with TCR_EL2.NFD0 == 1.
1200ebcea694SGeert Uytterhoeven	  case-3  TTBR1_EL1 with TCR_EL1.NFD1 == 1.
1201ebcea694SGeert Uytterhoeven	  case-4  TTBR1_EL2 with TCR_EL2.NFD1 == 1.
1202ebcea694SGeert Uytterhoeven
1203ebcea694SGeert Uytterhoeven	  The workaround is to ensure these bits are clear in TCR_ELx.
1204ebcea694SGeert Uytterhoeven	  The workaround only affects the Fujitsu-A64FX.
1205ebcea694SGeert Uytterhoeven
1206ebcea694SGeert Uytterhoeven	  If unsure, say Y.
1207ebcea694SGeert Uytterhoeven
1208ebcea694SGeert Uytterhoevenconfig HISILICON_ERRATUM_161600802
1209ebcea694SGeert Uytterhoeven	bool "Hip07 161600802: Erroneous redistributor VLPI base"
1210ebcea694SGeert Uytterhoeven	default y
1211ebcea694SGeert Uytterhoeven	help
1212ebcea694SGeert Uytterhoeven	  The HiSilicon Hip07 SoC uses the wrong redistributor base
1213ebcea694SGeert Uytterhoeven	  when issued ITS commands such as VMOVP and VMAPP, and requires
1214ebcea694SGeert Uytterhoeven	  a 128kB offset to be applied to the target address in this commands.
1215ebcea694SGeert Uytterhoeven
1216ebcea694SGeert Uytterhoeven	  If unsure, say Y.
1217ebcea694SGeert Uytterhoeven
121838fd94b0SChristopher Covingtonconfig QCOM_FALKOR_ERRATUM_1003
121938fd94b0SChristopher Covington	bool "Falkor E1003: Incorrect translation due to ASID change"
122038fd94b0SChristopher Covington	default y
122138fd94b0SChristopher Covington	help
122238fd94b0SChristopher Covington	  On Falkor v1, an incorrect ASID may be cached in the TLB when ASID
1223d1777e68SWill Deacon	  and BADDR are changed together in TTBRx_EL1. Since we keep the ASID
1224d1777e68SWill Deacon	  in TTBR1_EL1, this situation only occurs in the entry trampoline and
1225d1777e68SWill Deacon	  then only for entries in the walk cache, since the leaf translation
1226d1777e68SWill Deacon	  is unchanged. Work around the erratum by invalidating the walk cache
1227d1777e68SWill Deacon	  entries for the trampoline before entering the kernel proper.
122838fd94b0SChristopher Covington
1229d9ff80f8SChristopher Covingtonconfig QCOM_FALKOR_ERRATUM_1009
1230d9ff80f8SChristopher Covington	bool "Falkor E1009: Prematurely complete a DSB after a TLBI"
1231d9ff80f8SChristopher Covington	default y
1232ce8c80c5SCatalin Marinas	select ARM64_WORKAROUND_REPEAT_TLBI
1233d9ff80f8SChristopher Covington	help
1234d9ff80f8SChristopher Covington	  On Falkor v1, the CPU may prematurely complete a DSB following a
1235d9ff80f8SChristopher Covington	  TLBI xxIS invalidate maintenance operation. Repeat the TLBI operation
1236d9ff80f8SChristopher Covington	  one more time to fix the issue.
1237d9ff80f8SChristopher Covington
1238d9ff80f8SChristopher Covington	  If unsure, say Y.
1239d9ff80f8SChristopher Covington
124090922a2dSShanker Donthineniconfig QCOM_QDF2400_ERRATUM_0065
124190922a2dSShanker Donthineni	bool "QDF2400 E0065: Incorrect GITS_TYPER.ITT_Entry_size"
124290922a2dSShanker Donthineni	default y
124390922a2dSShanker Donthineni	help
124490922a2dSShanker Donthineni	  On Qualcomm Datacenter Technologies QDF2400 SoC, ITS hardware reports
124590922a2dSShanker Donthineni	  ITE size incorrectly. The GITS_TYPER.ITT_Entry_size field should have
124690922a2dSShanker Donthineni	  been indicated as 16Bytes (0xf), not 8Bytes (0x7).
124790922a2dSShanker Donthineni
124890922a2dSShanker Donthineni	  If unsure, say Y.
124990922a2dSShanker Donthineni
1250932b50c7SShanker Donthineniconfig QCOM_FALKOR_ERRATUM_E1041
1251932b50c7SShanker Donthineni	bool "Falkor E1041: Speculative instruction fetches might cause errant memory access"
1252932b50c7SShanker Donthineni	default y
1253932b50c7SShanker Donthineni	help
1254932b50c7SShanker Donthineni	  Falkor CPU may speculatively fetch instructions from an improper
1255932b50c7SShanker Donthineni	  memory location when MMU translation is changed from SCTLR_ELn[M]=1
1256932b50c7SShanker Donthineni	  to SCTLR_ELn[M]=0. Prefix an ISB instruction to fix the problem.
1257932b50c7SShanker Donthineni
1258932b50c7SShanker Donthineni	  If unsure, say Y.
1259932b50c7SShanker Donthineni
126020109a85SRich Wileyconfig NVIDIA_CARMEL_CNP_ERRATUM
126120109a85SRich Wiley	bool "NVIDIA Carmel CNP: CNP on Carmel semantically different than ARM cores"
126220109a85SRich Wiley	default y
126320109a85SRich Wiley	help
126420109a85SRich Wiley	  If CNP is enabled on Carmel cores, non-sharable TLBIs on a core will not
126520109a85SRich Wiley	  invalidate shared TLB entries installed by a different core, as it would
126620109a85SRich Wiley	  on standard ARM cores.
126720109a85SRich Wiley
126820109a85SRich Wiley	  If unsure, say Y.
126920109a85SRich Wiley
1270a8707f55SSebastian Reichelconfig ROCKCHIP_ERRATUM_3588001
1271a8707f55SSebastian Reichel	bool "Rockchip 3588001: GIC600 can not support shareability attributes"
1272a8707f55SSebastian Reichel	default y
1273a8707f55SSebastian Reichel	help
1274a8707f55SSebastian Reichel	  The Rockchip RK3588 GIC600 SoC integration does not support ACE/ACE-lite.
1275a8707f55SSebastian Reichel	  This means, that its sharability feature may not be used, even though it
1276a8707f55SSebastian Reichel	  is supported by the IP itself.
1277a8707f55SSebastian Reichel
1278a8707f55SSebastian Reichel	  If unsure, say Y.
1279a8707f55SSebastian Reichel
1280ebcea694SGeert Uytterhoevenconfig SOCIONEXT_SYNQUACER_PREITS
1281ebcea694SGeert Uytterhoeven	bool "Socionext Synquacer: Workaround for GICv3 pre-ITS"
12823e32131aSZhang Lei	default y
12833e32131aSZhang Lei	help
1284ebcea694SGeert Uytterhoeven	  Socionext Synquacer SoCs implement a separate h/w block to generate
1285ebcea694SGeert Uytterhoeven	  MSI doorbell writes with non-zero values for the device ID.
12863e32131aSZhang Lei
12873e32131aSZhang Lei	  If unsure, say Y.
12883e32131aSZhang Lei
12893cb7e662SJuerg Haefligerendmenu # "ARM errata workarounds via the alternatives framework"
12908c2c3df3SCatalin Marinas
12918c2c3df3SCatalin Marinaschoice
12928c2c3df3SCatalin Marinas	prompt "Page size"
12938c2c3df3SCatalin Marinas	default ARM64_4K_PAGES
12948c2c3df3SCatalin Marinas	help
12958c2c3df3SCatalin Marinas	  Page size (translation granule) configuration.
12968c2c3df3SCatalin Marinas
12978c2c3df3SCatalin Marinasconfig ARM64_4K_PAGES
12988c2c3df3SCatalin Marinas	bool "4KB"
12998c2c3df3SCatalin Marinas	help
13008c2c3df3SCatalin Marinas	  This feature enables 4KB pages support.
13018c2c3df3SCatalin Marinas
130244eaacf1SSuzuki K. Pouloseconfig ARM64_16K_PAGES
130344eaacf1SSuzuki K. Poulose	bool "16KB"
130444eaacf1SSuzuki K. Poulose	help
130544eaacf1SSuzuki K. Poulose	  The system will use 16KB pages support. AArch32 emulation
130644eaacf1SSuzuki K. Poulose	  requires applications compiled with 16K (or a multiple of 16K)
130744eaacf1SSuzuki K. Poulose	  aligned segments.
130844eaacf1SSuzuki K. Poulose
13098c2c3df3SCatalin Marinasconfig ARM64_64K_PAGES
13108c2c3df3SCatalin Marinas	bool "64KB"
13118c2c3df3SCatalin Marinas	help
13128c2c3df3SCatalin Marinas	  This feature enables 64KB pages support (4KB by default)
13138c2c3df3SCatalin Marinas	  allowing only two levels of page tables and faster TLB
1314db488be3SSuzuki K. Poulose	  look-up. AArch32 emulation requires applications compiled
1315db488be3SSuzuki K. Poulose	  with 64K aligned segments.
13168c2c3df3SCatalin Marinas
13178c2c3df3SCatalin Marinasendchoice
13188c2c3df3SCatalin Marinas
13198c2c3df3SCatalin Marinaschoice
13208c2c3df3SCatalin Marinas	prompt "Virtual address space size"
13218c2c3df3SCatalin Marinas	default ARM64_VA_BITS_39 if ARM64_4K_PAGES
132244eaacf1SSuzuki K. Poulose	default ARM64_VA_BITS_47 if ARM64_16K_PAGES
13238c2c3df3SCatalin Marinas	default ARM64_VA_BITS_42 if ARM64_64K_PAGES
13248c2c3df3SCatalin Marinas	help
13258c2c3df3SCatalin Marinas	  Allows choosing one of multiple possible virtual address
13268c2c3df3SCatalin Marinas	  space sizes. The level of translation table is determined by
13278c2c3df3SCatalin Marinas	  a combination of page size and virtual address space size.
13288c2c3df3SCatalin Marinas
132921539939SSuzuki K. Pouloseconfig ARM64_VA_BITS_36
133056a3f30eSCatalin Marinas	bool "36-bit" if EXPERT
133121539939SSuzuki K. Poulose	depends on ARM64_16K_PAGES
133221539939SSuzuki K. Poulose
13338c2c3df3SCatalin Marinasconfig ARM64_VA_BITS_39
13348c2c3df3SCatalin Marinas	bool "39-bit"
13358c2c3df3SCatalin Marinas	depends on ARM64_4K_PAGES
13368c2c3df3SCatalin Marinas
13378c2c3df3SCatalin Marinasconfig ARM64_VA_BITS_42
13388c2c3df3SCatalin Marinas	bool "42-bit"
13398c2c3df3SCatalin Marinas	depends on ARM64_64K_PAGES
13408c2c3df3SCatalin Marinas
134144eaacf1SSuzuki K. Pouloseconfig ARM64_VA_BITS_47
134244eaacf1SSuzuki K. Poulose	bool "47-bit"
134344eaacf1SSuzuki K. Poulose	depends on ARM64_16K_PAGES
134444eaacf1SSuzuki K. Poulose
13458c2c3df3SCatalin Marinasconfig ARM64_VA_BITS_48
13468c2c3df3SCatalin Marinas	bool "48-bit"
13478c2c3df3SCatalin Marinas
1348b6d00d47SSteve Capperconfig ARM64_VA_BITS_52
1349b6d00d47SSteve Capper	bool "52-bit"
135068d23da4SWill Deacon	depends on ARM64_64K_PAGES && (ARM64_PAN || !ARM64_SW_TTBR0_PAN)
135168d23da4SWill Deacon	help
135268d23da4SWill Deacon	  Enable 52-bit virtual addressing for userspace when explicitly
1353b6d00d47SSteve Capper	  requested via a hint to mmap(). The kernel will also use 52-bit
1354b6d00d47SSteve Capper	  virtual addresses for its own mappings (provided HW support for
1355b6d00d47SSteve Capper	  this feature is available, otherwise it reverts to 48-bit).
135668d23da4SWill Deacon
135768d23da4SWill Deacon	  NOTE: Enabling 52-bit virtual addressing in conjunction with
135868d23da4SWill Deacon	  ARMv8.3 Pointer Authentication will result in the PAC being
135968d23da4SWill Deacon	  reduced from 7 bits to 3 bits, which may have a significant
136068d23da4SWill Deacon	  impact on its susceptibility to brute-force attacks.
136168d23da4SWill Deacon
136268d23da4SWill Deacon	  If unsure, select 48-bit virtual addressing instead.
136368d23da4SWill Deacon
13648c2c3df3SCatalin Marinasendchoice
13658c2c3df3SCatalin Marinas
136668d23da4SWill Deaconconfig ARM64_FORCE_52BIT
136768d23da4SWill Deacon	bool "Force 52-bit virtual addresses for userspace"
1368b6d00d47SSteve Capper	depends on ARM64_VA_BITS_52 && EXPERT
136968d23da4SWill Deacon	help
137068d23da4SWill Deacon	  For systems with 52-bit userspace VAs enabled, the kernel will attempt
137168d23da4SWill Deacon	  to maintain compatibility with older software by providing 48-bit VAs
137268d23da4SWill Deacon	  unless a hint is supplied to mmap.
137368d23da4SWill Deacon
137468d23da4SWill Deacon	  This configuration option disables the 48-bit compatibility logic, and
137568d23da4SWill Deacon	  forces all userspace addresses to be 52-bit on HW that supports it. One
137668d23da4SWill Deacon	  should only enable this configuration option for stress testing userspace
137768d23da4SWill Deacon	  memory management code. If unsure say N here.
137868d23da4SWill Deacon
13798c2c3df3SCatalin Marinasconfig ARM64_VA_BITS
13808c2c3df3SCatalin Marinas	int
138121539939SSuzuki K. Poulose	default 36 if ARM64_VA_BITS_36
13828c2c3df3SCatalin Marinas	default 39 if ARM64_VA_BITS_39
13838c2c3df3SCatalin Marinas	default 42 if ARM64_VA_BITS_42
138444eaacf1SSuzuki K. Poulose	default 47 if ARM64_VA_BITS_47
1385b6d00d47SSteve Capper	default 48 if ARM64_VA_BITS_48
1386b6d00d47SSteve Capper	default 52 if ARM64_VA_BITS_52
13878c2c3df3SCatalin Marinas
1388982aa7c5SKristina Martsenkochoice
1389982aa7c5SKristina Martsenko	prompt "Physical address space size"
1390982aa7c5SKristina Martsenko	default ARM64_PA_BITS_48
1391982aa7c5SKristina Martsenko	help
1392982aa7c5SKristina Martsenko	  Choose the maximum physical address range that the kernel will
1393982aa7c5SKristina Martsenko	  support.
1394982aa7c5SKristina Martsenko
1395982aa7c5SKristina Martsenkoconfig ARM64_PA_BITS_48
1396982aa7c5SKristina Martsenko	bool "48-bit"
1397982aa7c5SKristina Martsenko
1398f77d2817SKristina Martsenkoconfig ARM64_PA_BITS_52
1399f77d2817SKristina Martsenko	bool "52-bit (ARMv8.2)"
1400f77d2817SKristina Martsenko	depends on ARM64_64K_PAGES
1401f77d2817SKristina Martsenko	depends on ARM64_PAN || !ARM64_SW_TTBR0_PAN
1402f77d2817SKristina Martsenko	help
1403f77d2817SKristina Martsenko	  Enable support for a 52-bit physical address space, introduced as
1404f77d2817SKristina Martsenko	  part of the ARMv8.2-LPA extension.
1405f77d2817SKristina Martsenko
1406f77d2817SKristina Martsenko	  With this enabled, the kernel will also continue to work on CPUs that
1407f77d2817SKristina Martsenko	  do not support ARMv8.2-LPA, but with some added memory overhead (and
1408f77d2817SKristina Martsenko	  minor performance overhead).
1409f77d2817SKristina Martsenko
1410982aa7c5SKristina Martsenkoendchoice
1411982aa7c5SKristina Martsenko
1412982aa7c5SKristina Martsenkoconfig ARM64_PA_BITS
1413982aa7c5SKristina Martsenko	int
1414982aa7c5SKristina Martsenko	default 48 if ARM64_PA_BITS_48
1415f77d2817SKristina Martsenko	default 52 if ARM64_PA_BITS_52
1416982aa7c5SKristina Martsenko
1417d8e85e14SAnders Roxellchoice
1418d8e85e14SAnders Roxell	prompt "Endianness"
1419d8e85e14SAnders Roxell	default CPU_LITTLE_ENDIAN
1420d8e85e14SAnders Roxell	help
1421d8e85e14SAnders Roxell	  Select the endianness of data accesses performed by the CPU. Userspace
1422d8e85e14SAnders Roxell	  applications will need to be compiled and linked for the endianness
1423d8e85e14SAnders Roxell	  that is selected here.
1424d8e85e14SAnders Roxell
14258c2c3df3SCatalin Marinasconfig CPU_BIG_ENDIAN
14268c2c3df3SCatalin Marinas	bool "Build big-endian kernel"
1427e9c6deeeSNathan Chancellor	depends on !LD_IS_LLD || LLD_VERSION >= 130000
142869e619d2SNathan Chancellor	# https://github.com/llvm/llvm-project/commit/1379b150991f70a5782e9a143c2ba5308da1161c
142969e619d2SNathan Chancellor	depends on AS_IS_GNU || AS_VERSION >= 150000
14308c2c3df3SCatalin Marinas	help
1431d8e85e14SAnders Roxell	  Say Y if you plan on running a kernel with a big-endian userspace.
1432d8e85e14SAnders Roxell
1433d8e85e14SAnders Roxellconfig CPU_LITTLE_ENDIAN
1434d8e85e14SAnders Roxell	bool "Build little-endian kernel"
1435d8e85e14SAnders Roxell	help
1436d8e85e14SAnders Roxell	  Say Y if you plan on running a kernel with a little-endian userspace.
1437d8e85e14SAnders Roxell	  This is usually the case for distributions targeting arm64.
1438d8e85e14SAnders Roxell
1439d8e85e14SAnders Roxellendchoice
14408c2c3df3SCatalin Marinas
14418c2c3df3SCatalin Marinasconfig SCHED_MC
14428c2c3df3SCatalin Marinas	bool "Multi-core scheduler support"
14438c2c3df3SCatalin Marinas	help
14448c2c3df3SCatalin Marinas	  Multi-core scheduler support improves the CPU scheduler's decision
14458c2c3df3SCatalin Marinas	  making when dealing with multi-core CPU chips at a cost of slightly
14468c2c3df3SCatalin Marinas	  increased overhead in some places. If unsure say N here.
14478c2c3df3SCatalin Marinas
1448778c558fSBarry Songconfig SCHED_CLUSTER
1449778c558fSBarry Song	bool "Cluster scheduler support"
1450778c558fSBarry Song	help
1451778c558fSBarry Song	  Cluster scheduler support improves the CPU scheduler's decision
1452778c558fSBarry Song	  making when dealing with machines that have clusters of CPUs.
1453778c558fSBarry Song	  Cluster usually means a couple of CPUs which are placed closely
1454778c558fSBarry Song	  by sharing mid-level caches, last-level cache tags or internal
1455778c558fSBarry Song	  busses.
1456778c558fSBarry Song
14578c2c3df3SCatalin Marinasconfig SCHED_SMT
14588c2c3df3SCatalin Marinas	bool "SMT scheduler support"
14598c2c3df3SCatalin Marinas	help
14608c2c3df3SCatalin Marinas	  Improves the CPU scheduler's decision making when dealing with
14618c2c3df3SCatalin Marinas	  MultiThreading at a cost of slightly increased overhead in some
14628c2c3df3SCatalin Marinas	  places. If unsure say N here.
14638c2c3df3SCatalin Marinas
14648c2c3df3SCatalin Marinasconfig NR_CPUS
146562aa9655SGanapatrao Kulkarni	int "Maximum number of CPUs (2-4096)"
146662aa9655SGanapatrao Kulkarni	range 2 4096
1467846a415bSMark Rutland	default "256"
14688c2c3df3SCatalin Marinas
14698c2c3df3SCatalin Marinasconfig HOTPLUG_CPU
14708c2c3df3SCatalin Marinas	bool "Support for hot-pluggable CPUs"
1471217d453dSYang Yingliang	select GENERIC_IRQ_MIGRATION
14728c2c3df3SCatalin Marinas	help
14738c2c3df3SCatalin Marinas	  Say Y here to experiment with turning CPUs off and on.  CPUs
14748c2c3df3SCatalin Marinas	  can be controlled through /sys/devices/system/cpu.
14758c2c3df3SCatalin Marinas
14761a2db300SGanapatrao Kulkarni# Common NUMA Features
14771a2db300SGanapatrao Kulkarniconfig NUMA
14784399e6cdSRandy Dunlap	bool "NUMA Memory Allocation and Scheduler Support"
1479ae3c107cSAtish Patra	select GENERIC_ARCH_NUMA
14800c2a6cceSKefeng Wang	select ACPI_NUMA if ACPI
14810c2a6cceSKefeng Wang	select OF_NUMA
14827ecd19cfSKefeng Wang	select HAVE_SETUP_PER_CPU_AREA
14837ecd19cfSKefeng Wang	select NEED_PER_CPU_EMBED_FIRST_CHUNK
14847ecd19cfSKefeng Wang	select NEED_PER_CPU_PAGE_FIRST_CHUNK
14857ecd19cfSKefeng Wang	select USE_PERCPU_NUMA_NODE_ID
14861a2db300SGanapatrao Kulkarni	help
14874399e6cdSRandy Dunlap	  Enable NUMA (Non-Uniform Memory Access) support.
14881a2db300SGanapatrao Kulkarni
14891a2db300SGanapatrao Kulkarni	  The kernel will try to allocate memory used by a CPU on the
14901a2db300SGanapatrao Kulkarni	  local memory of the CPU and add some more
14911a2db300SGanapatrao Kulkarni	  NUMA awareness to the kernel.
14921a2db300SGanapatrao Kulkarni
14931a2db300SGanapatrao Kulkarniconfig NODES_SHIFT
14941a2db300SGanapatrao Kulkarni	int "Maximum NUMA Nodes (as a power of 2)"
14951a2db300SGanapatrao Kulkarni	range 1 10
14962a13c13bSVanshidhar Konda	default "4"
1497a9ee6cf5SMike Rapoport	depends on NUMA
14981a2db300SGanapatrao Kulkarni	help
14991a2db300SGanapatrao Kulkarni	  Specify the maximum number of NUMA Nodes available on the target
15001a2db300SGanapatrao Kulkarni	  system.  Increases memory reserved to accommodate various tables.
15011a2db300SGanapatrao Kulkarni
15028636a1f9SMasahiro Yamadasource "kernel/Kconfig.hz"
15038c2c3df3SCatalin Marinas
15048c2c3df3SCatalin Marinasconfig ARCH_SPARSEMEM_ENABLE
15058c2c3df3SCatalin Marinas	def_bool y
15068c2c3df3SCatalin Marinas	select SPARSEMEM_VMEMMAP_ENABLE
1507782276b4SCatalin Marinas	select SPARSEMEM_VMEMMAP
1508e7d4bac4SNikunj Kela
15098c2c3df3SCatalin Marinasconfig HW_PERF_EVENTS
15106475b2d8SMark Rutland	def_bool y
15116475b2d8SMark Rutland	depends on ARM_PMU
15128c2c3df3SCatalin Marinas
1513afcf5441SDan Li# Supported by clang >= 7.0 or GCC >= 12.0.0
15145287569aSSami Tolvanenconfig CC_HAVE_SHADOW_CALL_STACK
15155287569aSSami Tolvanen	def_bool $(cc-option, -fsanitize=shadow-call-stack -ffixed-x18)
15165287569aSSami Tolvanen
1517dfd57bc3SStefano Stabelliniconfig PARAVIRT
1518dfd57bc3SStefano Stabellini	bool "Enable paravirtualization code"
1519dfd57bc3SStefano Stabellini	help
1520dfd57bc3SStefano Stabellini	  This changes the kernel so it can modify itself when it is run
1521dfd57bc3SStefano Stabellini	  under a hypervisor, potentially improving performance significantly
1522dfd57bc3SStefano Stabellini	  over full virtualization.
1523dfd57bc3SStefano Stabellini
1524dfd57bc3SStefano Stabelliniconfig PARAVIRT_TIME_ACCOUNTING
1525dfd57bc3SStefano Stabellini	bool "Paravirtual steal time accounting"
1526dfd57bc3SStefano Stabellini	select PARAVIRT
1527dfd57bc3SStefano Stabellini	help
1528dfd57bc3SStefano Stabellini	  Select this option to enable fine granularity task steal time
1529dfd57bc3SStefano Stabellini	  accounting. Time spent executing other tasks in parallel with
1530dfd57bc3SStefano Stabellini	  the current vCPU is discounted from the vCPU power. To account for
1531dfd57bc3SStefano Stabellini	  that, there can be a small performance impact.
1532dfd57bc3SStefano Stabellini
1533dfd57bc3SStefano Stabellini	  If in doubt, say N here.
1534dfd57bc3SStefano Stabellini
153591506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC
153691506f7eSEric DeVolder	def_bool PM_SLEEP_SMP
1537d28f6df1SGeoff Levand
153891506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC_FILE
153991506f7eSEric DeVolder	def_bool y
15403ddd9992SAKASHI Takahiro
154191506f7eSEric DeVolderconfig ARCH_SELECTS_KEXEC_FILE
154291506f7eSEric DeVolder	def_bool y
1543732b7b93SAKASHI Takahiro	depends on KEXEC_FILE
154491506f7eSEric DeVolder	select HAVE_IMA_KEXEC if IMA
1545732b7b93SAKASHI Takahiro
154691506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC_SIG
154791506f7eSEric DeVolder	def_bool y
1548732b7b93SAKASHI Takahiro
154991506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC_IMAGE_VERIFY_SIG
155091506f7eSEric DeVolder	def_bool y
1551732b7b93SAKASHI Takahiro
155291506f7eSEric DeVolderconfig ARCH_DEFAULT_KEXEC_IMAGE_VERIFY_SIG
155391506f7eSEric DeVolder	def_bool y
1554732b7b93SAKASHI Takahiro
155591506f7eSEric DeVolderconfig ARCH_SUPPORTS_CRASH_DUMP
155691506f7eSEric DeVolder	def_bool y
1557e62aaeacSAKASHI Takahiro
1558072e3d96SPavel Tatashinconfig TRANS_TABLE
1559072e3d96SPavel Tatashin	def_bool y
156008eae0efSPasha Tatashin	depends on HIBERNATION || KEXEC_CORE
1561072e3d96SPavel Tatashin
1562aa42aa13SStefano Stabelliniconfig XEN_DOM0
1563aa42aa13SStefano Stabellini	def_bool y
1564aa42aa13SStefano Stabellini	depends on XEN
1565aa42aa13SStefano Stabellini
1566aa42aa13SStefano Stabelliniconfig XEN
1567c2ba1f7dSJulien Grall	bool "Xen guest support on ARM64"
1568aa42aa13SStefano Stabellini	depends on ARM64 && OF
156983862ccfSStefano Stabellini	select SWIOTLB_XEN
1570dfd57bc3SStefano Stabellini	select PARAVIRT
1571aa42aa13SStefano Stabellini	help
1572aa42aa13SStefano Stabellini	  Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
1573aa42aa13SStefano Stabellini
15745a4c2a31SKefeng Wang# include/linux/mmzone.h requires the following to be true:
15755a4c2a31SKefeng Wang#
157623baf831SKirill A. Shutemov#   MAX_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS
15775a4c2a31SKefeng Wang#
157823baf831SKirill A. Shutemov# so the maximum value of MAX_ORDER is SECTION_SIZE_BITS - PAGE_SHIFT:
15795a4c2a31SKefeng Wang#
15805a4c2a31SKefeng Wang#     | SECTION_SIZE_BITS |  PAGE_SHIFT  |  max MAX_ORDER  |  default MAX_ORDER |
15815a4c2a31SKefeng Wang# ----+-------------------+--------------+-----------------+--------------------+
158223baf831SKirill A. Shutemov# 4K  |       27          |      12      |       15        |         10         |
158323baf831SKirill A. Shutemov# 16K |       27          |      14      |       13        |         11         |
158423baf831SKirill A. Shutemov# 64K |       29          |      16      |       13        |         13         |
15850192445cSZi Yanconfig ARCH_FORCE_MAX_ORDER
1586f3c37621SCatalin Marinas	int
158723baf831SKirill A. Shutemov	default "13" if ARM64_64K_PAGES
158823baf831SKirill A. Shutemov	default "11" if ARM64_16K_PAGES
158923baf831SKirill A. Shutemov	default "10"
159044eaacf1SSuzuki K. Poulose	help
15914632cb22SMike Rapoport (IBM)	  The kernel page allocator limits the size of maximal physically
15924632cb22SMike Rapoport (IBM)	  contiguous allocations. The limit is called MAX_ORDER and it
15934632cb22SMike Rapoport (IBM)	  defines the maximal power of two of number of pages that can be
15944632cb22SMike Rapoport (IBM)	  allocated as a single contiguous block. This option allows
15954632cb22SMike Rapoport (IBM)	  overriding the default setting when ability to allocate very
15964632cb22SMike Rapoport (IBM)	  large blocks of physically contiguous memory is required.
159744eaacf1SSuzuki K. Poulose
15984632cb22SMike Rapoport (IBM)	  The maximal size of allocation cannot exceed the size of the
15994632cb22SMike Rapoport (IBM)	  section, so the value of MAX_ORDER should satisfy
160044eaacf1SSuzuki K. Poulose
16014632cb22SMike Rapoport (IBM)	    MAX_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS
160244eaacf1SSuzuki K. Poulose
16034632cb22SMike Rapoport (IBM)	  Don't change if unsure.
1604d03bb145SSteve Capper
1605084eb77cSWill Deaconconfig UNMAP_KERNEL_AT_EL0
16060617052dSWill Deacon	bool "Unmap kernel when running in userspace (aka \"KAISER\")" if EXPERT
1607084eb77cSWill Deacon	default y
1608084eb77cSWill Deacon	help
16090617052dSWill Deacon	  Speculation attacks against some high-performance processors can
16100617052dSWill Deacon	  be used to bypass MMU permission checks and leak kernel data to
16110617052dSWill Deacon	  userspace. This can be defended against by unmapping the kernel
16120617052dSWill Deacon	  when running in userspace, mapping it back in on exception entry
16130617052dSWill Deacon	  via a trampoline page in the vector table.
1614084eb77cSWill Deacon
1615084eb77cSWill Deacon	  If unsure, say Y.
1616084eb77cSWill Deacon
1617558c303cSJames Morseconfig MITIGATE_SPECTRE_BRANCH_HISTORY
1618558c303cSJames Morse	bool "Mitigate Spectre style attacks against branch history" if EXPERT
1619558c303cSJames Morse	default y
1620558c303cSJames Morse	help
1621558c303cSJames Morse	  Speculation attacks against some high-performance processors can
1622558c303cSJames Morse	  make use of branch history to influence future speculation.
1623558c303cSJames Morse	  When taking an exception from user-space, a sequence of branches
1624558c303cSJames Morse	  or a firmware call overwrites the branch history.
1625558c303cSJames Morse
1626c55191e9SArd Biesheuvelconfig RODATA_FULL_DEFAULT_ENABLED
1627c55191e9SArd Biesheuvel	bool "Apply r/o permissions of VM areas also to their linear aliases"
1628c55191e9SArd Biesheuvel	default y
1629c55191e9SArd Biesheuvel	help
1630c55191e9SArd Biesheuvel	  Apply read-only attributes of VM areas to the linear alias of
1631c55191e9SArd Biesheuvel	  the backing pages as well. This prevents code or read-only data
1632c55191e9SArd Biesheuvel	  from being modified (inadvertently or intentionally) via another
1633c55191e9SArd Biesheuvel	  mapping of the same memory page. This additional enhancement can
1634c55191e9SArd Biesheuvel	  be turned off at runtime by passing rodata=[off|on] (and turned on
1635c55191e9SArd Biesheuvel	  with rodata=full if this option is set to 'n')
1636c55191e9SArd Biesheuvel
1637c55191e9SArd Biesheuvel	  This requires the linear region to be mapped down to pages,
1638c55191e9SArd Biesheuvel	  which may adversely affect performance in some cases.
1639c55191e9SArd Biesheuvel
1640dd523791SWill Deaconconfig ARM64_SW_TTBR0_PAN
1641dd523791SWill Deacon	bool "Emulate Privileged Access Never using TTBR0_EL1 switching"
1642dd523791SWill Deacon	help
1643dd523791SWill Deacon	  Enabling this option prevents the kernel from accessing
1644dd523791SWill Deacon	  user-space memory directly by pointing TTBR0_EL1 to a reserved
1645dd523791SWill Deacon	  zeroed area and reserved ASID. The user access routines
1646dd523791SWill Deacon	  restore the valid TTBR0_EL1 temporarily.
1647dd523791SWill Deacon
164863f0c603SCatalin Marinasconfig ARM64_TAGGED_ADDR_ABI
164963f0c603SCatalin Marinas	bool "Enable the tagged user addresses syscall ABI"
165063f0c603SCatalin Marinas	default y
165163f0c603SCatalin Marinas	help
165263f0c603SCatalin Marinas	  When this option is enabled, user applications can opt in to a
165363f0c603SCatalin Marinas	  relaxed ABI via prctl() allowing tagged addresses to be passed
165463f0c603SCatalin Marinas	  to system calls as pointer arguments. For details, see
16556e4596c4SJonathan Corbet	  Documentation/arch/arm64/tagged-address-abi.rst.
165663f0c603SCatalin Marinas
1657dd523791SWill Deaconmenuconfig COMPAT
1658dd523791SWill Deacon	bool "Kernel support for 32-bit EL0"
1659dd523791SWill Deacon	depends on ARM64_4K_PAGES || EXPERT
1660dd523791SWill Deacon	select HAVE_UID16
1661dd523791SWill Deacon	select OLD_SIGSUSPEND3
1662dd523791SWill Deacon	select COMPAT_OLD_SIGACTION
1663dd523791SWill Deacon	help
1664dd523791SWill Deacon	  This option enables support for a 32-bit EL0 running under a 64-bit
1665dd523791SWill Deacon	  kernel at EL1. AArch32-specific components such as system calls,
1666dd523791SWill Deacon	  the user helper functions, VFP support and the ptrace interface are
1667dd523791SWill Deacon	  handled appropriately by the kernel.
1668dd523791SWill Deacon
1669dd523791SWill Deacon	  If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware
1670dd523791SWill Deacon	  that you will only be able to execute AArch32 binaries that were compiled
1671dd523791SWill Deacon	  with page size aligned segments.
1672dd523791SWill Deacon
1673dd523791SWill Deacon	  If you want to execute 32-bit userspace applications, say Y.
1674dd523791SWill Deacon
1675dd523791SWill Deaconif COMPAT
1676dd523791SWill Deacon
1677dd523791SWill Deaconconfig KUSER_HELPERS
16787c4791c9SWill Deacon	bool "Enable kuser helpers page for 32-bit applications"
1679dd523791SWill Deacon	default y
1680dd523791SWill Deacon	help
1681dd523791SWill Deacon	  Warning: disabling this option may break 32-bit user programs.
1682dd523791SWill Deacon
1683dd523791SWill Deacon	  Provide kuser helpers to compat tasks. The kernel provides
1684dd523791SWill Deacon	  helper code to userspace in read only form at a fixed location
1685dd523791SWill Deacon	  to allow userspace to be independent of the CPU type fitted to
1686dd523791SWill Deacon	  the system. This permits binaries to be run on ARMv4 through
1687dd523791SWill Deacon	  to ARMv8 without modification.
1688dd523791SWill Deacon
1689263638dcSJonathan Corbet	  See Documentation/arch/arm/kernel_user_helpers.rst for details.
1690dd523791SWill Deacon
1691dd523791SWill Deacon	  However, the fixed address nature of these helpers can be used
1692dd523791SWill Deacon	  by ROP (return orientated programming) authors when creating
1693dd523791SWill Deacon	  exploits.
1694dd523791SWill Deacon
1695dd523791SWill Deacon	  If all of the binaries and libraries which run on your platform
1696dd523791SWill Deacon	  are built specifically for your platform, and make no use of
1697dd523791SWill Deacon	  these helpers, then you can turn this option off to hinder
1698dd523791SWill Deacon	  such exploits. However, in that case, if a binary or library
1699dd523791SWill Deacon	  relying on those helpers is run, it will not function correctly.
1700dd523791SWill Deacon
1701dd523791SWill Deacon	  Say N here only if you are absolutely certain that you do not
1702dd523791SWill Deacon	  need these helpers; otherwise, the safe option is to say Y.
1703dd523791SWill Deacon
17047c4791c9SWill Deaconconfig COMPAT_VDSO
17057c4791c9SWill Deacon	bool "Enable vDSO for 32-bit applications"
17063e6f8d1fSNick Desaulniers	depends on !CPU_BIG_ENDIAN
17073e6f8d1fSNick Desaulniers	depends on (CC_IS_CLANG && LD_IS_LLD) || "$(CROSS_COMPILE_COMPAT)" != ""
17087c4791c9SWill Deacon	select GENERIC_COMPAT_VDSO
17097c4791c9SWill Deacon	default y
17107c4791c9SWill Deacon	help
17117c4791c9SWill Deacon	  Place in the process address space of 32-bit applications an
17127c4791c9SWill Deacon	  ELF shared object providing fast implementations of gettimeofday
17137c4791c9SWill Deacon	  and clock_gettime.
17147c4791c9SWill Deacon
17157c4791c9SWill Deacon	  You must have a 32-bit build of glibc 2.22 or later for programs
17167c4791c9SWill Deacon	  to seamlessly take advantage of this.
1717dd523791SWill Deacon
1718625412c2SNick Desaulniersconfig THUMB2_COMPAT_VDSO
1719625412c2SNick Desaulniers	bool "Compile the 32-bit vDSO for Thumb-2 mode" if EXPERT
1720625412c2SNick Desaulniers	depends on COMPAT_VDSO
1721625412c2SNick Desaulniers	default y
1722625412c2SNick Desaulniers	help
1723625412c2SNick Desaulniers	  Compile the compat vDSO with '-mthumb -fomit-frame-pointer' if y,
1724625412c2SNick Desaulniers	  otherwise with '-marm'.
1725625412c2SNick Desaulniers
17263fc24ef3SArd Biesheuvelconfig COMPAT_ALIGNMENT_FIXUPS
17273fc24ef3SArd Biesheuvel	bool "Fix up misaligned multi-word loads and stores in user space"
17283fc24ef3SArd Biesheuvel
17291b907f46SWill Deaconmenuconfig ARMV8_DEPRECATED
17301b907f46SWill Deacon	bool "Emulate deprecated/obsolete ARMv8 instructions"
17316cfa7cc4SDave Martin	depends on SYSCTL
17321b907f46SWill Deacon	help
17331b907f46SWill Deacon	  Legacy software support may require certain instructions
17341b907f46SWill Deacon	  that have been deprecated or obsoleted in the architecture.
17351b907f46SWill Deacon
17361b907f46SWill Deacon	  Enable this config to enable selective emulation of these
17371b907f46SWill Deacon	  features.
17381b907f46SWill Deacon
17391b907f46SWill Deacon	  If unsure, say Y
17401b907f46SWill Deacon
17411b907f46SWill Deaconif ARMV8_DEPRECATED
17421b907f46SWill Deacon
17431b907f46SWill Deaconconfig SWP_EMULATION
17441b907f46SWill Deacon	bool "Emulate SWP/SWPB instructions"
17451b907f46SWill Deacon	help
17461b907f46SWill Deacon	  ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
17471b907f46SWill Deacon	  they are always undefined. Say Y here to enable software
17481b907f46SWill Deacon	  emulation of these instructions for userspace using LDXR/STXR.
1749dd720784SMark Brown	  This feature can be controlled at runtime with the abi.swp
1750dd720784SMark Brown	  sysctl which is disabled by default.
17511b907f46SWill Deacon
17521b907f46SWill Deacon	  In some older versions of glibc [<=2.8] SWP is used during futex
17531b907f46SWill Deacon	  trylock() operations with the assumption that the code will not
17541b907f46SWill Deacon	  be preempted. This invalid assumption may be more likely to fail
17551b907f46SWill Deacon	  with SWP emulation enabled, leading to deadlock of the user
17561b907f46SWill Deacon	  application.
17571b907f46SWill Deacon
17581b907f46SWill Deacon	  NOTE: when accessing uncached shared regions, LDXR/STXR rely
17591b907f46SWill Deacon	  on an external transaction monitoring block called a global
17601b907f46SWill Deacon	  monitor to maintain update atomicity. If your system does not
17611b907f46SWill Deacon	  implement a global monitor, this option can cause programs that
17621b907f46SWill Deacon	  perform SWP operations to uncached memory to deadlock.
17631b907f46SWill Deacon
17641b907f46SWill Deacon	  If unsure, say Y
17651b907f46SWill Deacon
17661b907f46SWill Deaconconfig CP15_BARRIER_EMULATION
17671b907f46SWill Deacon	bool "Emulate CP15 Barrier instructions"
17681b907f46SWill Deacon	help
17691b907f46SWill Deacon	  The CP15 barrier instructions - CP15ISB, CP15DSB, and
17701b907f46SWill Deacon	  CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
17711b907f46SWill Deacon	  strongly recommended to use the ISB, DSB, and DMB
17721b907f46SWill Deacon	  instructions instead.
17731b907f46SWill Deacon
17741b907f46SWill Deacon	  Say Y here to enable software emulation of these
17751b907f46SWill Deacon	  instructions for AArch32 userspace code. When this option is
17761b907f46SWill Deacon	  enabled, CP15 barrier usage is traced which can help
1777dd720784SMark Brown	  identify software that needs updating. This feature can be
1778dd720784SMark Brown	  controlled at runtime with the abi.cp15_barrier sysctl.
17791b907f46SWill Deacon
17801b907f46SWill Deacon	  If unsure, say Y
17811b907f46SWill Deacon
17822d888f48SSuzuki K. Pouloseconfig SETEND_EMULATION
17832d888f48SSuzuki K. Poulose	bool "Emulate SETEND instruction"
17842d888f48SSuzuki K. Poulose	help
17852d888f48SSuzuki K. Poulose	  The SETEND instruction alters the data-endianness of the
17862d888f48SSuzuki K. Poulose	  AArch32 EL0, and is deprecated in ARMv8.
17872d888f48SSuzuki K. Poulose
17882d888f48SSuzuki K. Poulose	  Say Y here to enable software emulation of the instruction
1789dd720784SMark Brown	  for AArch32 userspace code. This feature can be controlled
1790dd720784SMark Brown	  at runtime with the abi.setend sysctl.
17912d888f48SSuzuki K. Poulose
17922d888f48SSuzuki K. Poulose	  Note: All the cpus on the system must have mixed endian support at EL0
17932d888f48SSuzuki K. Poulose	  for this feature to be enabled. If a new CPU - which doesn't support mixed
17942d888f48SSuzuki K. Poulose	  endian - is hotplugged in after this feature has been enabled, there could
17952d888f48SSuzuki K. Poulose	  be unexpected results in the applications.
17962d888f48SSuzuki K. Poulose
17972d888f48SSuzuki K. Poulose	  If unsure, say Y
17983cb7e662SJuerg Haefligerendif # ARMV8_DEPRECATED
17991b907f46SWill Deacon
18003cb7e662SJuerg Haefligerendif # COMPAT
1801ba42822aSCatalin Marinas
18020e4a0709SWill Deaconmenu "ARMv8.1 architectural features"
18030e4a0709SWill Deacon
18040e4a0709SWill Deaconconfig ARM64_HW_AFDBM
18050e4a0709SWill Deacon	bool "Support for hardware updates of the Access and Dirty page flags"
18060e4a0709SWill Deacon	default y
18070e4a0709SWill Deacon	help
18080e4a0709SWill Deacon	  The ARMv8.1 architecture extensions introduce support for
18090e4a0709SWill Deacon	  hardware updates of the access and dirty information in page
18100e4a0709SWill Deacon	  table entries. When enabled in TCR_EL1 (HA and HD bits) on
18110e4a0709SWill Deacon	  capable processors, accesses to pages with PTE_AF cleared will
18120e4a0709SWill Deacon	  set this bit instead of raising an access flag fault.
18130e4a0709SWill Deacon	  Similarly, writes to read-only pages with the DBM bit set will
18140e4a0709SWill Deacon	  clear the read-only bit (AP[2]) instead of raising a
18150e4a0709SWill Deacon	  permission fault.
18160e4a0709SWill Deacon
18170e4a0709SWill Deacon	  Kernels built with this configuration option enabled continue
18180e4a0709SWill Deacon	  to work on pre-ARMv8.1 hardware and the performance impact is
18190e4a0709SWill Deacon	  minimal. If unsure, say Y.
18200e4a0709SWill Deacon
18210e4a0709SWill Deaconconfig ARM64_PAN
18220e4a0709SWill Deacon	bool "Enable support for Privileged Access Never (PAN)"
18230e4a0709SWill Deacon	default y
18240e4a0709SWill Deacon	help
18250e4a0709SWill Deacon	  Privileged Access Never (PAN; part of the ARMv8.1 Extensions)
18260e4a0709SWill Deacon	  prevents the kernel or hypervisor from accessing user-space (EL0)
18270e4a0709SWill Deacon	  memory directly.
18280e4a0709SWill Deacon
18290e4a0709SWill Deacon	  Choosing this option will cause any unprotected (not using
18300e4a0709SWill Deacon	  copy_to_user et al) memory access to fail with a permission fault.
18310e4a0709SWill Deacon
18320e4a0709SWill Deacon	  The feature is detected at runtime, and will remain as a 'nop'
18330e4a0709SWill Deacon	  instruction if the cpu does not implement the feature.
18340e4a0709SWill Deacon
18352decad92SCatalin Marinasconfig AS_HAS_LSE_ATOMICS
18362decad92SCatalin Marinas	def_bool $(as-instr,.arch_extension lse)
18372decad92SCatalin Marinas
18380e4a0709SWill Deaconconfig ARM64_LSE_ATOMICS
1839395af861SCatalin Marinas	bool
1840395af861SCatalin Marinas	default ARM64_USE_LSE_ATOMICS
18412decad92SCatalin Marinas	depends on AS_HAS_LSE_ATOMICS
1842395af861SCatalin Marinas
1843395af861SCatalin Marinasconfig ARM64_USE_LSE_ATOMICS
18440e4a0709SWill Deacon	bool "Atomic instructions"
18457bd99b40SWill Deacon	default y
18460e4a0709SWill Deacon	help
18470e4a0709SWill Deacon	  As part of the Large System Extensions, ARMv8.1 introduces new
18480e4a0709SWill Deacon	  atomic instructions that are designed specifically to scale in
18490e4a0709SWill Deacon	  very large systems.
18500e4a0709SWill Deacon
18510e4a0709SWill Deacon	  Say Y here to make use of these instructions for the in-kernel
18520e4a0709SWill Deacon	  atomic routines. This incurs a small overhead on CPUs that do
18530e4a0709SWill Deacon	  not support these instructions and requires the kernel to be
18547bd99b40SWill Deacon	  built with binutils >= 2.25 in order for the new instructions
18557bd99b40SWill Deacon	  to be used.
18560e4a0709SWill Deacon
18573cb7e662SJuerg Haefligerendmenu # "ARMv8.1 architectural features"
18580e4a0709SWill Deacon
1859f993318bSWill Deaconmenu "ARMv8.2 architectural features"
1860f993318bSWill Deacon
18612c54b423SArd Biesheuvelconfig AS_HAS_ARMV8_2
18622c54b423SArd Biesheuvel	def_bool $(cc-option,-Wa$(comma)-march=armv8.2-a)
18632c54b423SArd Biesheuvel
18642c54b423SArd Biesheuvelconfig AS_HAS_SHA3
18652c54b423SArd Biesheuvel	def_bool $(as-instr,.arch armv8.2-a+sha3)
18662c54b423SArd Biesheuvel
1867d50e071fSRobin Murphyconfig ARM64_PMEM
1868d50e071fSRobin Murphy	bool "Enable support for persistent memory"
1869d50e071fSRobin Murphy	select ARCH_HAS_PMEM_API
18705d7bdeb1SRobin Murphy	select ARCH_HAS_UACCESS_FLUSHCACHE
1871d50e071fSRobin Murphy	help
1872d50e071fSRobin Murphy	  Say Y to enable support for the persistent memory API based on the
1873d50e071fSRobin Murphy	  ARMv8.2 DCPoP feature.
1874d50e071fSRobin Murphy
1875d50e071fSRobin Murphy	  The feature is detected at runtime, and the kernel will use DC CVAC
1876d50e071fSRobin Murphy	  operations if DC CVAP is not supported (following the behaviour of
1877d50e071fSRobin Murphy	  DC CVAP itself if the system does not define a point of persistence).
1878d50e071fSRobin Murphy
187964c02720SXie XiuQiconfig ARM64_RAS_EXTN
188064c02720SXie XiuQi	bool "Enable support for RAS CPU Extensions"
188164c02720SXie XiuQi	default y
188264c02720SXie XiuQi	help
188364c02720SXie XiuQi	  CPUs that support the Reliability, Availability and Serviceability
188464c02720SXie XiuQi	  (RAS) Extensions, part of ARMv8.2 are able to track faults and
188564c02720SXie XiuQi	  errors, classify them and report them to software.
188664c02720SXie XiuQi
188764c02720SXie XiuQi	  On CPUs with these extensions system software can use additional
188864c02720SXie XiuQi	  barriers to determine if faults are pending and read the
188964c02720SXie XiuQi	  classification from a new set of registers.
189064c02720SXie XiuQi
189164c02720SXie XiuQi	  Selecting this feature will allow the kernel to use these barriers
189264c02720SXie XiuQi	  and access the new registers if the system supports the extension.
189364c02720SXie XiuQi	  Platform RAS features may additionally depend on firmware support.
189464c02720SXie XiuQi
18955ffdfaedSVladimir Murzinconfig ARM64_CNP
18965ffdfaedSVladimir Murzin	bool "Enable support for Common Not Private (CNP) translations"
18975ffdfaedSVladimir Murzin	default y
18985ffdfaedSVladimir Murzin	depends on ARM64_PAN || !ARM64_SW_TTBR0_PAN
18995ffdfaedSVladimir Murzin	help
19005ffdfaedSVladimir Murzin	  Common Not Private (CNP) allows translation table entries to
19015ffdfaedSVladimir Murzin	  be shared between different PEs in the same inner shareable
19025ffdfaedSVladimir Murzin	  domain, so the hardware can use this fact to optimise the
19035ffdfaedSVladimir Murzin	  caching of such entries in the TLB.
19045ffdfaedSVladimir Murzin
19055ffdfaedSVladimir Murzin	  Selecting this option allows the CNP feature to be detected
19065ffdfaedSVladimir Murzin	  at runtime, and does not affect PEs that do not implement
19075ffdfaedSVladimir Murzin	  this feature.
19085ffdfaedSVladimir Murzin
19093cb7e662SJuerg Haefligerendmenu # "ARMv8.2 architectural features"
1910f993318bSWill Deacon
191104ca3204SMark Rutlandmenu "ARMv8.3 architectural features"
191204ca3204SMark Rutland
191304ca3204SMark Rutlandconfig ARM64_PTR_AUTH
191404ca3204SMark Rutland	bool "Enable support for pointer authentication"
191504ca3204SMark Rutland	default y
191604ca3204SMark Rutland	help
191704ca3204SMark Rutland	  Pointer authentication (part of the ARMv8.3 Extensions) provides
191804ca3204SMark Rutland	  instructions for signing and authenticating pointers against secret
191904ca3204SMark Rutland	  keys, which can be used to mitigate Return Oriented Programming (ROP)
192004ca3204SMark Rutland	  and other attacks.
192104ca3204SMark Rutland
192204ca3204SMark Rutland	  This option enables these instructions at EL0 (i.e. for userspace).
192304ca3204SMark Rutland	  Choosing this option will cause the kernel to initialise secret keys
192404ca3204SMark Rutland	  for each process at exec() time, with these keys being
192504ca3204SMark Rutland	  context-switched along with the process.
192604ca3204SMark Rutland
192704ca3204SMark Rutland	  The feature is detected at runtime. If the feature is not present in
1928384b40caSMark Rutland	  hardware it will not be advertised to userspace/KVM guest nor will it
1929dfb0589cSMarc Zyngier	  be enabled.
193004ca3204SMark Rutland
19316982934eSKristina Martsenko	  If the feature is present on the boot CPU but not on a late CPU, then
19326982934eSKristina Martsenko	  the late CPU will be parked. Also, if the boot CPU does not have
19336982934eSKristina Martsenko	  address auth and the late CPU has then the late CPU will still boot
19346982934eSKristina Martsenko	  but with the feature disabled. On such a system, this option should
19356982934eSKristina Martsenko	  not be selected.
19366982934eSKristina Martsenko
1937b27a9f41SDaniel Kissconfig ARM64_PTR_AUTH_KERNEL
1938d053e71aSDaniel Kiss	bool "Use pointer authentication for kernel"
1939b27a9f41SDaniel Kiss	default y
1940b27a9f41SDaniel Kiss	depends on ARM64_PTR_AUTH
19411e249c41SMark Rutland	depends on (CC_HAS_SIGN_RETURN_ADDRESS || CC_HAS_BRANCH_PROT_PAC_RET) && AS_HAS_ARMV8_3
1942b27a9f41SDaniel Kiss	# Modern compilers insert a .note.gnu.property section note for PAC
1943b27a9f41SDaniel Kiss	# which is only understood by binutils starting with version 2.33.1.
1944b27a9f41SDaniel Kiss	depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
1945b27a9f41SDaniel Kiss	depends on !CC_IS_CLANG || AS_HAS_CFI_NEGATE_RA_STATE
194626299b3fSMark Rutland	depends on (!FUNCTION_GRAPH_TRACER || DYNAMIC_FTRACE_WITH_ARGS)
1947b27a9f41SDaniel Kiss	help
1948b27a9f41SDaniel Kiss	  If the compiler supports the -mbranch-protection or
1949b27a9f41SDaniel Kiss	  -msign-return-address flag (e.g. GCC 7 or later), then this option
1950b27a9f41SDaniel Kiss	  will cause the kernel itself to be compiled with return address
1951b27a9f41SDaniel Kiss	  protection. In this case, and if the target hardware is known to
1952b27a9f41SDaniel Kiss	  support pointer authentication, then CONFIG_STACKPROTECTOR can be
1953b27a9f41SDaniel Kiss	  disabled with minimal loss of protection.
1954b27a9f41SDaniel Kiss
195574afda40SKristina Martsenko	  This feature works with FUNCTION_GRAPH_TRACER option only if
195626299b3fSMark Rutland	  DYNAMIC_FTRACE_WITH_ARGS is enabled.
195774afda40SKristina Martsenko
195874afda40SKristina Martsenkoconfig CC_HAS_BRANCH_PROT_PAC_RET
195974afda40SKristina Martsenko	# GCC 9 or later, clang 8 or later
196074afda40SKristina Martsenko	def_bool $(cc-option,-mbranch-protection=pac-ret+leaf)
196174afda40SKristina Martsenko
196274afda40SKristina Martsenkoconfig CC_HAS_SIGN_RETURN_ADDRESS
196374afda40SKristina Martsenko	# GCC 7, 8
196474afda40SKristina Martsenko	def_bool $(cc-option,-msign-return-address=all)
196574afda40SKristina Martsenko
19661e249c41SMark Rutlandconfig AS_HAS_ARMV8_3
19674d0831e8SMasahiro Yamada	def_bool $(cc-option,-Wa$(comma)-march=armv8.3-a)
196874afda40SKristina Martsenko
19693b446c7dSNick Desaulniersconfig AS_HAS_CFI_NEGATE_RA_STATE
19703b446c7dSNick Desaulniers	def_bool $(as-instr,.cfi_startproc\n.cfi_negate_ra_state\n.cfi_endproc\n)
19713b446c7dSNick Desaulniers
197264a0b90aSZeng Hengconfig AS_HAS_LDAPR
197364a0b90aSZeng Heng	def_bool $(as-instr,.arch_extension rcpc)
197464a0b90aSZeng Heng
19753cb7e662SJuerg Haefligerendmenu # "ARMv8.3 architectural features"
197604ca3204SMark Rutland
19772c9d45b4SIonela Voinescumenu "ARMv8.4 architectural features"
19782c9d45b4SIonela Voinescu
19792c9d45b4SIonela Voinescuconfig ARM64_AMU_EXTN
19802c9d45b4SIonela Voinescu	bool "Enable support for the Activity Monitors Unit CPU extension"
19812c9d45b4SIonela Voinescu	default y
19822c9d45b4SIonela Voinescu	help
19832c9d45b4SIonela Voinescu	  The activity monitors extension is an optional extension introduced
19842c9d45b4SIonela Voinescu	  by the ARMv8.4 CPU architecture. This enables support for version 1
19852c9d45b4SIonela Voinescu	  of the activity monitors architecture, AMUv1.
19862c9d45b4SIonela Voinescu
19872c9d45b4SIonela Voinescu	  To enable the use of this extension on CPUs that implement it, say Y.
19882c9d45b4SIonela Voinescu
19892c9d45b4SIonela Voinescu	  Note that for architectural reasons, firmware _must_ implement AMU
19902c9d45b4SIonela Voinescu	  support when running on CPUs that present the activity monitors
19912c9d45b4SIonela Voinescu	  extension. The required support is present in:
19922c9d45b4SIonela Voinescu	    * Version 1.5 and later of the ARM Trusted Firmware
19932c9d45b4SIonela Voinescu
19942c9d45b4SIonela Voinescu	  For kernels that have this configuration enabled but boot with broken
19952c9d45b4SIonela Voinescu	  firmware, you may need to say N here until the firmware is fixed.
19962c9d45b4SIonela Voinescu	  Otherwise you may experience firmware panics or lockups when
19972c9d45b4SIonela Voinescu	  accessing the counter registers. Even if you are not observing these
19982c9d45b4SIonela Voinescu	  symptoms, the values returned by the register reads might not
19992c9d45b4SIonela Voinescu	  correctly reflect reality. Most commonly, the value read will be 0,
20002c9d45b4SIonela Voinescu	  indicating that the counter is not enabled.
20012c9d45b4SIonela Voinescu
20027c78f67eSZhenyu Yeconfig AS_HAS_ARMV8_4
20037c78f67eSZhenyu Ye	def_bool $(cc-option,-Wa$(comma)-march=armv8.4-a)
20047c78f67eSZhenyu Ye
20057c78f67eSZhenyu Yeconfig ARM64_TLB_RANGE
20067c78f67eSZhenyu Ye	bool "Enable support for tlbi range feature"
20077c78f67eSZhenyu Ye	default y
20087c78f67eSZhenyu Ye	depends on AS_HAS_ARMV8_4
20097c78f67eSZhenyu Ye	help
20107c78f67eSZhenyu Ye	  ARMv8.4-TLBI provides TLBI invalidation instruction that apply to a
20117c78f67eSZhenyu Ye	  range of input addresses.
20127c78f67eSZhenyu Ye
20137c78f67eSZhenyu Ye	  The feature introduces new assembly instructions, and they were
20147c78f67eSZhenyu Ye	  support when binutils >= 2.30.
20157c78f67eSZhenyu Ye
20163cb7e662SJuerg Haefligerendmenu # "ARMv8.4 architectural features"
2017fd045f6cSArd Biesheuvel
20183e6c69a0SMark Brownmenu "ARMv8.5 architectural features"
20193e6c69a0SMark Brown
2020f469c032SVincenzo Frascinoconfig AS_HAS_ARMV8_5
2021f469c032SVincenzo Frascino	def_bool $(cc-option,-Wa$(comma)-march=armv8.5-a)
2022f469c032SVincenzo Frascino
2023383499f8SDave Martinconfig ARM64_BTI
2024383499f8SDave Martin	bool "Branch Target Identification support"
2025383499f8SDave Martin	default y
2026383499f8SDave Martin	help
2027383499f8SDave Martin	  Branch Target Identification (part of the ARMv8.5 Extensions)
2028383499f8SDave Martin	  provides a mechanism to limit the set of locations to which computed
2029383499f8SDave Martin	  branch instructions such as BR or BLR can jump.
2030383499f8SDave Martin
2031383499f8SDave Martin	  To make use of BTI on CPUs that support it, say Y.
2032383499f8SDave Martin
2033383499f8SDave Martin	  BTI is intended to provide complementary protection to other control
2034383499f8SDave Martin	  flow integrity protection mechanisms, such as the Pointer
2035383499f8SDave Martin	  authentication mechanism provided as part of the ARMv8.3 Extensions.
2036383499f8SDave Martin	  For this reason, it does not make sense to enable this option without
2037383499f8SDave Martin	  also enabling support for pointer authentication.  Thus, when
2038383499f8SDave Martin	  enabling this option you should also select ARM64_PTR_AUTH=y.
2039383499f8SDave Martin
2040383499f8SDave Martin	  Userspace binaries must also be specifically compiled to make use of
2041383499f8SDave Martin	  this mechanism.  If you say N here or the hardware does not support
2042383499f8SDave Martin	  BTI, such binaries can still run, but you get no additional
2043383499f8SDave Martin	  enforcement of branch destinations.
2044383499f8SDave Martin
204597fed779SMark Brownconfig ARM64_BTI_KERNEL
204697fed779SMark Brown	bool "Use Branch Target Identification for kernel"
204797fed779SMark Brown	default y
204897fed779SMark Brown	depends on ARM64_BTI
2049b27a9f41SDaniel Kiss	depends on ARM64_PTR_AUTH_KERNEL
205097fed779SMark Brown	depends on CC_HAS_BRANCH_PROT_PAC_RET_BTI
20513a88d7c5SWill Deacon	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94697
20523a88d7c5SWill Deacon	depends on !CC_IS_GCC || GCC_VERSION >= 100100
2053c0a454b9SMark Brown	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106671
2054c0a454b9SMark Brown	depends on !CC_IS_GCC
20558cdd23c2SNathan Chancellor	# https://github.com/llvm/llvm-project/commit/a88c722e687e6780dcd6a58718350dc76fcc4cc9
20568cdd23c2SNathan Chancellor	depends on !CC_IS_CLANG || CLANG_VERSION >= 120000
205726299b3fSMark Rutland	depends on (!FUNCTION_GRAPH_TRACER || DYNAMIC_FTRACE_WITH_ARGS)
205897fed779SMark Brown	help
205997fed779SMark Brown	  Build the kernel with Branch Target Identification annotations
206097fed779SMark Brown	  and enable enforcement of this for kernel code. When this option
206197fed779SMark Brown	  is enabled and the system supports BTI all kernel code including
206297fed779SMark Brown	  modular code must have BTI enabled.
206397fed779SMark Brown
206497fed779SMark Brownconfig CC_HAS_BRANCH_PROT_PAC_RET_BTI
206597fed779SMark Brown	# GCC 9 or later, clang 8 or later
206697fed779SMark Brown	def_bool $(cc-option,-mbranch-protection=pac-ret+leaf+bti)
206797fed779SMark Brown
20683e6c69a0SMark Brownconfig ARM64_E0PD
20693e6c69a0SMark Brown	bool "Enable support for E0PD"
20703e6c69a0SMark Brown	default y
20713e6c69a0SMark Brown	help
20723e6c69a0SMark Brown	  E0PD (part of the ARMv8.5 extensions) allows us to ensure
20733e6c69a0SMark Brown	  that EL0 accesses made via TTBR1 always fault in constant time,
20743e6c69a0SMark Brown	  providing similar benefits to KASLR as those provided by KPTI, but
20753e6c69a0SMark Brown	  with lower overhead and without disrupting legitimate access to
20763e6c69a0SMark Brown	  kernel memory such as SPE.
20773e6c69a0SMark Brown
20783e6c69a0SMark Brown	  This option enables E0PD for TTBR1 where available.
20793e6c69a0SMark Brown
208089b94df9SVincenzo Frascinoconfig ARM64_AS_HAS_MTE
208189b94df9SVincenzo Frascino	# Initial support for MTE went in binutils 2.32.0, checked with
208289b94df9SVincenzo Frascino	# ".arch armv8.5-a+memtag" below. However, this was incomplete
208389b94df9SVincenzo Frascino	# as a late addition to the final architecture spec (LDGM/STGM)
208489b94df9SVincenzo Frascino	# is only supported in the newer 2.32.x and 2.33 binutils
208589b94df9SVincenzo Frascino	# versions, hence the extra "stgm" instruction check below.
208689b94df9SVincenzo Frascino	def_bool $(as-instr,.arch armv8.5-a+memtag\nstgm xzr$(comma)[x0])
208789b94df9SVincenzo Frascino
208889b94df9SVincenzo Frascinoconfig ARM64_MTE
208989b94df9SVincenzo Frascino	bool "Memory Tagging Extension support"
209089b94df9SVincenzo Frascino	default y
209189b94df9SVincenzo Frascino	depends on ARM64_AS_HAS_MTE && ARM64_TAGGED_ADDR_ABI
2092f469c032SVincenzo Frascino	depends on AS_HAS_ARMV8_5
20932decad92SCatalin Marinas	depends on AS_HAS_LSE_ATOMICS
209498c970daSVincenzo Frascino	# Required for tag checking in the uaccess routines
209598c970daSVincenzo Frascino	depends on ARM64_PAN
2096f3ba50a7SCatalin Marinas	select ARCH_HAS_SUBPAGE_FAULTS
209789b94df9SVincenzo Frascino	select ARCH_USES_HIGH_VMA_FLAGS
2098b0284cd2SCatalin Marinas	select ARCH_USES_PG_ARCH_X
209989b94df9SVincenzo Frascino	help
210089b94df9SVincenzo Frascino	  Memory Tagging (part of the ARMv8.5 Extensions) provides
210189b94df9SVincenzo Frascino	  architectural support for run-time, always-on detection of
210289b94df9SVincenzo Frascino	  various classes of memory error to aid with software debugging
210389b94df9SVincenzo Frascino	  to eliminate vulnerabilities arising from memory-unsafe
210489b94df9SVincenzo Frascino	  languages.
210589b94df9SVincenzo Frascino
210689b94df9SVincenzo Frascino	  This option enables the support for the Memory Tagging
210789b94df9SVincenzo Frascino	  Extension at EL0 (i.e. for userspace).
210889b94df9SVincenzo Frascino
210989b94df9SVincenzo Frascino	  Selecting this option allows the feature to be detected at
211089b94df9SVincenzo Frascino	  runtime. Any secondary CPU not implementing this feature will
211189b94df9SVincenzo Frascino	  not be allowed a late bring-up.
211289b94df9SVincenzo Frascino
211389b94df9SVincenzo Frascino	  Userspace binaries that want to use this feature must
211489b94df9SVincenzo Frascino	  explicitly opt in. The mechanism for the userspace is
211589b94df9SVincenzo Frascino	  described in:
211689b94df9SVincenzo Frascino
21176e4596c4SJonathan Corbet	  Documentation/arch/arm64/memory-tagging-extension.rst.
211889b94df9SVincenzo Frascino
21193cb7e662SJuerg Haefligerendmenu # "ARMv8.5 architectural features"
21203e6c69a0SMark Brown
212118107f8aSVladimir Murzinmenu "ARMv8.7 architectural features"
212218107f8aSVladimir Murzin
212318107f8aSVladimir Murzinconfig ARM64_EPAN
212418107f8aSVladimir Murzin	bool "Enable support for Enhanced Privileged Access Never (EPAN)"
212518107f8aSVladimir Murzin	default y
212618107f8aSVladimir Murzin	depends on ARM64_PAN
212718107f8aSVladimir Murzin	help
212818107f8aSVladimir Murzin	  Enhanced Privileged Access Never (EPAN) allows Privileged
212918107f8aSVladimir Murzin	  Access Never to be used with Execute-only mappings.
213018107f8aSVladimir Murzin
213118107f8aSVladimir Murzin	  The feature is detected at runtime, and will remain disabled
213218107f8aSVladimir Murzin	  if the cpu does not implement the feature.
21333cb7e662SJuerg Haefligerendmenu # "ARMv8.7 architectural features"
213418107f8aSVladimir Murzin
2135ddd25ad1SDave Martinconfig ARM64_SVE
2136ddd25ad1SDave Martin	bool "ARM Scalable Vector Extension support"
2137ddd25ad1SDave Martin	default y
2138ddd25ad1SDave Martin	help
2139ddd25ad1SDave Martin	  The Scalable Vector Extension (SVE) is an extension to the AArch64
2140ddd25ad1SDave Martin	  execution state which complements and extends the SIMD functionality
2141ddd25ad1SDave Martin	  of the base architecture to support much larger vectors and to enable
2142ddd25ad1SDave Martin	  additional vectorisation opportunities.
2143ddd25ad1SDave Martin
2144ddd25ad1SDave Martin	  To enable use of this extension on CPUs that implement it, say Y.
2145ddd25ad1SDave Martin
214606a916feSDave Martin	  On CPUs that support the SVE2 extensions, this option will enable
214706a916feSDave Martin	  those too.
214806a916feSDave Martin
21495043694eSDave Martin	  Note that for architectural reasons, firmware _must_ implement SVE
21505043694eSDave Martin	  support when running on SVE capable hardware.  The required support
21515043694eSDave Martin	  is present in:
21525043694eSDave Martin
21535043694eSDave Martin	    * version 1.5 and later of the ARM Trusted Firmware
21545043694eSDave Martin	    * the AArch64 boot wrapper since commit 5e1261e08abf
21555043694eSDave Martin	      ("bootwrapper: SVE: Enable SVE for EL2 and below").
21565043694eSDave Martin
21575043694eSDave Martin	  For other firmware implementations, consult the firmware documentation
21585043694eSDave Martin	  or vendor.
21595043694eSDave Martin
21605043694eSDave Martin	  If you need the kernel to boot on SVE-capable hardware with broken
21615043694eSDave Martin	  firmware, you may need to say N here until you get your firmware
21625043694eSDave Martin	  fixed.  Otherwise, you may experience firmware panics or lockups when
21635043694eSDave Martin	  booting the kernel.  If unsure and you are not observing these
21645043694eSDave Martin	  symptoms, you should assume that it is safe to say Y.
2165fd045f6cSArd Biesheuvel
2166a1f4ccd2SMark Brownconfig ARM64_SME
2167a1f4ccd2SMark Brown	bool "ARM Scalable Matrix Extension support"
2168a1f4ccd2SMark Brown	default y
2169a1f4ccd2SMark Brown	depends on ARM64_SVE
2170*22aaaa7aSMark Rutland	depends on BROKEN
2171a1f4ccd2SMark Brown	help
2172a1f4ccd2SMark Brown	  The Scalable Matrix Extension (SME) is an extension to the AArch64
2173a1f4ccd2SMark Brown	  execution state which utilises a substantial subset of the SVE
2174a1f4ccd2SMark Brown	  instruction set, together with the addition of new architectural
2175a1f4ccd2SMark Brown	  register state capable of holding two dimensional matrix tiles to
2176a1f4ccd2SMark Brown	  enable various matrix operations.
2177a1f4ccd2SMark Brown
2178bc3c03ccSJulien Thierryconfig ARM64_PSEUDO_NMI
2179bc3c03ccSJulien Thierry	bool "Support for NMI-like interrupts"
21803c9c1dcdSJoe Perches	select ARM_GIC_V3
2181bc3c03ccSJulien Thierry	help
2182bc3c03ccSJulien Thierry	  Adds support for mimicking Non-Maskable Interrupts through the use of
2183bc3c03ccSJulien Thierry	  GIC interrupt priority. This support requires version 3 or later of
2184bc15cf70SWill Deacon	  ARM GIC.
2185bc3c03ccSJulien Thierry
2186bc3c03ccSJulien Thierry	  This high priority configuration for interrupts needs to be
2187bc3c03ccSJulien Thierry	  explicitly enabled by setting the kernel parameter
2188bc3c03ccSJulien Thierry	  "irqchip.gicv3_pseudo_nmi" to 1.
2189bc3c03ccSJulien Thierry
2190bc3c03ccSJulien Thierry	  If unsure, say N
2191bc3c03ccSJulien Thierry
219248ce8f80SJulien Thierryif ARM64_PSEUDO_NMI
219348ce8f80SJulien Thierryconfig ARM64_DEBUG_PRIORITY_MASKING
219448ce8f80SJulien Thierry	bool "Debug interrupt priority masking"
219548ce8f80SJulien Thierry	help
219648ce8f80SJulien Thierry	  This adds runtime checks to functions enabling/disabling
219748ce8f80SJulien Thierry	  interrupts when using priority masking. The additional checks verify
219848ce8f80SJulien Thierry	  the validity of ICC_PMR_EL1 when calling concerned functions.
219948ce8f80SJulien Thierry
220048ce8f80SJulien Thierry	  If unsure, say N
22013cb7e662SJuerg Haefligerendif # ARM64_PSEUDO_NMI
220248ce8f80SJulien Thierry
22031e48ef7fSArd Biesheuvelconfig RELOCATABLE
2204dd4bc607SArd Biesheuvel	bool "Build a relocatable kernel image" if EXPERT
22055cf896fbSPeter Collingbourne	select ARCH_HAS_RELR
2206dd4bc607SArd Biesheuvel	default y
22071e48ef7fSArd Biesheuvel	help
22081e48ef7fSArd Biesheuvel	  This builds the kernel as a Position Independent Executable (PIE),
22091e48ef7fSArd Biesheuvel	  which retains all relocation metadata required to relocate the
22101e48ef7fSArd Biesheuvel	  kernel binary at runtime to a different virtual address than the
22111e48ef7fSArd Biesheuvel	  address it was linked at.
22121e48ef7fSArd Biesheuvel	  Since AArch64 uses the RELA relocation format, this requires a
22131e48ef7fSArd Biesheuvel	  relocation pass at runtime even if the kernel is loaded at the
22141e48ef7fSArd Biesheuvel	  same address it was linked at.
22151e48ef7fSArd Biesheuvel
2216f80fb3a3SArd Biesheuvelconfig RANDOMIZE_BASE
2217f80fb3a3SArd Biesheuvel	bool "Randomize the address of the kernel image"
2218f80fb3a3SArd Biesheuvel	select RELOCATABLE
2219f80fb3a3SArd Biesheuvel	help
2220f80fb3a3SArd Biesheuvel	  Randomizes the virtual address at which the kernel image is
2221f80fb3a3SArd Biesheuvel	  loaded, as a security feature that deters exploit attempts
2222f80fb3a3SArd Biesheuvel	  relying on knowledge of the location of kernel internals.
2223f80fb3a3SArd Biesheuvel
2224f80fb3a3SArd Biesheuvel	  It is the bootloader's job to provide entropy, by passing a
2225f80fb3a3SArd Biesheuvel	  random u64 value in /chosen/kaslr-seed at kernel entry.
2226f80fb3a3SArd Biesheuvel
22272b5fe07aSArd Biesheuvel	  When booting via the UEFI stub, it will invoke the firmware's
22282b5fe07aSArd Biesheuvel	  EFI_RNG_PROTOCOL implementation (if available) to supply entropy
22292b5fe07aSArd Biesheuvel	  to the kernel proper. In addition, it will randomise the physical
22302b5fe07aSArd Biesheuvel	  location of the kernel Image as well.
22312b5fe07aSArd Biesheuvel
2232f80fb3a3SArd Biesheuvel	  If unsure, say N.
2233f80fb3a3SArd Biesheuvel
2234f80fb3a3SArd Biesheuvelconfig RANDOMIZE_MODULE_REGION_FULL
2235f9c4ff2aSBarry Song	bool "Randomize the module region over a 2 GB range"
2236e71a4e1bSArd Biesheuvel	depends on RANDOMIZE_BASE
2237f80fb3a3SArd Biesheuvel	default y
2238f80fb3a3SArd Biesheuvel	help
2239f9c4ff2aSBarry Song	  Randomizes the location of the module region inside a 2 GB window
2240f2b9ba87SArd Biesheuvel	  covering the core kernel. This way, it is less likely for modules
2241f80fb3a3SArd Biesheuvel	  to leak information about the location of core kernel data structures
2242f80fb3a3SArd Biesheuvel	  but it does imply that function calls between modules and the core
2243f80fb3a3SArd Biesheuvel	  kernel will need to be resolved via veneers in the module PLT.
2244f80fb3a3SArd Biesheuvel
2245f80fb3a3SArd Biesheuvel	  When this option is not set, the module region will be randomized over
2246f80fb3a3SArd Biesheuvel	  a limited range that contains the [_stext, _etext] interval of the
2247f9c4ff2aSBarry Song	  core kernel, so branch relocations are almost always in range unless
2248ea3752baSMark Rutland	  the region is exhausted. In this particular case of region
2249ea3752baSMark Rutland	  exhaustion, modules might be able to fall back to a larger 2GB area.
2250f80fb3a3SArd Biesheuvel
22510a1213faSArd Biesheuvelconfig CC_HAVE_STACKPROTECTOR_SYSREG
22520a1213faSArd Biesheuvel	def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-protector-guard-offset=0)
22530a1213faSArd Biesheuvel
22540a1213faSArd Biesheuvelconfig STACKPROTECTOR_PER_TASK
22550a1213faSArd Biesheuvel	def_bool y
22560a1213faSArd Biesheuvel	depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_SYSREG
22570a1213faSArd Biesheuvel
22583b619e22SArd Biesheuvelconfig UNWIND_PATCH_PAC_INTO_SCS
22593b619e22SArd Biesheuvel	bool "Enable shadow call stack dynamically using code patching"
22603b619e22SArd Biesheuvel	# needs Clang with https://reviews.llvm.org/D111780 incorporated
22613b619e22SArd Biesheuvel	depends on CC_IS_CLANG && CLANG_VERSION >= 150000
22623b619e22SArd Biesheuvel	depends on ARM64_PTR_AUTH_KERNEL && CC_HAS_BRANCH_PROT_PAC_RET
22633b619e22SArd Biesheuvel	depends on SHADOW_CALL_STACK
22643b619e22SArd Biesheuvel	select UNWIND_TABLES
22653b619e22SArd Biesheuvel	select DYNAMIC_SCS
22663b619e22SArd Biesheuvel
22673cb7e662SJuerg Haefligerendmenu # "Kernel Features"
22688c2c3df3SCatalin Marinas
22698c2c3df3SCatalin Marinasmenu "Boot options"
22708c2c3df3SCatalin Marinas
22715e89c55eSLorenzo Pieralisiconfig ARM64_ACPI_PARKING_PROTOCOL
22725e89c55eSLorenzo Pieralisi	bool "Enable support for the ARM64 ACPI parking protocol"
22735e89c55eSLorenzo Pieralisi	depends on ACPI
22745e89c55eSLorenzo Pieralisi	help
22755e89c55eSLorenzo Pieralisi	  Enable support for the ARM64 ACPI parking protocol. If disabled
22765e89c55eSLorenzo Pieralisi	  the kernel will not allow booting through the ARM64 ACPI parking
22775e89c55eSLorenzo Pieralisi	  protocol even if the corresponding data is present in the ACPI
22785e89c55eSLorenzo Pieralisi	  MADT table.
22795e89c55eSLorenzo Pieralisi
22808c2c3df3SCatalin Marinasconfig CMDLINE
22818c2c3df3SCatalin Marinas	string "Default kernel command string"
22828c2c3df3SCatalin Marinas	default ""
22838c2c3df3SCatalin Marinas	help
22848c2c3df3SCatalin Marinas	  Provide a set of default command-line options at build time by
22858c2c3df3SCatalin Marinas	  entering them here. As a minimum, you should specify the the
22868c2c3df3SCatalin Marinas	  root device (e.g. root=/dev/nfs).
22878c2c3df3SCatalin Marinas
22881e40d105STyler Hickschoice
22891e40d105STyler Hicks	prompt "Kernel command line type" if CMDLINE != ""
22901e40d105STyler Hicks	default CMDLINE_FROM_BOOTLOADER
22911e40d105STyler Hicks	help
22921e40d105STyler Hicks	  Choose how the kernel will handle the provided default kernel
22931e40d105STyler Hicks	  command line string.
22941e40d105STyler Hicks
22951e40d105STyler Hicksconfig CMDLINE_FROM_BOOTLOADER
22961e40d105STyler Hicks	bool "Use bootloader kernel arguments if available"
22971e40d105STyler Hicks	help
22981e40d105STyler Hicks	  Uses the command-line options passed by the boot loader. If
22991e40d105STyler Hicks	  the boot loader doesn't provide any, the default kernel command
23001e40d105STyler Hicks	  string provided in CMDLINE will be used.
23011e40d105STyler Hicks
23028c2c3df3SCatalin Marinasconfig CMDLINE_FORCE
23038c2c3df3SCatalin Marinas	bool "Always use the default kernel command string"
23048c2c3df3SCatalin Marinas	help
23058c2c3df3SCatalin Marinas	  Always use the default kernel command string, even if the boot
23068c2c3df3SCatalin Marinas	  loader passes other arguments to the kernel.
23078c2c3df3SCatalin Marinas	  This is useful if you cannot or don't want to change the
23088c2c3df3SCatalin Marinas	  command-line options your boot loader passes to the kernel.
23098c2c3df3SCatalin Marinas
23101e40d105STyler Hicksendchoice
23111e40d105STyler Hicks
2312f4f75ad5SArd Biesheuvelconfig EFI_STUB
2313f4f75ad5SArd Biesheuvel	bool
2314f4f75ad5SArd Biesheuvel
2315f84d0275SMark Salterconfig EFI
2316f84d0275SMark Salter	bool "UEFI runtime support"
2317f84d0275SMark Salter	depends on OF && !CPU_BIG_ENDIAN
2318b472db6cSDave Martin	depends on KERNEL_MODE_NEON
23192c870e61SArnd Bergmann	select ARCH_SUPPORTS_ACPI
2320f84d0275SMark Salter	select LIBFDT
2321f84d0275SMark Salter	select UCS2_STRING
2322f84d0275SMark Salter	select EFI_PARAMS_FROM_FDT
2323e15dd494SArd Biesheuvel	select EFI_RUNTIME_WRAPPERS
2324f4f75ad5SArd Biesheuvel	select EFI_STUB
23252e0eb483SAtish Patra	select EFI_GENERIC_STUB
23268d39cee0SChester Lin	imply IMA_SECURE_AND_OR_TRUSTED_BOOT
2327f84d0275SMark Salter	default y
2328f84d0275SMark Salter	help
2329f84d0275SMark Salter	  This option provides support for runtime services provided
2330f84d0275SMark Salter	  by UEFI firmware (such as non-volatile variables, realtime
23313c7f2550SMark Salter	  clock, and platform reset). A UEFI stub is also provided to
23323c7f2550SMark Salter	  allow the kernel to be booted as an EFI application. This
23333c7f2550SMark Salter	  is only useful on systems that have UEFI firmware.
2334f84d0275SMark Salter
2335d1ae8c00SYi Liconfig DMI
2336d1ae8c00SYi Li	bool "Enable support for SMBIOS (DMI) tables"
2337d1ae8c00SYi Li	depends on EFI
2338d1ae8c00SYi Li	default y
2339d1ae8c00SYi Li	help
2340d1ae8c00SYi Li	  This enables SMBIOS/DMI feature for systems.
2341d1ae8c00SYi Li
2342d1ae8c00SYi Li	  This option is only useful on systems that have UEFI firmware.
2343d1ae8c00SYi Li	  However, even with this option, the resultant kernel should
2344d1ae8c00SYi Li	  continue to boot on existing non-UEFI platforms.
2345d1ae8c00SYi Li
23463cb7e662SJuerg Haefligerendmenu # "Boot options"
23478c2c3df3SCatalin Marinas
2348166936baSLorenzo Pieralisimenu "Power management options"
2349166936baSLorenzo Pieralisi
2350166936baSLorenzo Pieralisisource "kernel/power/Kconfig"
2351166936baSLorenzo Pieralisi
235282869ac5SJames Morseconfig ARCH_HIBERNATION_POSSIBLE
235382869ac5SJames Morse	def_bool y
235482869ac5SJames Morse	depends on CPU_PM
235582869ac5SJames Morse
235682869ac5SJames Morseconfig ARCH_HIBERNATION_HEADER
235782869ac5SJames Morse	def_bool y
235882869ac5SJames Morse	depends on HIBERNATION
235982869ac5SJames Morse
2360166936baSLorenzo Pieralisiconfig ARCH_SUSPEND_POSSIBLE
2361166936baSLorenzo Pieralisi	def_bool y
2362166936baSLorenzo Pieralisi
23633cb7e662SJuerg Haefligerendmenu # "Power management options"
2364166936baSLorenzo Pieralisi
23651307220dSLorenzo Pieralisimenu "CPU Power Management"
23661307220dSLorenzo Pieralisi
23671307220dSLorenzo Pieralisisource "drivers/cpuidle/Kconfig"
23681307220dSLorenzo Pieralisi
236952e7e816SRob Herringsource "drivers/cpufreq/Kconfig"
237052e7e816SRob Herring
23713cb7e662SJuerg Haefligerendmenu # "CPU Power Management"
237252e7e816SRob Herring
2373b6a02173SGraeme Gregorysource "drivers/acpi/Kconfig"
2374b6a02173SGraeme Gregory
2375c3eb5b14SMarc Zyngiersource "arch/arm64/kvm/Kconfig"
2376c3eb5b14SMarc Zyngier
2377