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