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