Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd
[platform/kernel/linux-starfive.git] / arch / riscv / Kconfig
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
7 config 64BIT
8         bool
9
10 config 32BIT
11         bool
12
13 config 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
166 config 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
173 config GCC_SUPPORTS_DYNAMIC_FTRACE
174         def_bool CC_IS_GCC
175         depends on $(cc-option,-fpatchable-function-entry=8)
176
177 config ARCH_MMAP_RND_BITS_MIN
178         default 18 if 64BIT
179         default 8
180
181 config ARCH_MMAP_RND_COMPAT_BITS_MIN
182         default 8
183
184 # max bits determined by the following formula:
185 #  VA_BITS - PAGE_SHIFT - 3
186 config ARCH_MMAP_RND_BITS_MAX
187         default 24 if 64BIT # SV39 based
188         default 17
189
190 config 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
194 config RISCV_M_MODE
195         bool
196         default !MMU
197
198 # set if we are running in S-mode and can use SBI calls
199 config RISCV_SBI
200         bool
201         depends on !RISCV_M_MODE
202         default y
203
204 config 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
211 config PAGE_OFFSET
212         hex
213         default 0xC0000000 if 32BIT && MMU
214         default 0x80000000 if !MMU
215         default 0xff60000000000000 if 64BIT
216
217 config KASAN_SHADOW_OFFSET
218         hex
219         depends on KASAN_GENERIC
220         default 0xdfffffff00000000 if 64BIT
221         default 0xffffffff if 32BIT
222
223 config ARCH_FLATMEM_ENABLE
224         def_bool !NUMA
225
226 config 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
232 config ARCH_SELECT_MEMORY_MODEL
233         def_bool ARCH_SPARSEMEM_ENABLE
234
235 config ARCH_SUPPORTS_UPROBES
236         def_bool y
237
238 config STACKTRACE_SUPPORT
239         def_bool y
240
241 config GENERIC_BUG
242         def_bool y
243         depends on BUG
244         select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
245
246 config GENERIC_BUG_RELATIVE_POINTERS
247         bool
248
249 config GENERIC_CALIBRATE_DELAY
250         def_bool y
251
252 config GENERIC_CSUM
253         def_bool y
254
255 config GENERIC_HWEIGHT
256         def_bool y
257
258 config FIX_EARLYCON_MEM
259         def_bool MMU
260
261 config PGTABLE_LEVELS
262         int
263         default 5 if 64BIT
264         default 2
265
266 config LOCKDEP_SUPPORT
267         def_bool y
268
269 config 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         select DMA_DIRECT_REMAP
277
278 config AS_HAS_INSN
279         def_bool $(as-instr,.insn r 51$(comma) 0$(comma) 0$(comma) t0$(comma) t0$(comma) zero)
280
281 config AS_HAS_OPTION_ARCH
282         # https://reviews.llvm.org/D123515
283         def_bool y
284         depends on $(as-instr, .option arch$(comma) +m)
285         depends on !$(as-instr, .option arch$(comma) -i)
286
287 source "arch/riscv/Kconfig.socs"
288 source "arch/riscv/Kconfig.errata"
289
290 menu "Platform type"
291
292 config NONPORTABLE
293         bool "Allow configurations that result in non-portable kernels"
294         help
295           RISC-V kernel binaries are compatible between all known systems
296           whenever possible, but there are some use cases that can only be
297           satisfied by configurations that result in kernel binaries that are
298           not portable between systems.
299
300           Selecting N does not guarantee kernels will be portable to all known
301           systems.  Selecting any of the options guarded by NONPORTABLE will
302           result in kernel binaries that are unlikely to be portable between
303           systems.
304
305           If unsure, say N.
306
307 choice
308         prompt "Base ISA"
309         default ARCH_RV64I
310         help
311           This selects the base ISA that this kernel will target and must match
312           the target platform.
313
314 config ARCH_RV32I
315         bool "RV32I"
316         depends on NONPORTABLE
317         select 32BIT
318         select GENERIC_LIB_ASHLDI3
319         select GENERIC_LIB_ASHRDI3
320         select GENERIC_LIB_LSHRDI3
321         select GENERIC_LIB_UCMPDI2
322
323 config ARCH_RV64I
324         bool "RV64I"
325         select 64BIT
326         select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
327         select SWIOTLB if MMU
328
329 endchoice
330
331 # We must be able to map all physical memory into the kernel, but the compiler
332 # is still a bit more efficient when generating code if it's setup in a manner
333 # such that it can only map 2GiB of memory.
334 choice
335         prompt "Kernel Code Model"
336         default CMODEL_MEDLOW if 32BIT
337         default CMODEL_MEDANY if 64BIT
338
339         config CMODEL_MEDLOW
340                 bool "medium low code model"
341         config CMODEL_MEDANY
342                 bool "medium any code model"
343 endchoice
344
345 config MODULE_SECTIONS
346         bool
347         select HAVE_MOD_ARCH_SPECIFIC
348
349 config SMP
350         bool "Symmetric Multi-Processing"
351         help
352           This enables support for systems with more than one CPU.  If
353           you say N here, the kernel will run on single and
354           multiprocessor machines, but will use only one CPU of a
355           multiprocessor machine. If you say Y here, the kernel will run
356           on many, but not all, single processor machines. On a single
357           processor machine, the kernel will run faster if you say N
358           here.
359
360           If you don't know what to do here, say N.
361
362 config SCHED_MC
363         bool "Multi-core scheduler support"
364         depends on SMP
365         help
366           Multi-core scheduler support improves the CPU scheduler's decision
367           making when dealing with multi-core CPU chips at a cost of slightly
368           increased overhead in some places. If unsure say N here.
369
370 config NR_CPUS
371         int "Maximum number of CPUs (2-512)"
372         depends on SMP
373         range 2 512 if !RISCV_SBI_V01
374         range 2 32 if RISCV_SBI_V01 && 32BIT
375         range 2 64 if RISCV_SBI_V01 && 64BIT
376         default "32" if 32BIT
377         default "64" if 64BIT
378
379 config HOTPLUG_CPU
380         bool "Support for hot-pluggable CPUs"
381         depends on SMP
382         select GENERIC_IRQ_MIGRATION
383         help
384
385           Say Y here to experiment with turning CPUs off and on.  CPUs
386           can be controlled through /sys/devices/system/cpu.
387
388           Say N if you want to disable CPU hotplug.
389
390 choice
391         prompt "CPU Tuning"
392         default TUNE_GENERIC
393
394 config TUNE_GENERIC
395         bool "generic"
396
397 endchoice
398
399 # Common NUMA Features
400 config NUMA
401         bool "NUMA Memory Allocation and Scheduler Support"
402         depends on SMP && MMU
403         select ARCH_SUPPORTS_NUMA_BALANCING
404         select GENERIC_ARCH_NUMA
405         select NEED_PER_CPU_EMBED_FIRST_CHUNK
406         select OF_NUMA
407         select USE_PERCPU_NUMA_NODE_ID
408         help
409           Enable NUMA (Non-Uniform Memory Access) support.
410
411           The kernel will try to allocate memory used by a CPU on the
412           local memory of the CPU and add some more NUMA awareness to the kernel.
413
414 config NODES_SHIFT
415         int "Maximum NUMA Nodes (as a power of 2)"
416         range 1 10
417         default "2"
418         depends on NUMA
419         help
420           Specify the maximum number of NUMA Nodes available on the target
421           system.  Increases memory reserved to accommodate various tables.
422
423 config RISCV_ALTERNATIVE
424         bool
425         depends on !XIP_KERNEL
426         help
427           This Kconfig allows the kernel to automatically patch the
428           erratum or cpufeature required by the execution platform at run
429           time. The code patching overhead is minimal, as it's only done
430           once at boot and once on each module load.
431
432 config RISCV_ALTERNATIVE_EARLY
433         bool
434         depends on RISCV_ALTERNATIVE
435         help
436           Allows early patching of the kernel for special errata
437
438 config RISCV_ISA_C
439         bool "Emit compressed instructions when building Linux"
440         default y
441         help
442           Adds "C" to the ISA subsets that the toolchain is allowed to emit
443           when building Linux, which results in compressed instructions in the
444           Linux binary.
445
446           If you don't know what to do here, say Y.
447
448 config RISCV_ISA_SVNAPOT
449         bool "Svnapot extension support for supervisor mode NAPOT pages"
450         depends on 64BIT && MMU
451         depends on RISCV_ALTERNATIVE
452         default y
453         help
454           Allow kernel to detect the Svnapot ISA-extension dynamically at boot
455           time and enable its usage.
456
457           The Svnapot extension is used to mark contiguous PTEs as a range
458           of contiguous virtual-to-physical translations for a naturally
459           aligned power-of-2 (NAPOT) granularity larger than the base 4KB page
460           size. When HUGETLBFS is also selected this option unconditionally
461           allocates some memory for each NAPOT page size supported by the kernel.
462           When optimizing for low memory consumption and for platforms without
463           the Svnapot extension, it may be better to say N here.
464
465           If you don't know what to do here, say Y.
466
467 config RISCV_ISA_SVPBMT
468         bool "Svpbmt extension support for supervisor mode page-based memory types"
469         depends on 64BIT && MMU
470         depends on RISCV_ALTERNATIVE
471         default y
472         help
473            Adds support to dynamically detect the presence of the Svpbmt
474            ISA-extension (Supervisor-mode: page-based memory types) and
475            enable its usage.
476
477            The memory type for a page contains a combination of attributes
478            that indicate the cacheability, idempotency, and ordering
479            properties for access to that page.
480
481            The Svpbmt extension is only available on 64-bit cpus.
482
483            If you don't know what to do here, say Y.
484
485 config TOOLCHAIN_HAS_V
486         bool
487         default y
488         depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64iv)
489         depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32iv)
490         depends on LLD_VERSION >= 140000 || LD_VERSION >= 23800
491         depends on AS_HAS_OPTION_ARCH
492
493 config RISCV_ISA_V
494         bool "VECTOR extension support"
495         depends on TOOLCHAIN_HAS_V
496         depends on FPU
497         select DYNAMIC_SIGFRAME
498         default y
499         help
500           Say N here if you want to disable all vector related procedure
501           in the kernel.
502
503           If you don't know what to do here, say Y.
504
505 config RISCV_ISA_V_DEFAULT_ENABLE
506         bool "Enable userspace Vector by default"
507         depends on RISCV_ISA_V
508         default y
509         help
510           Say Y here if you want to enable Vector in userspace by default.
511           Otherwise, userspace has to make explicit prctl() call to enable
512           Vector, or enable it via the sysctl interface.
513
514           If you don't know what to do here, say Y.
515
516 config TOOLCHAIN_HAS_ZBB
517         bool
518         default y
519         depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zbb)
520         depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zbb)
521         depends on LLD_VERSION >= 150000 || LD_VERSION >= 23900
522         depends on AS_HAS_OPTION_ARCH
523
524 config RISCV_ISA_ZBB
525         bool "Zbb extension support for bit manipulation instructions"
526         depends on TOOLCHAIN_HAS_ZBB
527         depends on MMU
528         depends on RISCV_ALTERNATIVE
529         default y
530         help
531            Adds support to dynamically detect the presence of the ZBB
532            extension (basic bit manipulation) and enable its usage.
533
534            The Zbb extension provides instructions to accelerate a number
535            of bit-specific operations (count bit population, sign extending,
536            bitrotation, etc).
537
538            If you don't know what to do here, say Y.
539
540 config RISCV_ISA_ZICBOM
541         bool "Zicbom extension support for non-coherent DMA operation"
542         depends on MMU
543         depends on RISCV_ALTERNATIVE
544         default y
545         select RISCV_DMA_NONCOHERENT
546         help
547            Adds support to dynamically detect the presence of the ZICBOM
548            extension (Cache Block Management Operations) and enable its
549            usage.
550
551            The Zicbom extension can be used to handle for example
552            non-coherent DMA support on devices that need it.
553
554            If you don't know what to do here, say Y.
555
556 config RISCV_ISA_ZICBOZ
557         bool "Zicboz extension support for faster zeroing of memory"
558         depends on MMU
559         depends on RISCV_ALTERNATIVE
560         default y
561         help
562            Enable the use of the Zicboz extension (cbo.zero instruction)
563            when available.
564
565            The Zicboz extension is used for faster zeroing of memory.
566
567            If you don't know what to do here, say Y.
568
569 config TOOLCHAIN_HAS_ZIHINTPAUSE
570         bool
571         default y
572         depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zihintpause)
573         depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zihintpause)
574         depends on LLD_VERSION >= 150000 || LD_VERSION >= 23600
575
576 config TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI
577         def_bool y
578         # https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=aed44286efa8ae8717a77d94b51ac3614e2ca6dc
579         # https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=98416dbb0a62579d4a7a4a76bab51b5b52fec2cd
580         depends on AS_IS_GNU && AS_VERSION >= 23600
581         help
582           Binutils-2.38 and GCC-12.1.0 bumped the default ISA spec to the newer
583           20191213 version, which moves some instructions from the I extension to
584           the Zicsr and Zifencei extensions. This requires explicitly specifying
585           Zicsr and Zifencei when binutils >= 2.38 or GCC >= 12.1.0. Zicsr
586           and Zifencei are supported in binutils from version 2.36 onwards.
587           To make life easier, and avoid forcing toolchains that default to a
588           newer ISA spec to version 2.2, relax the check to binutils >= 2.36.
589           For clang < 17 or GCC < 11.3.0, for which this is not possible or need
590           special treatment, this is dealt with in TOOLCHAIN_NEEDS_OLD_ISA_SPEC.
591
592 config TOOLCHAIN_NEEDS_OLD_ISA_SPEC
593         def_bool y
594         depends on TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI
595         # https://github.com/llvm/llvm-project/commit/22e199e6afb1263c943c0c0d4498694e15bf8a16
596         # https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d29f5d6ab513c52fd872f532c492e35ae9fd6671
597         depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300)
598         help
599           Certain versions of clang and GCC do not support zicsr and zifencei via
600           -march. This option causes an older ISA spec compatible with these older
601           versions of clang and GCC to be passed to GAS, which has the same result
602           as passing zicsr and zifencei to -march.
603
604 config FPU
605         bool "FPU support"
606         default y
607         help
608           Say N here if you want to disable all floating-point related procedure
609           in the kernel.
610
611           If you don't know what to do here, say Y.
612
613 config IRQ_STACKS
614         bool "Independent irq & softirq stacks" if EXPERT
615         default y
616         select HAVE_IRQ_EXIT_ON_IRQ_STACK
617         select HAVE_SOFTIRQ_ON_OWN_STACK
618         help
619           Add independent irq & softirq stacks for percpu to prevent kernel stack
620           overflows. We may save some memory footprint by disabling IRQ_STACKS.
621
622 config THREAD_SIZE_ORDER
623         int "Kernel stack size (in power-of-two numbers of page size)" if VMAP_STACK && EXPERT
624         range 0 4
625         default 1 if 32BIT && !KASAN
626         default 3 if 64BIT && KASAN
627         default 2
628         help
629           Specify the Pages of thread stack size (from 4KB to 64KB), which also
630           affects irq stack size, which is equal to thread stack size.
631
632 endmenu # "Platform type"
633
634 menu "Kernel features"
635
636 source "kernel/Kconfig.hz"
637
638 config RISCV_SBI_V01
639         bool "SBI v0.1 support"
640         depends on RISCV_SBI
641         help
642           This config allows kernel to use SBI v0.1 APIs. This will be
643           deprecated in future once legacy M-mode software are no longer in use.
644
645 config RISCV_BOOT_SPINWAIT
646         bool "Spinwait booting method"
647         depends on SMP
648         default y if RISCV_SBI_V01 || RISCV_M_MODE
649         help
650           This enables support for booting Linux via spinwait method. In the
651           spinwait method, all cores randomly jump to Linux. One of the cores
652           gets chosen via lottery and all other keep spinning on a percpu
653           variable. This method cannot support CPU hotplug and sparse hartid
654           scheme. It should be only enabled for M-mode Linux or platforms relying
655           on older firmware without SBI HSM extension. All other platforms should
656           rely on ordered booting via SBI HSM extension which gets chosen
657           dynamically at runtime if the firmware supports it.
658
659           Since spinwait is incompatible with sparse hart IDs, it requires
660           NR_CPUS be large enough to contain the physical hart ID of the first
661           hart to enter Linux.
662
663           If unsure what to do here, say N.
664
665 config ARCH_SUPPORTS_KEXEC
666         def_bool MMU
667
668 config ARCH_SELECTS_KEXEC
669         def_bool y
670         depends on KEXEC
671         select HOTPLUG_CPU if SMP
672
673 config ARCH_SUPPORTS_KEXEC_FILE
674         def_bool 64BIT && MMU
675
676 config ARCH_SELECTS_KEXEC_FILE
677         def_bool y
678         depends on KEXEC_FILE
679         select HAVE_IMA_KEXEC if IMA
680         select KEXEC_ELF
681
682 config ARCH_SUPPORTS_KEXEC_PURGATORY
683         def_bool KEXEC_FILE
684         depends on CRYPTO=y
685         depends on CRYPTO_SHA256=y
686
687 config ARCH_SUPPORTS_CRASH_DUMP
688         def_bool y
689
690 config COMPAT
691         bool "Kernel support for 32-bit U-mode"
692         default 64BIT
693         depends on 64BIT && MMU
694         help
695           This option enables support for a 32-bit U-mode running under a 64-bit
696           kernel at S-mode. riscv32-specific components such as system calls,
697           the user helper functions (vdso), signal rt_frame functions and the
698           ptrace interface are handled appropriately by the kernel.
699
700           If you want to execute 32-bit userspace applications, say Y.
701
702 config RELOCATABLE
703         bool "Build a relocatable kernel"
704         depends on MMU && 64BIT && !XIP_KERNEL
705         help
706           This builds a kernel as a Position Independent Executable (PIE),
707           which retains all relocation metadata required to relocate the
708           kernel binary at runtime to a different virtual address than the
709           address it was linked at.
710           Since RISCV uses the RELA relocation format, this requires a
711           relocation pass at runtime even if the kernel is loaded at the
712           same address it was linked at.
713
714           If unsure, say N.
715
716 endmenu # "Kernel features"
717
718 menu "Boot options"
719
720 config CMDLINE
721         string "Built-in kernel command line"
722         help
723           For most platforms, the arguments for the kernel's command line
724           are provided at run-time, during boot. However, there are cases
725           where either no arguments are being provided or the provided
726           arguments are insufficient or even invalid.
727
728           When that occurs, it is possible to define a built-in command
729           line here and choose how the kernel should use it later on.
730
731 choice
732         prompt "Built-in command line usage" if CMDLINE != ""
733         default CMDLINE_FALLBACK
734         help
735           Choose how the kernel will handle the provided built-in command
736           line.
737
738 config CMDLINE_FALLBACK
739         bool "Use bootloader kernel arguments if available"
740         help
741           Use the built-in command line as fallback in case we get nothing
742           during boot. This is the default behaviour.
743
744 config CMDLINE_EXTEND
745         bool "Extend bootloader kernel arguments"
746         help
747           The command-line arguments provided during boot will be
748           appended to the built-in command line. This is useful in
749           cases where the provided arguments are insufficient and
750           you don't want to or cannot modify them.
751
752 config CMDLINE_FORCE
753         bool "Always use the default kernel command string"
754         help
755           Always use the built-in command line, even if we get one during
756           boot. This is useful in case you need to override the provided
757           command line on systems where you don't have or want control
758           over it.
759
760 endchoice
761
762 config EFI_STUB
763         bool
764
765 config EFI
766         bool "UEFI runtime support"
767         depends on OF && !XIP_KERNEL
768         depends on MMU
769         default y
770         select ARCH_SUPPORTS_ACPI if 64BIT
771         select EFI_GENERIC_STUB
772         select EFI_PARAMS_FROM_FDT
773         select EFI_RUNTIME_WRAPPERS
774         select EFI_STUB
775         select LIBFDT
776         select RISCV_ISA_C
777         select UCS2_STRING
778         help
779           This option provides support for runtime services provided
780           by UEFI firmware (such as non-volatile variables, realtime
781           clock, and platform reset). A UEFI stub is also provided to
782           allow the kernel to be booted as an EFI application. This
783           is only useful on systems that have UEFI firmware.
784
785 config CC_HAVE_STACKPROTECTOR_TLS
786         def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0)
787
788 config STACKPROTECTOR_PER_TASK
789         def_bool y
790         depends on !RANDSTRUCT
791         depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS
792
793 config PHYS_RAM_BASE_FIXED
794         bool "Explicitly specified physical RAM address"
795         depends on NONPORTABLE
796         default n
797
798 config PHYS_RAM_BASE
799         hex "Platform Physical RAM address"
800         depends on PHYS_RAM_BASE_FIXED
801         default "0x80000000"
802         help
803           This is the physical address of RAM in the system. It has to be
804           explicitly specified to run early relocations of read-write data
805           from flash to RAM.
806
807 config XIP_KERNEL
808         bool "Kernel Execute-In-Place from ROM"
809         depends on MMU && SPARSEMEM && NONPORTABLE
810         # This prevents XIP from being enabled by all{yes,mod}config, which
811         # fail to build since XIP doesn't support large kernels.
812         depends on !COMPILE_TEST
813         select PHYS_RAM_BASE_FIXED
814         help
815           Execute-In-Place allows the kernel to run from non-volatile storage
816           directly addressable by the CPU, such as NOR flash. This saves RAM
817           space since the text section of the kernel is not loaded from flash
818           to RAM.  Read-write sections, such as the data section and stack,
819           are still copied to RAM.  The XIP kernel is not compressed since
820           it has to run directly from flash, so it will take more space to
821           store it.  The flash address used to link the kernel object files,
822           and for storing it, is configuration dependent. Therefore, if you
823           say Y here, you must know the proper physical address where to
824           store the kernel image depending on your own flash memory usage.
825
826           Also note that the make target becomes "make xipImage" rather than
827           "make zImage" or "make Image".  The final kernel binary to put in
828           ROM memory will be arch/riscv/boot/xipImage.
829
830           SPARSEMEM is required because the kernel text and rodata that are
831           flash resident are not backed by memmap, then any attempt to get
832           a struct page on those regions will trigger a fault.
833
834           If unsure, say N.
835
836 config XIP_PHYS_ADDR
837         hex "XIP Kernel Physical Location"
838         depends on XIP_KERNEL
839         default "0x21000000"
840         help
841           This is the physical address in your flash memory the kernel will
842           be linked for and stored to.  This address is dependent on your
843           own flash usage.
844
845 config RISCV_ISA_FALLBACK
846         bool "Permit falling back to parsing riscv,isa for extension support by default"
847         default y
848         help
849           Parsing the "riscv,isa" devicetree property has been deprecated and
850           replaced by a list of explicitly defined strings. For compatibility
851           with existing platforms, the kernel will fall back to parsing the
852           "riscv,isa" property if the replacements are not found.
853
854           Selecting N here will result in a kernel that does not use the
855           fallback, unless the commandline "riscv_isa_fallback" parameter is
856           present.
857
858           Please see the dt-binding, located at
859           Documentation/devicetree/bindings/riscv/extensions.yaml for details
860           on the replacement properties, "riscv,isa-base" and
861           "riscv,isa-extensions".
862
863 endmenu # "Boot options"
864
865 config BUILTIN_DTB
866         bool
867         depends on OF && NONPORTABLE
868         default y if XIP_KERNEL
869
870 config PORTABLE
871         bool
872         default !NONPORTABLE
873         select EFI
874         select MMU
875         select OF
876
877 menu "Power management options"
878
879 source "kernel/power/Kconfig"
880
881 # Hibernation is only possible on systems where the SBI implementation has
882 # marked its reserved memory as not accessible from, or does not run
883 # from the same memory as, Linux
884 config ARCH_HIBERNATION_POSSIBLE
885         def_bool NONPORTABLE
886
887 config ARCH_HIBERNATION_HEADER
888         def_bool HIBERNATION
889
890 config ARCH_SUSPEND_POSSIBLE
891         def_bool y
892
893 endmenu # "Power management options"
894
895 menu "CPU Power Management"
896
897 source "drivers/cpuidle/Kconfig"
898
899 source "drivers/cpufreq/Kconfig"
900
901 endmenu # "CPU Power Management"
902
903 source "arch/riscv/kvm/Kconfig"
904
905 source "drivers/acpi/Kconfig"