xref: /openbmc/linux/arch/riscv/Kconfig (revision 69f03be1)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.rst.
5#
6
7config 64BIT
8	bool
9
10config 32BIT
11	bool
12
13config RISCV
14	def_bool y
15	select ACPI_GENERIC_GSI if ACPI
16	select ACPI_REDUCED_HARDWARE_ONLY if ACPI
17	select ARCH_DMA_DEFAULT_COHERENT
18	select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
19	select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
20	select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE
21	select ARCH_HAS_BINFMT_FLAT
22	select ARCH_HAS_CURRENT_STACK_POINTER
23	select ARCH_HAS_DEBUG_VIRTUAL if MMU
24	select ARCH_HAS_DEBUG_VM_PGTABLE
25	select ARCH_HAS_DEBUG_WX
26	select ARCH_HAS_FORTIFY_SOURCE
27	select ARCH_HAS_GCOV_PROFILE_ALL
28	select ARCH_HAS_GIGANTIC_PAGE
29	select ARCH_HAS_KCOV
30	select ARCH_HAS_MMIOWB
31	select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE
32	select ARCH_HAS_PMEM_API
33	select ARCH_HAS_PTE_SPECIAL
34	select ARCH_HAS_SET_DIRECT_MAP if MMU
35	select ARCH_HAS_SET_MEMORY if MMU
36	select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL
37	select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL
38	select ARCH_HAS_SYSCALL_WRAPPER
39	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
40	select ARCH_HAS_UBSAN_SANITIZE_ALL
41	select ARCH_HAS_VDSO_DATA
42	select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
43	select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT
44	select ARCH_STACKWALK
45	select ARCH_SUPPORTS_ATOMIC_RMW
46	select ARCH_SUPPORTS_CFI_CLANG
47	select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU
48	select ARCH_SUPPORTS_HUGETLBFS if MMU
49	select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU
50	select ARCH_SUPPORTS_PER_VMA_LOCK if MMU
51	select ARCH_USE_MEMTEST
52	select ARCH_USE_QUEUED_RWLOCKS
53	select ARCH_USES_CFI_TRAPS if CFI_CLANG
54	select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
55	select ARCH_WANT_FRAME_POINTERS
56	select ARCH_WANT_GENERAL_HUGETLB if !RISCV_ISA_SVNAPOT
57	select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
58	select ARCH_WANT_LD_ORPHAN_WARN if !XIP_KERNEL
59	select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
60	select ARCH_WANTS_THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE
61	select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU
62	select BUILDTIME_TABLE_SORT if MMU
63	select CLINT_TIMER if !MMU
64	select CLONE_BACKWARDS
65	select COMMON_CLK
66	select CPU_PM if CPU_IDLE || HIBERNATION
67	select EDAC_SUPPORT
68	select FRAME_POINTER if PERF_EVENTS || (FUNCTION_TRACER && !DYNAMIC_FTRACE)
69	select GENERIC_ARCH_TOPOLOGY
70	select GENERIC_ATOMIC64 if !64BIT
71	select GENERIC_CLOCKEVENTS_BROADCAST if SMP
72	select GENERIC_EARLY_IOREMAP
73	select GENERIC_ENTRY
74	select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO
75	select GENERIC_IDLE_POLL_SETUP
76	select GENERIC_IOREMAP if MMU
77	select GENERIC_IRQ_IPI if SMP
78	select GENERIC_IRQ_IPI_MUX if SMP
79	select GENERIC_IRQ_MULTI_HANDLER
80	select GENERIC_IRQ_SHOW
81	select GENERIC_IRQ_SHOW_LEVEL
82	select GENERIC_LIB_DEVMEM_IS_ALLOWED
83	select GENERIC_PCI_IOMAP
84	select GENERIC_PTDUMP if MMU
85	select GENERIC_SCHED_CLOCK
86	select GENERIC_SMP_IDLE_THREAD
87	select GENERIC_TIME_VSYSCALL if MMU && 64BIT
88	select GENERIC_VDSO_TIME_NS if HAVE_GENERIC_VDSO
89	select HARDIRQS_SW_RESEND
90	select HAS_IOPORT if MMU
91	select HAVE_ARCH_AUDITSYSCALL
92	select HAVE_ARCH_HUGE_VMALLOC if HAVE_ARCH_HUGE_VMAP
93	select HAVE_ARCH_HUGE_VMAP if MMU && 64BIT && !XIP_KERNEL
94	select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
95	select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL
96	select HAVE_ARCH_KASAN if MMU && 64BIT
97	select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT
98	select HAVE_ARCH_KFENCE if MMU && 64BIT
99	select HAVE_ARCH_KGDB if !XIP_KERNEL
100	select HAVE_ARCH_KGDB_QXFER_PKT
101	select HAVE_ARCH_MMAP_RND_BITS if MMU
102	select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
103	select HAVE_ARCH_SECCOMP_FILTER
104	select HAVE_ARCH_THREAD_STRUCT_WHITELIST
105	select HAVE_ARCH_TRACEHOOK
106	select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU
107	select HAVE_ARCH_USERFAULTFD_MINOR if 64BIT && USERFAULTFD
108	select HAVE_ARCH_VMAP_STACK if MMU && 64BIT
109	select HAVE_ASM_MODVERSIONS
110	select HAVE_CONTEXT_TRACKING_USER
111	select HAVE_DEBUG_KMEMLEAK
112	select HAVE_DMA_CONTIGUOUS if MMU
113	select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && (CLANG_SUPPORTS_DYNAMIC_FTRACE || GCC_SUPPORTS_DYNAMIC_FTRACE)
114	select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
115	select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL
116	select HAVE_FUNCTION_GRAPH_TRACER
117	select HAVE_FUNCTION_GRAPH_RETVAL if HAVE_FUNCTION_GRAPH_TRACER
118	select HAVE_FUNCTION_TRACER if !XIP_KERNEL && !PREEMPTION
119	select HAVE_EBPF_JIT if MMU
120	select HAVE_FUNCTION_ARG_ACCESS_API
121	select HAVE_FUNCTION_ERROR_INJECTION
122	select HAVE_GCC_PLUGINS
123	select HAVE_GENERIC_VDSO if MMU && 64BIT
124	select HAVE_IRQ_TIME_ACCOUNTING
125	select HAVE_KPROBES if !XIP_KERNEL
126	select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL
127	select HAVE_KRETPROBES if !XIP_KERNEL
128	# https://github.com/ClangBuiltLinux/linux/issues/1881
129	select HAVE_LD_DEAD_CODE_DATA_ELIMINATION if !LD_IS_LLD
130	select HAVE_MOVE_PMD
131	select HAVE_MOVE_PUD
132	select HAVE_PCI
133	select HAVE_PERF_EVENTS
134	select HAVE_PERF_REGS
135	select HAVE_PERF_USER_STACK_DUMP
136	select HAVE_POSIX_CPU_TIMERS_TASK_WORK
137	select HAVE_PREEMPT_DYNAMIC_KEY if !XIP_KERNEL
138	select HAVE_REGS_AND_STACK_ACCESS_API
139	select HAVE_RETHOOK if !XIP_KERNEL
140	select HAVE_RSEQ
141	select HAVE_STACKPROTECTOR
142	select HAVE_SYSCALL_TRACEPOINTS
143	select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
144	select IRQ_DOMAIN
145	select IRQ_FORCED_THREADING
146	select KASAN_VMALLOC if KASAN
147	select LOCK_MM_AND_FIND_VMA
148	select MODULES_USE_ELF_RELA if MODULES
149	select MODULE_SECTIONS if MODULES
150	select OF
151	select OF_EARLY_FLATTREE
152	select OF_IRQ
153	select PCI_DOMAINS_GENERIC if PCI
154	select PCI_MSI if PCI
155	select RISCV_ALTERNATIVE if !XIP_KERNEL
156	select RISCV_INTC
157	select RISCV_TIMER if RISCV_SBI
158	select SIFIVE_PLIC
159	select SPARSE_IRQ
160	select SYSCTL_EXCEPTION_TRACE
161	select THREAD_INFO_IN_TASK
162	select TRACE_IRQFLAGS_SUPPORT
163	select UACCESS_MEMCPY if !MMU
164	select ZONE_DMA32 if 64BIT
165
166config CLANG_SUPPORTS_DYNAMIC_FTRACE
167	def_bool CC_IS_CLANG
168	# https://github.com/llvm/llvm-project/commit/6ab8927931851bb42b2c93a00801dc499d7d9b1e
169	depends on CLANG_VERSION >= 130000
170	# https://github.com/ClangBuiltLinux/linux/issues/1817
171	depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600))
172
173config GCC_SUPPORTS_DYNAMIC_FTRACE
174	def_bool CC_IS_GCC
175	depends on $(cc-option,-fpatchable-function-entry=8)
176
177config ARCH_MMAP_RND_BITS_MIN
178	default 18 if 64BIT
179	default 8
180
181config ARCH_MMAP_RND_COMPAT_BITS_MIN
182	default 8
183
184# max bits determined by the following formula:
185#  VA_BITS - PAGE_SHIFT - 3
186config ARCH_MMAP_RND_BITS_MAX
187	default 24 if 64BIT # SV39 based
188	default 17
189
190config ARCH_MMAP_RND_COMPAT_BITS_MAX
191	default 17
192
193# set if we run in machine mode, cleared if we run in supervisor mode
194config RISCV_M_MODE
195	bool
196	default !MMU
197
198# set if we are running in S-mode and can use SBI calls
199config RISCV_SBI
200	bool
201	depends on !RISCV_M_MODE
202	default y
203
204config MMU
205	bool "MMU-based Paged Memory Management Support"
206	default y
207	help
208	  Select if you want MMU-based virtualised addressing space
209	  support by paged memory management. If unsure, say 'Y'.
210
211config PAGE_OFFSET
212	hex
213	default 0xC0000000 if 32BIT && MMU
214	default 0x80000000 if !MMU
215	default 0xff60000000000000 if 64BIT
216
217config KASAN_SHADOW_OFFSET
218	hex
219	depends on KASAN_GENERIC
220	default 0xdfffffff00000000 if 64BIT
221	default 0xffffffff if 32BIT
222
223config ARCH_FLATMEM_ENABLE
224	def_bool !NUMA
225
226config ARCH_SPARSEMEM_ENABLE
227	def_bool y
228	depends on MMU
229	select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
230	select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
231
232config ARCH_SELECT_MEMORY_MODEL
233	def_bool ARCH_SPARSEMEM_ENABLE
234
235config ARCH_SUPPORTS_UPROBES
236	def_bool y
237
238config STACKTRACE_SUPPORT
239	def_bool y
240
241config GENERIC_BUG
242	def_bool y
243	depends on BUG
244	select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
245
246config GENERIC_BUG_RELATIVE_POINTERS
247	bool
248
249config GENERIC_CALIBRATE_DELAY
250	def_bool y
251
252config GENERIC_CSUM
253	def_bool y
254
255config GENERIC_HWEIGHT
256	def_bool y
257
258config FIX_EARLYCON_MEM
259	def_bool MMU
260
261config PGTABLE_LEVELS
262	int
263	default 5 if 64BIT
264	default 2
265
266config LOCKDEP_SUPPORT
267	def_bool y
268
269config RISCV_DMA_NONCOHERENT
270	bool
271	select ARCH_HAS_DMA_PREP_COHERENT
272	select ARCH_HAS_SETUP_DMA_OPS
273	select ARCH_HAS_SYNC_DMA_FOR_CPU
274	select ARCH_HAS_SYNC_DMA_FOR_DEVICE
275	select DMA_BOUNCE_UNALIGNED_KMALLOC if SWIOTLB
276
277config RISCV_NONSTANDARD_CACHE_OPS
278	bool
279	help
280	  This enables function pointer support for non-standard noncoherent
281	  systems to handle cache management.
282
283config AS_HAS_INSN
284	def_bool $(as-instr,.insn r 51$(comma) 0$(comma) 0$(comma) t0$(comma) t0$(comma) zero)
285
286config AS_HAS_OPTION_ARCH
287	# https://reviews.llvm.org/D123515
288	def_bool y
289	depends on $(as-instr, .option arch$(comma) +m)
290	depends on !$(as-instr, .option arch$(comma) -i)
291
292source "arch/riscv/Kconfig.socs"
293source "arch/riscv/Kconfig.errata"
294
295menu "Platform type"
296
297config NONPORTABLE
298	bool "Allow configurations that result in non-portable kernels"
299	help
300	  RISC-V kernel binaries are compatible between all known systems
301	  whenever possible, but there are some use cases that can only be
302	  satisfied by configurations that result in kernel binaries that are
303	  not portable between systems.
304
305	  Selecting N does not guarantee kernels will be portable to all known
306	  systems.  Selecting any of the options guarded by NONPORTABLE will
307	  result in kernel binaries that are unlikely to be portable between
308	  systems.
309
310	  If unsure, say N.
311
312choice
313	prompt "Base ISA"
314	default ARCH_RV64I
315	help
316	  This selects the base ISA that this kernel will target and must match
317	  the target platform.
318
319config ARCH_RV32I
320	bool "RV32I"
321	depends on NONPORTABLE
322	select 32BIT
323	select GENERIC_LIB_ASHLDI3
324	select GENERIC_LIB_ASHRDI3
325	select GENERIC_LIB_LSHRDI3
326	select GENERIC_LIB_UCMPDI2
327
328config ARCH_RV64I
329	bool "RV64I"
330	select 64BIT
331	select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
332	select SWIOTLB if MMU
333
334endchoice
335
336# We must be able to map all physical memory into the kernel, but the compiler
337# is still a bit more efficient when generating code if it's setup in a manner
338# such that it can only map 2GiB of memory.
339choice
340	prompt "Kernel Code Model"
341	default CMODEL_MEDLOW if 32BIT
342	default CMODEL_MEDANY if 64BIT
343
344	config CMODEL_MEDLOW
345		bool "medium low code model"
346	config CMODEL_MEDANY
347		bool "medium any code model"
348endchoice
349
350config MODULE_SECTIONS
351	bool
352	select HAVE_MOD_ARCH_SPECIFIC
353
354config SMP
355	bool "Symmetric Multi-Processing"
356	help
357	  This enables support for systems with more than one CPU.  If
358	  you say N here, the kernel will run on single and
359	  multiprocessor machines, but will use only one CPU of a
360	  multiprocessor machine. If you say Y here, the kernel will run
361	  on many, but not all, single processor machines. On a single
362	  processor machine, the kernel will run faster if you say N
363	  here.
364
365	  If you don't know what to do here, say N.
366
367config SCHED_MC
368	bool "Multi-core scheduler support"
369	depends on SMP
370	help
371	  Multi-core scheduler support improves the CPU scheduler's decision
372	  making when dealing with multi-core CPU chips at a cost of slightly
373	  increased overhead in some places. If unsure say N here.
374
375config NR_CPUS
376	int "Maximum number of CPUs (2-512)"
377	depends on SMP
378	range 2 512 if !RISCV_SBI_V01
379	range 2 32 if RISCV_SBI_V01 && 32BIT
380	range 2 64 if RISCV_SBI_V01 && 64BIT
381	default "32" if 32BIT
382	default "64" if 64BIT
383
384config HOTPLUG_CPU
385	bool "Support for hot-pluggable CPUs"
386	depends on SMP
387	select GENERIC_IRQ_MIGRATION
388	help
389
390	  Say Y here to experiment with turning CPUs off and on.  CPUs
391	  can be controlled through /sys/devices/system/cpu.
392
393	  Say N if you want to disable CPU hotplug.
394
395choice
396	prompt "CPU Tuning"
397	default TUNE_GENERIC
398
399config TUNE_GENERIC
400	bool "generic"
401
402endchoice
403
404# Common NUMA Features
405config NUMA
406	bool "NUMA Memory Allocation and Scheduler Support"
407	depends on SMP && MMU
408	select ARCH_SUPPORTS_NUMA_BALANCING
409	select GENERIC_ARCH_NUMA
410	select NEED_PER_CPU_EMBED_FIRST_CHUNK
411	select OF_NUMA
412	select USE_PERCPU_NUMA_NODE_ID
413	help
414	  Enable NUMA (Non-Uniform Memory Access) support.
415
416	  The kernel will try to allocate memory used by a CPU on the
417	  local memory of the CPU and add some more NUMA awareness to the kernel.
418
419config NODES_SHIFT
420	int "Maximum NUMA Nodes (as a power of 2)"
421	range 1 10
422	default "2"
423	depends on NUMA
424	help
425	  Specify the maximum number of NUMA Nodes available on the target
426	  system.  Increases memory reserved to accommodate various tables.
427
428config RISCV_ALTERNATIVE
429	bool
430	depends on !XIP_KERNEL
431	help
432	  This Kconfig allows the kernel to automatically patch the
433	  erratum or cpufeature required by the execution platform at run
434	  time. The code patching overhead is minimal, as it's only done
435	  once at boot and once on each module load.
436
437config RISCV_ALTERNATIVE_EARLY
438	bool
439	depends on RISCV_ALTERNATIVE
440	help
441	  Allows early patching of the kernel for special errata
442
443config RISCV_ISA_C
444	bool "Emit compressed instructions when building Linux"
445	default y
446	help
447	  Adds "C" to the ISA subsets that the toolchain is allowed to emit
448	  when building Linux, which results in compressed instructions in the
449	  Linux binary.
450
451	  If you don't know what to do here, say Y.
452
453config RISCV_ISA_SVNAPOT
454	bool "Svnapot extension support for supervisor mode NAPOT pages"
455	depends on 64BIT && MMU
456	depends on RISCV_ALTERNATIVE
457	default y
458	help
459	  Allow kernel to detect the Svnapot ISA-extension dynamically at boot
460	  time and enable its usage.
461
462	  The Svnapot extension is used to mark contiguous PTEs as a range
463	  of contiguous virtual-to-physical translations for a naturally
464	  aligned power-of-2 (NAPOT) granularity larger than the base 4KB page
465	  size. When HUGETLBFS is also selected this option unconditionally
466	  allocates some memory for each NAPOT page size supported by the kernel.
467	  When optimizing for low memory consumption and for platforms without
468	  the Svnapot extension, it may be better to say N here.
469
470	  If you don't know what to do here, say Y.
471
472config RISCV_ISA_SVPBMT
473	bool "Svpbmt extension support for supervisor mode page-based memory types"
474	depends on 64BIT && MMU
475	depends on RISCV_ALTERNATIVE
476	default y
477	help
478	   Adds support to dynamically detect the presence of the Svpbmt
479	   ISA-extension (Supervisor-mode: page-based memory types) and
480	   enable its usage.
481
482	   The memory type for a page contains a combination of attributes
483	   that indicate the cacheability, idempotency, and ordering
484	   properties for access to that page.
485
486	   The Svpbmt extension is only available on 64-bit cpus.
487
488	   If you don't know what to do here, say Y.
489
490config TOOLCHAIN_HAS_V
491	bool
492	default y
493	depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64iv)
494	depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32iv)
495	depends on LLD_VERSION >= 140000 || LD_VERSION >= 23800
496	depends on AS_HAS_OPTION_ARCH
497
498config RISCV_ISA_V
499	bool "VECTOR extension support"
500	depends on TOOLCHAIN_HAS_V
501	depends on FPU
502	select DYNAMIC_SIGFRAME
503	default y
504	help
505	  Say N here if you want to disable all vector related procedure
506	  in the kernel.
507
508	  If you don't know what to do here, say Y.
509
510config RISCV_ISA_V_DEFAULT_ENABLE
511	bool "Enable userspace Vector by default"
512	depends on RISCV_ISA_V
513	default y
514	help
515	  Say Y here if you want to enable Vector in userspace by default.
516	  Otherwise, userspace has to make explicit prctl() call to enable
517	  Vector, or enable it via the sysctl interface.
518
519	  If you don't know what to do here, say Y.
520
521config TOOLCHAIN_HAS_ZBB
522	bool
523	default y
524	depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zbb)
525	depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zbb)
526	depends on LLD_VERSION >= 150000 || LD_VERSION >= 23900
527	depends on AS_HAS_OPTION_ARCH
528
529config RISCV_ISA_ZBB
530	bool "Zbb extension support for bit manipulation instructions"
531	depends on TOOLCHAIN_HAS_ZBB
532	depends on MMU
533	depends on RISCV_ALTERNATIVE
534	default y
535	help
536	   Adds support to dynamically detect the presence of the ZBB
537	   extension (basic bit manipulation) and enable its usage.
538
539	   The Zbb extension provides instructions to accelerate a number
540	   of bit-specific operations (count bit population, sign extending,
541	   bitrotation, etc).
542
543	   If you don't know what to do here, say Y.
544
545config RISCV_ISA_ZICBOM
546	bool "Zicbom extension support for non-coherent DMA operation"
547	depends on MMU
548	depends on RISCV_ALTERNATIVE
549	default y
550	select RISCV_DMA_NONCOHERENT
551	select DMA_DIRECT_REMAP
552	help
553	   Adds support to dynamically detect the presence of the ZICBOM
554	   extension (Cache Block Management Operations) and enable its
555	   usage.
556
557	   The Zicbom extension can be used to handle for example
558	   non-coherent DMA support on devices that need it.
559
560	   If you don't know what to do here, say Y.
561
562config RISCV_ISA_ZICBOZ
563	bool "Zicboz extension support for faster zeroing of memory"
564	depends on MMU
565	depends on RISCV_ALTERNATIVE
566	default y
567	help
568	   Enable the use of the Zicboz extension (cbo.zero instruction)
569	   when available.
570
571	   The Zicboz extension is used for faster zeroing of memory.
572
573	   If you don't know what to do here, say Y.
574
575config TOOLCHAIN_HAS_ZIHINTPAUSE
576	bool
577	default y
578	depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zihintpause)
579	depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zihintpause)
580	depends on LLD_VERSION >= 150000 || LD_VERSION >= 23600
581
582config TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI
583	def_bool y
584	# https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=aed44286efa8ae8717a77d94b51ac3614e2ca6dc
585	# https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=98416dbb0a62579d4a7a4a76bab51b5b52fec2cd
586	depends on AS_IS_GNU && AS_VERSION >= 23600
587	help
588	  Binutils-2.38 and GCC-12.1.0 bumped the default ISA spec to the newer
589	  20191213 version, which moves some instructions from the I extension to
590	  the Zicsr and Zifencei extensions. This requires explicitly specifying
591	  Zicsr and Zifencei when binutils >= 2.38 or GCC >= 12.1.0. Zicsr
592	  and Zifencei are supported in binutils from version 2.36 onwards.
593	  To make life easier, and avoid forcing toolchains that default to a
594	  newer ISA spec to version 2.2, relax the check to binutils >= 2.36.
595	  For clang < 17 or GCC < 11.3.0, for which this is not possible or need
596	  special treatment, this is dealt with in TOOLCHAIN_NEEDS_OLD_ISA_SPEC.
597
598config TOOLCHAIN_NEEDS_OLD_ISA_SPEC
599	def_bool y
600	depends on TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI
601	# https://github.com/llvm/llvm-project/commit/22e199e6afb1263c943c0c0d4498694e15bf8a16
602	# https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d29f5d6ab513c52fd872f532c492e35ae9fd6671
603	depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300)
604	help
605	  Certain versions of clang and GCC do not support zicsr and zifencei via
606	  -march. This option causes an older ISA spec compatible with these older
607	  versions of clang and GCC to be passed to GAS, which has the same result
608	  as passing zicsr and zifencei to -march.
609
610config FPU
611	bool "FPU support"
612	default y
613	help
614	  Say N here if you want to disable all floating-point related procedure
615	  in the kernel.
616
617	  If you don't know what to do here, say Y.
618
619config IRQ_STACKS
620	bool "Independent irq & softirq stacks" if EXPERT
621	default y
622	select HAVE_IRQ_EXIT_ON_IRQ_STACK
623	select HAVE_SOFTIRQ_ON_OWN_STACK
624	help
625	  Add independent irq & softirq stacks for percpu to prevent kernel stack
626	  overflows. We may save some memory footprint by disabling IRQ_STACKS.
627
628config THREAD_SIZE_ORDER
629	int "Kernel stack size (in power-of-two numbers of page size)" if VMAP_STACK && EXPERT
630	range 0 4
631	default 1 if 32BIT && !KASAN
632	default 3 if 64BIT && KASAN
633	default 2
634	help
635	  Specify the Pages of thread stack size (from 4KB to 64KB), which also
636	  affects irq stack size, which is equal to thread stack size.
637
638endmenu # "Platform type"
639
640menu "Kernel features"
641
642source "kernel/Kconfig.hz"
643
644config RISCV_SBI_V01
645	bool "SBI v0.1 support"
646	depends on RISCV_SBI
647	help
648	  This config allows kernel to use SBI v0.1 APIs. This will be
649	  deprecated in future once legacy M-mode software are no longer in use.
650
651config RISCV_BOOT_SPINWAIT
652	bool "Spinwait booting method"
653	depends on SMP
654	default y if RISCV_SBI_V01 || RISCV_M_MODE
655	help
656	  This enables support for booting Linux via spinwait method. In the
657	  spinwait method, all cores randomly jump to Linux. One of the cores
658	  gets chosen via lottery and all other keep spinning on a percpu
659	  variable. This method cannot support CPU hotplug and sparse hartid
660	  scheme. It should be only enabled for M-mode Linux or platforms relying
661	  on older firmware without SBI HSM extension. All other platforms should
662	  rely on ordered booting via SBI HSM extension which gets chosen
663	  dynamically at runtime if the firmware supports it.
664
665	  Since spinwait is incompatible with sparse hart IDs, it requires
666	  NR_CPUS be large enough to contain the physical hart ID of the first
667	  hart to enter Linux.
668
669	  If unsure what to do here, say N.
670
671config ARCH_SUPPORTS_KEXEC
672	def_bool MMU
673
674config ARCH_SELECTS_KEXEC
675	def_bool y
676	depends on KEXEC
677	select HOTPLUG_CPU if SMP
678
679config ARCH_SUPPORTS_KEXEC_FILE
680	def_bool 64BIT && MMU
681
682config ARCH_SELECTS_KEXEC_FILE
683	def_bool y
684	depends on KEXEC_FILE
685	select HAVE_IMA_KEXEC if IMA
686	select KEXEC_ELF
687
688config ARCH_SUPPORTS_KEXEC_PURGATORY
689	def_bool KEXEC_FILE
690	depends on CRYPTO=y
691	depends on CRYPTO_SHA256=y
692
693config ARCH_SUPPORTS_CRASH_DUMP
694	def_bool y
695
696config COMPAT
697	bool "Kernel support for 32-bit U-mode"
698	default 64BIT
699	depends on 64BIT && MMU
700	help
701	  This option enables support for a 32-bit U-mode running under a 64-bit
702	  kernel at S-mode. riscv32-specific components such as system calls,
703	  the user helper functions (vdso), signal rt_frame functions and the
704	  ptrace interface are handled appropriately by the kernel.
705
706	  If you want to execute 32-bit userspace applications, say Y.
707
708config RELOCATABLE
709	bool "Build a relocatable kernel"
710	depends on MMU && 64BIT && !XIP_KERNEL
711	help
712          This builds a kernel as a Position Independent Executable (PIE),
713          which retains all relocation metadata required to relocate the
714          kernel binary at runtime to a different virtual address than the
715          address it was linked at.
716          Since RISCV uses the RELA relocation format, this requires a
717          relocation pass at runtime even if the kernel is loaded at the
718          same address it was linked at.
719
720          If unsure, say N.
721
722config RANDOMIZE_BASE
723        bool "Randomize the address of the kernel image"
724        select RELOCATABLE
725        depends on MMU && 64BIT && !XIP_KERNEL
726        help
727          Randomizes the virtual address at which the kernel image is
728          loaded, as a security feature that deters exploit attempts
729          relying on knowledge of the location of kernel internals.
730
731          It is the bootloader's job to provide entropy, by passing a
732          random u64 value in /chosen/kaslr-seed at kernel entry.
733
734          When booting via the UEFI stub, it will invoke the firmware's
735          EFI_RNG_PROTOCOL implementation (if available) to supply entropy
736          to the kernel proper. In addition, it will randomise the physical
737          location of the kernel Image as well.
738
739          If unsure, say N.
740
741endmenu # "Kernel features"
742
743menu "Boot options"
744
745config CMDLINE
746	string "Built-in kernel command line"
747	help
748	  For most platforms, the arguments for the kernel's command line
749	  are provided at run-time, during boot. However, there are cases
750	  where either no arguments are being provided or the provided
751	  arguments are insufficient or even invalid.
752
753	  When that occurs, it is possible to define a built-in command
754	  line here and choose how the kernel should use it later on.
755
756choice
757	prompt "Built-in command line usage" if CMDLINE != ""
758	default CMDLINE_FALLBACK
759	help
760	  Choose how the kernel will handle the provided built-in command
761	  line.
762
763config CMDLINE_FALLBACK
764	bool "Use bootloader kernel arguments if available"
765	help
766	  Use the built-in command line as fallback in case we get nothing
767	  during boot. This is the default behaviour.
768
769config CMDLINE_EXTEND
770	bool "Extend bootloader kernel arguments"
771	help
772	  The command-line arguments provided during boot will be
773	  appended to the built-in command line. This is useful in
774	  cases where the provided arguments are insufficient and
775	  you don't want to or cannot modify them.
776
777config CMDLINE_FORCE
778	bool "Always use the default kernel command string"
779	help
780	  Always use the built-in command line, even if we get one during
781	  boot. This is useful in case you need to override the provided
782	  command line on systems where you don't have or want control
783	  over it.
784
785endchoice
786
787config EFI_STUB
788	bool
789
790config EFI
791	bool "UEFI runtime support"
792	depends on OF && !XIP_KERNEL
793	depends on MMU
794	default y
795	select ARCH_SUPPORTS_ACPI if 64BIT
796	select EFI_GENERIC_STUB
797	select EFI_PARAMS_FROM_FDT
798	select EFI_RUNTIME_WRAPPERS
799	select EFI_STUB
800	select LIBFDT
801	select RISCV_ISA_C
802	select UCS2_STRING
803	help
804	  This option provides support for runtime services provided
805	  by UEFI firmware (such as non-volatile variables, realtime
806	  clock, and platform reset). A UEFI stub is also provided to
807	  allow the kernel to be booted as an EFI application. This
808	  is only useful on systems that have UEFI firmware.
809
810config CC_HAVE_STACKPROTECTOR_TLS
811	def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0)
812
813config STACKPROTECTOR_PER_TASK
814	def_bool y
815	depends on !RANDSTRUCT
816	depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS
817
818config PHYS_RAM_BASE_FIXED
819	bool "Explicitly specified physical RAM address"
820	depends on NONPORTABLE
821	default n
822
823config PHYS_RAM_BASE
824	hex "Platform Physical RAM address"
825	depends on PHYS_RAM_BASE_FIXED
826	default "0x80000000"
827	help
828	  This is the physical address of RAM in the system. It has to be
829	  explicitly specified to run early relocations of read-write data
830	  from flash to RAM.
831
832config XIP_KERNEL
833	bool "Kernel Execute-In-Place from ROM"
834	depends on MMU && SPARSEMEM && NONPORTABLE
835	# This prevents XIP from being enabled by all{yes,mod}config, which
836	# fail to build since XIP doesn't support large kernels.
837	depends on !COMPILE_TEST
838	select PHYS_RAM_BASE_FIXED
839	help
840	  Execute-In-Place allows the kernel to run from non-volatile storage
841	  directly addressable by the CPU, such as NOR flash. This saves RAM
842	  space since the text section of the kernel is not loaded from flash
843	  to RAM.  Read-write sections, such as the data section and stack,
844	  are still copied to RAM.  The XIP kernel is not compressed since
845	  it has to run directly from flash, so it will take more space to
846	  store it.  The flash address used to link the kernel object files,
847	  and for storing it, is configuration dependent. Therefore, if you
848	  say Y here, you must know the proper physical address where to
849	  store the kernel image depending on your own flash memory usage.
850
851	  Also note that the make target becomes "make xipImage" rather than
852	  "make zImage" or "make Image".  The final kernel binary to put in
853	  ROM memory will be arch/riscv/boot/xipImage.
854
855	  SPARSEMEM is required because the kernel text and rodata that are
856	  flash resident are not backed by memmap, then any attempt to get
857	  a struct page on those regions will trigger a fault.
858
859	  If unsure, say N.
860
861config XIP_PHYS_ADDR
862	hex "XIP Kernel Physical Location"
863	depends on XIP_KERNEL
864	default "0x21000000"
865	help
866	  This is the physical address in your flash memory the kernel will
867	  be linked for and stored to.  This address is dependent on your
868	  own flash usage.
869
870config RISCV_ISA_FALLBACK
871	bool "Permit falling back to parsing riscv,isa for extension support by default"
872	default y
873	help
874	  Parsing the "riscv,isa" devicetree property has been deprecated and
875	  replaced by a list of explicitly defined strings. For compatibility
876	  with existing platforms, the kernel will fall back to parsing the
877	  "riscv,isa" property if the replacements are not found.
878
879	  Selecting N here will result in a kernel that does not use the
880	  fallback, unless the commandline "riscv_isa_fallback" parameter is
881	  present.
882
883	  Please see the dt-binding, located at
884	  Documentation/devicetree/bindings/riscv/extensions.yaml for details
885	  on the replacement properties, "riscv,isa-base" and
886	  "riscv,isa-extensions".
887
888endmenu # "Boot options"
889
890config BUILTIN_DTB
891	bool
892	depends on OF && NONPORTABLE
893	default y if XIP_KERNEL
894
895config PORTABLE
896	bool
897	default !NONPORTABLE
898	select EFI
899	select MMU
900	select OF
901
902menu "Power management options"
903
904source "kernel/power/Kconfig"
905
906# Hibernation is only possible on systems where the SBI implementation has
907# marked its reserved memory as not accessible from, or does not run
908# from the same memory as, Linux
909config ARCH_HIBERNATION_POSSIBLE
910	def_bool NONPORTABLE
911
912config ARCH_HIBERNATION_HEADER
913	def_bool HIBERNATION
914
915config ARCH_SUSPEND_POSSIBLE
916	def_bool y
917
918endmenu # "Power management options"
919
920menu "CPU Power Management"
921
922source "drivers/cpuidle/Kconfig"
923
924source "drivers/cpufreq/Kconfig"
925
926endmenu # "CPU Power Management"
927
928source "arch/riscv/kvm/Kconfig"
929
930source "drivers/acpi/Kconfig"
931