xref: /openbmc/linux/arch/riscv/Kconfig (revision a2977c0c)
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_MEMBARRIER_CALLBACKS
31	select ARCH_HAS_MMIOWB
32	select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE
33	select ARCH_HAS_PMEM_API
34	select ARCH_HAS_PTE_SPECIAL
35	select ARCH_HAS_SET_DIRECT_MAP if MMU
36	select ARCH_HAS_SET_MEMORY if MMU
37	select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL
38	select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL
39	select ARCH_HAS_SYSCALL_WRAPPER
40	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
41	select ARCH_HAS_UBSAN_SANITIZE_ALL
42	select ARCH_HAS_VDSO_DATA
43	select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
44	select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT
45	select ARCH_STACKWALK
46	select ARCH_SUPPORTS_ATOMIC_RMW
47	select ARCH_SUPPORTS_CFI_CLANG
48	select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU
49	select ARCH_SUPPORTS_HUGETLBFS if MMU
50	select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU
51	select ARCH_SUPPORTS_PER_VMA_LOCK if MMU
52	select ARCH_USE_MEMTEST
53	select ARCH_USE_QUEUED_RWLOCKS
54	select ARCH_USES_CFI_TRAPS if CFI_CLANG
55	select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
56	select ARCH_WANT_FRAME_POINTERS
57	select ARCH_WANT_GENERAL_HUGETLB if !RISCV_ISA_SVNAPOT
58	select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
59	select ARCH_WANT_LD_ORPHAN_WARN if !XIP_KERNEL
60	select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
61	select ARCH_WANTS_THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE
62	select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU
63	select BUILDTIME_TABLE_SORT if MMU
64	select CLINT_TIMER if !MMU
65	select CLONE_BACKWARDS
66	select COMMON_CLK
67	select CPU_PM if CPU_IDLE || HIBERNATION
68	select EDAC_SUPPORT
69	select FRAME_POINTER if PERF_EVENTS || (FUNCTION_TRACER && !DYNAMIC_FTRACE)
70	select GENERIC_ARCH_TOPOLOGY
71	select GENERIC_ATOMIC64 if !64BIT
72	select GENERIC_CLOCKEVENTS_BROADCAST if SMP
73	select GENERIC_EARLY_IOREMAP
74	select GENERIC_ENTRY
75	select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO
76	select GENERIC_IDLE_POLL_SETUP
77	select GENERIC_IOREMAP if MMU
78	select GENERIC_IRQ_IPI if SMP
79	select GENERIC_IRQ_IPI_MUX if SMP
80	select GENERIC_IRQ_MULTI_HANDLER
81	select GENERIC_IRQ_SHOW
82	select GENERIC_IRQ_SHOW_LEVEL
83	select GENERIC_LIB_DEVMEM_IS_ALLOWED
84	select GENERIC_PCI_IOMAP
85	select GENERIC_PTDUMP if MMU
86	select GENERIC_SCHED_CLOCK
87	select GENERIC_SMP_IDLE_THREAD
88	select GENERIC_TIME_VSYSCALL if MMU && 64BIT
89	select GENERIC_VDSO_TIME_NS if HAVE_GENERIC_VDSO
90	select HARDIRQS_SW_RESEND
91	select HAS_IOPORT if MMU
92	select HAVE_ARCH_AUDITSYSCALL
93	select HAVE_ARCH_HUGE_VMALLOC if HAVE_ARCH_HUGE_VMAP
94	select HAVE_ARCH_HUGE_VMAP if MMU && 64BIT && !XIP_KERNEL
95	select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
96	select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL
97	select HAVE_ARCH_KASAN if MMU && 64BIT
98	select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT
99	select HAVE_ARCH_KFENCE if MMU && 64BIT
100	select HAVE_ARCH_KGDB if !XIP_KERNEL
101	select HAVE_ARCH_KGDB_QXFER_PKT
102	select HAVE_ARCH_MMAP_RND_BITS if MMU
103	select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
104	select HAVE_ARCH_SECCOMP_FILTER
105	select HAVE_ARCH_THREAD_STRUCT_WHITELIST
106	select HAVE_ARCH_TRACEHOOK
107	select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU
108	select HAVE_ARCH_USERFAULTFD_MINOR if 64BIT && USERFAULTFD
109	select HAVE_ARCH_VMAP_STACK if MMU && 64BIT
110	select HAVE_ASM_MODVERSIONS
111	select HAVE_CONTEXT_TRACKING_USER
112	select HAVE_DEBUG_KMEMLEAK
113	select HAVE_DMA_CONTIGUOUS if MMU
114	select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && (CLANG_SUPPORTS_DYNAMIC_FTRACE || GCC_SUPPORTS_DYNAMIC_FTRACE)
115	select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
116	select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL
117	select HAVE_FUNCTION_GRAPH_TRACER
118	select HAVE_FUNCTION_GRAPH_RETVAL if HAVE_FUNCTION_GRAPH_TRACER
119	select HAVE_FUNCTION_TRACER if !XIP_KERNEL && !PREEMPTION
120	select HAVE_EBPF_JIT if MMU
121	select HAVE_FUNCTION_ARG_ACCESS_API
122	select HAVE_FUNCTION_ERROR_INJECTION
123	select HAVE_GCC_PLUGINS
124	select HAVE_GENERIC_VDSO if MMU && 64BIT
125	select HAVE_IRQ_TIME_ACCOUNTING
126	select HAVE_KPROBES if !XIP_KERNEL
127	select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL
128	select HAVE_KRETPROBES if !XIP_KERNEL
129	# https://github.com/ClangBuiltLinux/linux/issues/1881
130	select HAVE_LD_DEAD_CODE_DATA_ELIMINATION if !LD_IS_LLD
131	select HAVE_MOVE_PMD
132	select HAVE_MOVE_PUD
133	select HAVE_PCI
134	select HAVE_PERF_EVENTS
135	select HAVE_PERF_REGS
136	select HAVE_PERF_USER_STACK_DUMP
137	select HAVE_POSIX_CPU_TIMERS_TASK_WORK
138	select HAVE_PREEMPT_DYNAMIC_KEY if !XIP_KERNEL
139	select HAVE_REGS_AND_STACK_ACCESS_API
140	select HAVE_RETHOOK if !XIP_KERNEL
141	select HAVE_RSEQ
142	select HAVE_STACKPROTECTOR
143	select HAVE_SYSCALL_TRACEPOINTS
144	select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
145	select IRQ_DOMAIN
146	select IRQ_FORCED_THREADING
147	select KASAN_VMALLOC if KASAN
148	select LOCK_MM_AND_FIND_VMA
149	select MODULES_USE_ELF_RELA if MODULES
150	select MODULE_SECTIONS if MODULES
151	select OF
152	select OF_EARLY_FLATTREE
153	select OF_IRQ
154	select PCI_DOMAINS_GENERIC if PCI
155	select PCI_MSI if PCI
156	select RISCV_ALTERNATIVE if !XIP_KERNEL
157	select RISCV_INTC
158	select RISCV_TIMER if RISCV_SBI
159	select SIFIVE_PLIC
160	select SPARSE_IRQ
161	select SYSCTL_EXCEPTION_TRACE
162	select THREAD_INFO_IN_TASK
163	select TRACE_IRQFLAGS_SUPPORT
164	select UACCESS_MEMCPY if !MMU
165	select ZONE_DMA32 if 64BIT
166
167config CLANG_SUPPORTS_DYNAMIC_FTRACE
168	def_bool CC_IS_CLANG
169	# https://github.com/llvm/llvm-project/commit/6ab8927931851bb42b2c93a00801dc499d7d9b1e
170	depends on CLANG_VERSION >= 130000
171	# https://github.com/ClangBuiltLinux/linux/issues/1817
172	depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600))
173
174config GCC_SUPPORTS_DYNAMIC_FTRACE
175	def_bool CC_IS_GCC
176	depends on $(cc-option,-fpatchable-function-entry=8)
177
178config ARCH_MMAP_RND_BITS_MIN
179	default 18 if 64BIT
180	default 8
181
182config ARCH_MMAP_RND_COMPAT_BITS_MIN
183	default 8
184
185# max bits determined by the following formula:
186#  VA_BITS - PAGE_SHIFT - 3
187config ARCH_MMAP_RND_BITS_MAX
188	default 24 if 64BIT # SV39 based
189	default 17
190
191config ARCH_MMAP_RND_COMPAT_BITS_MAX
192	default 17
193
194# set if we run in machine mode, cleared if we run in supervisor mode
195config RISCV_M_MODE
196	bool
197	default !MMU
198
199# set if we are running in S-mode and can use SBI calls
200config RISCV_SBI
201	bool
202	depends on !RISCV_M_MODE
203	default y
204
205config MMU
206	bool "MMU-based Paged Memory Management Support"
207	default y
208	help
209	  Select if you want MMU-based virtualised addressing space
210	  support by paged memory management. If unsure, say 'Y'.
211
212config PAGE_OFFSET
213	hex
214	default 0xC0000000 if 32BIT && MMU
215	default 0x80000000 if !MMU
216	default 0xff60000000000000 if 64BIT
217
218config KASAN_SHADOW_OFFSET
219	hex
220	depends on KASAN_GENERIC
221	default 0xdfffffff00000000 if 64BIT
222	default 0xffffffff if 32BIT
223
224config ARCH_FLATMEM_ENABLE
225	def_bool !NUMA
226
227config ARCH_SPARSEMEM_ENABLE
228	def_bool y
229	depends on MMU
230	select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
231	select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
232
233config ARCH_SELECT_MEMORY_MODEL
234	def_bool ARCH_SPARSEMEM_ENABLE
235
236config ARCH_SUPPORTS_UPROBES
237	def_bool y
238
239config STACKTRACE_SUPPORT
240	def_bool y
241
242config GENERIC_BUG
243	def_bool y
244	depends on BUG
245	select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
246
247config GENERIC_BUG_RELATIVE_POINTERS
248	bool
249
250config GENERIC_CALIBRATE_DELAY
251	def_bool y
252
253config GENERIC_CSUM
254	def_bool y
255
256config GENERIC_HWEIGHT
257	def_bool y
258
259config FIX_EARLYCON_MEM
260	def_bool MMU
261
262config PGTABLE_LEVELS
263	int
264	default 5 if 64BIT
265	default 2
266
267config LOCKDEP_SUPPORT
268	def_bool y
269
270config RISCV_DMA_NONCOHERENT
271	bool
272	select ARCH_HAS_DMA_PREP_COHERENT
273	select ARCH_HAS_SETUP_DMA_OPS
274	select ARCH_HAS_SYNC_DMA_FOR_CPU
275	select ARCH_HAS_SYNC_DMA_FOR_DEVICE
276	select DMA_BOUNCE_UNALIGNED_KMALLOC if SWIOTLB
277
278config RISCV_NONSTANDARD_CACHE_OPS
279	bool
280	help
281	  This enables function pointer support for non-standard noncoherent
282	  systems to handle cache management.
283
284config AS_HAS_INSN
285	def_bool $(as-instr,.insn r 51$(comma) 0$(comma) 0$(comma) t0$(comma) t0$(comma) zero)
286
287config AS_HAS_OPTION_ARCH
288	# https://reviews.llvm.org/D123515
289	def_bool y
290	depends on $(as-instr, .option arch$(comma) +m)
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=rv64imv)
494	depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32imv)
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 y
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
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 ARCH_SUPPORTS_KEXEC_FILE
690
691config ARCH_SUPPORTS_CRASH_DUMP
692	def_bool y
693
694config COMPAT
695	bool "Kernel support for 32-bit U-mode"
696	default 64BIT
697	depends on 64BIT && MMU
698	help
699	  This option enables support for a 32-bit U-mode running under a 64-bit
700	  kernel at S-mode. riscv32-specific components such as system calls,
701	  the user helper functions (vdso), signal rt_frame functions and the
702	  ptrace interface are handled appropriately by the kernel.
703
704	  If you want to execute 32-bit userspace applications, say Y.
705
706config RELOCATABLE
707	bool "Build a relocatable kernel"
708	depends on MMU && 64BIT && !XIP_KERNEL
709	help
710          This builds a kernel as a Position Independent Executable (PIE),
711          which retains all relocation metadata required to relocate the
712          kernel binary at runtime to a different virtual address than the
713          address it was linked at.
714          Since RISCV uses the RELA relocation format, this requires a
715          relocation pass at runtime even if the kernel is loaded at the
716          same address it was linked at.
717
718          If unsure, say N.
719
720config RANDOMIZE_BASE
721        bool "Randomize the address of the kernel image"
722        select RELOCATABLE
723        depends on MMU && 64BIT && !XIP_KERNEL
724        help
725          Randomizes the virtual address at which the kernel image is
726          loaded, as a security feature that deters exploit attempts
727          relying on knowledge of the location of kernel internals.
728
729          It is the bootloader's job to provide entropy, by passing a
730          random u64 value in /chosen/kaslr-seed at kernel entry.
731
732          When booting via the UEFI stub, it will invoke the firmware's
733          EFI_RNG_PROTOCOL implementation (if available) to supply entropy
734          to the kernel proper. In addition, it will randomise the physical
735          location of the kernel Image as well.
736
737          If unsure, say N.
738
739endmenu # "Kernel features"
740
741menu "Boot options"
742
743config CMDLINE
744	string "Built-in kernel command line"
745	help
746	  For most platforms, the arguments for the kernel's command line
747	  are provided at run-time, during boot. However, there are cases
748	  where either no arguments are being provided or the provided
749	  arguments are insufficient or even invalid.
750
751	  When that occurs, it is possible to define a built-in command
752	  line here and choose how the kernel should use it later on.
753
754choice
755	prompt "Built-in command line usage" if CMDLINE != ""
756	default CMDLINE_FALLBACK
757	help
758	  Choose how the kernel will handle the provided built-in command
759	  line.
760
761config CMDLINE_FALLBACK
762	bool "Use bootloader kernel arguments if available"
763	help
764	  Use the built-in command line as fallback in case we get nothing
765	  during boot. This is the default behaviour.
766
767config CMDLINE_EXTEND
768	bool "Extend bootloader kernel arguments"
769	help
770	  The command-line arguments provided during boot will be
771	  appended to the built-in command line. This is useful in
772	  cases where the provided arguments are insufficient and
773	  you don't want to or cannot modify them.
774
775config CMDLINE_FORCE
776	bool "Always use the default kernel command string"
777	help
778	  Always use the built-in command line, even if we get one during
779	  boot. This is useful in case you need to override the provided
780	  command line on systems where you don't have or want control
781	  over it.
782
783endchoice
784
785config EFI_STUB
786	bool
787
788config EFI
789	bool "UEFI runtime support"
790	depends on OF && !XIP_KERNEL
791	depends on MMU
792	default y
793	select ARCH_SUPPORTS_ACPI if 64BIT
794	select EFI_GENERIC_STUB
795	select EFI_PARAMS_FROM_FDT
796	select EFI_RUNTIME_WRAPPERS
797	select EFI_STUB
798	select LIBFDT
799	select RISCV_ISA_C
800	select UCS2_STRING
801	help
802	  This option provides support for runtime services provided
803	  by UEFI firmware (such as non-volatile variables, realtime
804	  clock, and platform reset). A UEFI stub is also provided to
805	  allow the kernel to be booted as an EFI application. This
806	  is only useful on systems that have UEFI firmware.
807
808config CC_HAVE_STACKPROTECTOR_TLS
809	def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0)
810
811config STACKPROTECTOR_PER_TASK
812	def_bool y
813	depends on !RANDSTRUCT
814	depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS
815
816config PHYS_RAM_BASE_FIXED
817	bool "Explicitly specified physical RAM address"
818	depends on NONPORTABLE
819	default n
820
821config PHYS_RAM_BASE
822	hex "Platform Physical RAM address"
823	depends on PHYS_RAM_BASE_FIXED
824	default "0x80000000"
825	help
826	  This is the physical address of RAM in the system. It has to be
827	  explicitly specified to run early relocations of read-write data
828	  from flash to RAM.
829
830config XIP_KERNEL
831	bool "Kernel Execute-In-Place from ROM"
832	depends on MMU && SPARSEMEM && NONPORTABLE
833	# This prevents XIP from being enabled by all{yes,mod}config, which
834	# fail to build since XIP doesn't support large kernels.
835	depends on !COMPILE_TEST
836	select PHYS_RAM_BASE_FIXED
837	help
838	  Execute-In-Place allows the kernel to run from non-volatile storage
839	  directly addressable by the CPU, such as NOR flash. This saves RAM
840	  space since the text section of the kernel is not loaded from flash
841	  to RAM.  Read-write sections, such as the data section and stack,
842	  are still copied to RAM.  The XIP kernel is not compressed since
843	  it has to run directly from flash, so it will take more space to
844	  store it.  The flash address used to link the kernel object files,
845	  and for storing it, is configuration dependent. Therefore, if you
846	  say Y here, you must know the proper physical address where to
847	  store the kernel image depending on your own flash memory usage.
848
849	  Also note that the make target becomes "make xipImage" rather than
850	  "make zImage" or "make Image".  The final kernel binary to put in
851	  ROM memory will be arch/riscv/boot/xipImage.
852
853	  SPARSEMEM is required because the kernel text and rodata that are
854	  flash resident are not backed by memmap, then any attempt to get
855	  a struct page on those regions will trigger a fault.
856
857	  If unsure, say N.
858
859config XIP_PHYS_ADDR
860	hex "XIP Kernel Physical Location"
861	depends on XIP_KERNEL
862	default "0x21000000"
863	help
864	  This is the physical address in your flash memory the kernel will
865	  be linked for and stored to.  This address is dependent on your
866	  own flash usage.
867
868config RISCV_ISA_FALLBACK
869	bool "Permit falling back to parsing riscv,isa for extension support by default"
870	default y
871	help
872	  Parsing the "riscv,isa" devicetree property has been deprecated and
873	  replaced by a list of explicitly defined strings. For compatibility
874	  with existing platforms, the kernel will fall back to parsing the
875	  "riscv,isa" property if the replacements are not found.
876
877	  Selecting N here will result in a kernel that does not use the
878	  fallback, unless the commandline "riscv_isa_fallback" parameter is
879	  present.
880
881	  Please see the dt-binding, located at
882	  Documentation/devicetree/bindings/riscv/extensions.yaml for details
883	  on the replacement properties, "riscv,isa-base" and
884	  "riscv,isa-extensions".
885
886endmenu # "Boot options"
887
888config BUILTIN_DTB
889	bool
890	depends on OF && NONPORTABLE
891	default y if XIP_KERNEL
892
893config PORTABLE
894	bool
895	default !NONPORTABLE
896	select EFI
897	select MMU
898	select OF
899
900menu "Power management options"
901
902source "kernel/power/Kconfig"
903
904# Hibernation is only possible on systems where the SBI implementation has
905# marked its reserved memory as not accessible from, or does not run
906# from the same memory as, Linux
907config ARCH_HIBERNATION_POSSIBLE
908	def_bool NONPORTABLE
909
910config ARCH_HIBERNATION_HEADER
911	def_bool HIBERNATION
912
913config ARCH_SUSPEND_POSSIBLE
914	def_bool y
915
916endmenu # "Power management options"
917
918menu "CPU Power Management"
919
920source "drivers/cpuidle/Kconfig"
921
922source "drivers/cpufreq/Kconfig"
923
924endmenu # "CPU Power Management"
925
926source "arch/riscv/kvm/Kconfig"
927
928source "drivers/acpi/Kconfig"
929