blob: 5adcbd9b5e88637f3e5d6fa562da6b15e7ec846a [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -07002#
3# For a description of the syntax of this configuration file,
Mauro Carvalho Chehabcd238ef2019-06-12 14:52:48 -03004# see Documentation/kbuild/kconfig-language.rst.
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -07005#
6
Christoph Hellwigc3e4ed02018-04-27 08:38:23 +02007config 64BIT
8 bool
9
10config 32BIT
11 bool
12
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070013config RISCV
14 def_bool y
Vincent Chenad5d1122020-06-09 22:14:48 +080015 select ARCH_CLOCKSOURCE_INIT
Chen Wandunc24a1962021-08-10 21:51:05 +080016 select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
Kefeng Wang5a7ac592021-09-27 11:03:25 +080017 select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
Christoph Hellwigad97f9d2019-06-13 09:09:03 +020018 select ARCH_HAS_BINFMT_FLAT
Emil Renner Berthing925ac7b2020-07-14 23:26:11 +020019 select ARCH_HAS_DEBUG_VM_PGTABLE
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070020 select ARCH_HAS_DEBUG_VIRTUAL if MMU
Zong Lib422d282020-06-03 16:03:55 -070021 select ARCH_HAS_DEBUG_WX
Kefeng Wang95301412021-02-25 15:03:03 +080022 select ARCH_HAS_FORTIFY_SOURCE
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070023 select ARCH_HAS_GCOV_PROFILE_ALL
24 select ARCH_HAS_GIGANTIC_PAGE
Tobias Klauser20d38f72020-06-26 14:40:56 +020025 select ARCH_HAS_KCOV
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070026 select ARCH_HAS_MMIOWB
27 select ARCH_HAS_PTE_SPECIAL
Mike Rapoport10cc3272021-07-07 18:07:54 -070028 select ARCH_HAS_SET_DIRECT_MAP if MMU
29 select ARCH_HAS_SET_MEMORY if MMU
Vitaly Wool44c92252021-04-13 02:35:14 -040030 select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL
31 select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL
Guo Ren2f100582021-03-07 10:24:46 +080032 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
Jisheng Zhang8341dcf2021-08-05 00:30:59 +080033 select ARCH_HAS_UBSAN_SANITIZE_ALL
Vincent Chenfc0c7692020-06-23 13:36:59 +080034 select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
35 select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT
Jisheng Zhang7f85b042021-08-05 00:29:08 +080036 select ARCH_STACKWALK
37 select ARCH_SUPPORTS_ATOMIC_RMW
38 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU
Anshuman Khandual855f9a82021-05-04 18:38:13 -070039 select ARCH_SUPPORTS_HUGETLBFS if MMU
Kefeng Wang97a03102021-05-07 17:47:15 +080040 select ARCH_USE_MEMTEST
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070041 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070042 select ARCH_WANT_FRAME_POINTERS
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070043 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
Damien Le Moal09accc32021-04-17 10:10:09 +090044 select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU
Jisheng Zhang54fed352021-08-26 22:10:29 +080045 select BUILDTIME_TABLE_SORT if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070046 select CLONE_BACKWARDS
Palmer Dabbeltd5be89a2020-09-14 09:56:30 -070047 select CLINT_TIMER if !MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070048 select COMMON_CLK
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070049 select EDAC_SUPPORT
50 select GENERIC_ARCH_TOPOLOGY if SMP
51 select GENERIC_ATOMIC64 if !64BIT
Guo Ren2f100582021-03-07 10:24:46 +080052 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Atish Patra6262f662020-09-17 15:37:11 -070053 select GENERIC_EARLY_IOREMAP
Vincent Chenad5d1122020-06-09 22:14:48 +080054 select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO
Kefeng Wangbcf11b52021-07-08 09:59:48 +080055 select GENERIC_IDLE_POLL_SETUP
Christoph Hellwig83502292021-09-07 19:55:58 -070056 select GENERIC_IOREMAP if MMU
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070057 select GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070058 select GENERIC_IRQ_SHOW
Kefeng Wangecd49162021-07-08 09:59:49 +080059 select GENERIC_IRQ_SHOW_LEVEL
Palmer Dabbelt78ed4732020-07-09 11:51:17 -070060 select GENERIC_LIB_DEVMEM_IS_ALLOWED
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070061 select GENERIC_PCI_IOMAP
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070062 select GENERIC_PTDUMP if MMU
Anup Patel9b9afe42018-12-04 15:59:51 +053063 select GENERIC_SCHED_CLOCK
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070064 select GENERIC_SMP_IDLE_THREAD
Vincent Chenad5d1122020-06-09 22:14:48 +080065 select GENERIC_TIME_VSYSCALL if MMU && 64BIT
Tong Tiangendffe11e2021-09-01 03:20:25 +000066 select GENERIC_VDSO_TIME_NS if HAVE_GENERIC_VDSO
David Abdurachmanovefe75c42018-10-29 11:48:53 +010067 select HAVE_ARCH_AUDITSYSCALL
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +080068 select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
69 select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070070 select HAVE_ARCH_KASAN if MMU && 64BIT
Nylon Chene178d672021-01-16 13:58:35 +080071 select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT
Liu Shixin47513f22021-06-15 11:07:34 +080072 select HAVE_ARCH_KFENCE if MMU && 64BIT
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +080073 select HAVE_ARCH_KGDB if !XIP_KERNEL
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070074 select HAVE_ARCH_KGDB_QXFER_PKT
75 select HAVE_ARCH_MMAP_RND_BITS if MMU
David Abdurachmanov53406272019-10-04 17:12:22 -070076 select HAVE_ARCH_SECCOMP_FILTER
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070077 select HAVE_ARCH_TRACEHOOK
Linus Torvalds9b76d712021-07-09 10:36:29 -070078 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU
Nanyong Sund062a792021-11-23 22:06:38 +080079 select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE
Tong Tiangen13e47be2021-07-02 04:54:21 +000080 select HAVE_ARCH_THREAD_STRUCT_WHITELIST
Tong Tiangen31da94c2021-06-21 11:28:55 +080081 select HAVE_ARCH_VMAP_STACK if MMU && 64BIT
Masahiro Yamada2ff2b7e2019-08-19 14:54:20 +090082 select HAVE_ASM_MODVERSIONS
Greentime Hued48b292020-06-24 17:03:16 +080083 select HAVE_CONTEXT_TRACKING
Tobias Klausercbb3d912020-06-27 12:50:50 +020084 select HAVE_DEBUG_KMEMLEAK
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010085 select HAVE_DMA_CONTIGUOUS if MMU
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070086 select HAVE_EBPF_JIT if MMU
Guo Renee55ff82020-12-17 16:01:45 +000087 select HAVE_FUNCTION_ERROR_INJECTION
Tobias Klauser20d38f72020-06-26 14:40:56 +020088 select HAVE_GCC_PLUGINS
Vincent Chenad5d1122020-06-09 22:14:48 +080089 select HAVE_GENERIC_VDSO if MMU && 64BIT
Kefeng Wang31564b82020-10-28 12:28:42 +080090 select HAVE_IRQ_TIME_ACCOUNTING
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +080091 select HAVE_KPROBES if !XIP_KERNEL
92 select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL
93 select HAVE_KRETPROBES if !XIP_KERNEL
Jisheng Zhang3332f412021-04-17 00:37:22 +080094 select HAVE_MOVE_PMD
95 select HAVE_MOVE_PUD
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070096 select HAVE_PCI
Alan Kao178e9fc2018-04-20 07:27:49 +080097 select HAVE_PERF_EVENTS
Mao Han98a93b02019-09-05 11:46:35 +080098 select HAVE_PERF_REGS
99 select HAVE_PERF_USER_STACK_DUMP
Patrick Stählindcdc7a532020-12-17 16:01:37 +0000100 select HAVE_REGS_AND_STACK_ACCESS_API
Jeff Xie70eee552021-06-20 20:01:51 +0800101 select HAVE_FUNCTION_ARG_ACCESS_API
Guo Renf2c96992020-07-10 16:19:57 +0000102 select HAVE_STACKPROTECTOR
David Abdurachmanov5aeb1b32018-12-06 16:26:35 +0100103 select HAVE_SYSCALL_TRACEPOINTS
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700104 select IRQ_DOMAIN
Kefeng Wang8165c6a2021-07-08 09:59:47 +0800105 select IRQ_FORCED_THREADING
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700106 select MODULES_USE_ELF_RELA if MODULES
Zong Li2cffc952018-12-07 17:02:16 +0800107 select MODULE_SECTIONS if MODULES
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -0700108 select OF
109 select OF_EARLY_FLATTREE
110 select OF_IRQ
Christoph Hellwig2eac9c22018-11-15 20:05:33 +0100111 select PCI_DOMAINS_GENERIC if PCI
Christoph Hellwigeb01d422018-11-15 20:05:32 +0100112 select PCI_MSI if PCI
Anup Patele71ee062020-06-01 14:45:43 +0530113 select RISCV_INTC
Anup Patel2bc3fc82020-08-17 18:12:50 +0530114 select RISCV_TIMER if RISCV_SBI
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -0700115 select SPARSE_IRQ
116 select SYSCTL_EXCEPTION_TRACE
117 select THREAD_INFO_IN_TASK
Masahiro Yamada4aae6832021-07-31 14:22:32 +0900118 select TRACE_IRQFLAGS_SUPPORT
Christoph Hellwig11129e82020-09-07 07:58:22 +0200119 select UACCESS_MEMCPY if !MMU
Kefeng Wang63703f32021-06-30 18:52:20 -0700120 select ZONE_DMA32 if 64BIT
Alexandre Ghiti54c95a12019-09-23 15:39:21 -0700121
122config ARCH_MMAP_RND_BITS_MIN
123 default 18 if 64BIT
124 default 8
125
126# max bits determined by the following formula:
127# VA_BITS - PAGE_SHIFT - 3
128config ARCH_MMAP_RND_BITS_MAX
129 default 24 if 64BIT # SV39 based
130 default 17
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700131
Christoph Hellwiga4c37332019-10-28 13:10:32 +0100132# set if we run in machine mode, cleared if we run in supervisor mode
133config RISCV_M_MODE
134 bool
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100135 default !MMU
Christoph Hellwiga4c37332019-10-28 13:10:32 +0100136
Damien Le Moaleded8bc2019-10-28 13:10:33 +0100137# set if we are running in S-mode and can use SBI calls
138config RISCV_SBI
139 bool
140 depends on !RISCV_M_MODE
141 default y
142
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700143config MMU
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100144 bool "MMU-based Paged Memory Management Support"
145 default y
146 help
147 Select if you want MMU-based virtualised addressing space
148 support by paged memory management. If unsure, say 'Y'.
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700149
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700150config PAGE_OFFSET
151 hex
Alexandre Ghitidb1503d2022-01-17 10:57:16 +0100152 default 0xC0000000 if 32BIT
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100153 default 0x80000000 if 64BIT && !MMU
Alexandre Ghitie8a62cc2021-12-06 11:46:51 +0100154 default 0xffffaf8000000000 if 64BIT
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700155
Alexandre Ghiti54c5639d2021-10-29 06:59:27 +0200156config KASAN_SHADOW_OFFSET
157 hex
158 depends on KASAN_GENERIC
Alexandre Ghitif7ae0232021-12-06 11:46:45 +0100159 default 0xdfffffff00000000 if 64BIT
Alexandre Ghiti54c5639d2021-10-29 06:59:27 +0200160 default 0xffffffff if 32BIT
161
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600162config ARCH_FLATMEM_ENABLE
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800163 def_bool !NUMA
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600164
165config ARCH_SPARSEMEM_ENABLE
166 def_bool y
Damien Le Moalaa2734202020-02-12 19:34:24 +0900167 depends on MMU
Kefeng Wang199fc6b2021-03-29 11:13:07 +0800168 select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
Kefeng Wanga5406a72021-03-15 20:03:07 +0800169 select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600170
171config ARCH_SELECT_MEMORY_MODEL
172 def_bool ARCH_SPARSEMEM_ENABLE
173
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400174config ARCH_WANT_GENERAL_HUGETLB
175 def_bool y
176
Guo Ren74784082020-12-17 16:01:44 +0000177config ARCH_SUPPORTS_UPROBES
178 def_bool y
179
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700180config STACKTRACE_SUPPORT
181 def_bool y
182
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700183config GENERIC_BUG
184 def_bool y
185 depends on BUG
186 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
187
188config GENERIC_BUG_RELATIVE_POINTERS
189 bool
190
191config GENERIC_CALIBRATE_DELAY
192 def_bool y
193
194config GENERIC_CSUM
195 def_bool y
196
197config GENERIC_HWEIGHT
198 def_bool y
199
Anup Patelf2c17aa2019-01-07 20:57:01 +0530200config FIX_EARLYCON_MEM
Andreas Schwab0312a3d2019-12-17 12:15:16 +0100201 def_bool MMU
Anup Patelf2c17aa2019-01-07 20:57:01 +0530202
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700203config PGTABLE_LEVELS
204 int
Alexandre Ghitie8a62cc2021-12-06 11:46:51 +0100205 default 4 if 64BIT
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700206 default 2
207
Guo Ren3c469792020-06-27 13:57:08 +0000208config LOCKDEP_SUPPORT
209 def_bool y
210
Loys Ollivier0cbb8a32019-06-17 21:29:48 +0200211source "arch/riscv/Kconfig.socs"
Vincent Chen6f4eea92021-03-22 22:26:03 +0800212source "arch/riscv/Kconfig.erratas"
Loys Ollivier0cbb8a32019-06-17 21:29:48 +0200213
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700214menu "Platform type"
215
216choice
217 prompt "Base ISA"
218 default ARCH_RV64I
219 help
Antony Pavlov86cca812019-01-08 22:45:57 +0300220 This selects the base ISA that this kernel will target and must match
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700221 the target platform.
222
223config ARCH_RV32I
224 bool "RV32I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700225 select 32BIT
Matt Redfearne3d59802018-04-11 08:50:17 +0100226 select GENERIC_LIB_ASHLDI3
227 select GENERIC_LIB_ASHRDI3
228 select GENERIC_LIB_LSHRDI3
Zong Li8f791252018-06-25 16:49:38 +0800229 select GENERIC_LIB_UCMPDI2
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100230 select MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700231
232config ARCH_RV64I
233 bool "RV64I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700234 select 64BIT
Nick Desaulniersd2075892021-09-10 16:40:42 -0700235 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +0800236 select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && $(cc-option,-fpatchable-function-entry=8)
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100237 select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +0800238 select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -0700239 select HAVE_FUNCTION_GRAPH_TRACER
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +0800240 select HAVE_FUNCTION_TRACER if !XIP_KERNEL
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100241 select SWIOTLB if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700242
243endchoice
244
245# We must be able to map all physical memory into the kernel, but the compiler
246# is still a bit more efficient when generating code if it's setup in a manner
247# such that it can only map 2GiB of memory.
248choice
249 prompt "Kernel Code Model"
250 default CMODEL_MEDLOW if 32BIT
251 default CMODEL_MEDANY if 64BIT
252
253 config CMODEL_MEDLOW
254 bool "medium low code model"
255 config CMODEL_MEDANY
256 bool "medium any code model"
257endchoice
258
Zong Liab1ef682018-03-15 16:50:41 +0800259config MODULE_SECTIONS
260 bool
261 select HAVE_MOD_ARCH_SPECIFIC
262
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700263config SMP
264 bool "Symmetric Multi-Processing"
265 help
266 This enables support for systems with more than one CPU. If
267 you say N here, the kernel will run on single and
268 multiprocessor machines, but will use only one CPU of a
269 multiprocessor machine. If you say Y here, the kernel will run
270 on many, but not all, single processor machines. On a single
271 processor machine, the kernel will run faster if you say N
272 here.
273
274 If you don't know what to do here, say N.
275
276config NR_CPUS
277 int "Maximum number of CPUs (2-32)"
278 range 2 32
279 depends on SMP
280 default "8"
281
Atish Patraf1e58582020-03-17 18:11:44 -0700282config HOTPLUG_CPU
283 bool "Support for hot-pluggable CPUs"
284 depends on SMP
285 select GENERIC_IRQ_MIGRATION
286 help
287
288 Say Y here to experiment with turning CPUs off and on. CPUs
289 can be controlled through /sys/devices/system/cpu.
290
291 Say N if you want to disable CPU hotplug.
292
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700293choice
294 prompt "CPU Tuning"
295 default TUNE_GENERIC
296
297config TUNE_GENERIC
298 bool "generic"
299
300endchoice
301
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800302# Common NUMA Features
303config NUMA
304 bool "NUMA Memory Allocation and Scheduler Support"
Kefeng Wang1adbc292021-03-30 21:25:31 +0800305 depends on SMP && MMU
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800306 select GENERIC_ARCH_NUMA
307 select OF_NUMA
308 select ARCH_SUPPORTS_NUMA_BALANCING
Kefeng Wang7ecd19c2022-01-19 18:07:41 -0800309 select USE_PERCPU_NUMA_NODE_ID
310 select NEED_PER_CPU_EMBED_FIRST_CHUNK
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800311 help
312 Enable NUMA (Non-Uniform Memory Access) support.
313
314 The kernel will try to allocate memory used by a CPU on the
315 local memory of the CPU and add some more NUMA awareness to the kernel.
316
317config NODES_SHIFT
318 int "Maximum NUMA Nodes (as a power of 2)"
319 range 1 10
320 default "2"
Mike Rapoporta9ee6cf2021-06-28 19:43:01 -0700321 depends on NUMA
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800322 help
323 Specify the maximum number of NUMA Nodes available on the target
324 system. Increases memory reserved to accommodate various tables.
325
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700326config RISCV_ISA_C
327 bool "Emit compressed instructions when building Linux"
328 default y
329 help
330 Adds "C" to the ISA subsets that the toolchain is allowed to emit
331 when building Linux, which results in compressed instructions in the
332 Linux binary.
333
334 If you don't know what to do here, say Y.
335
Alan Kao178e9fc2018-04-20 07:27:49 +0800336menu "supported PMU type"
337 depends on PERF_EVENTS
338
339config RISCV_BASE_PMU
340 bool "Base Performance Monitoring Unit"
341 def_bool y
342 help
343 A base PMU that serves as a reference implementation and has limited
344 feature of perf. It can run on any RISC-V machines so serves as the
345 fallback, but this option can also be disable to reduce kernel size.
346
347endmenu
348
Alan Kao9671f702018-10-09 10:18:33 +0800349config FPU
350 bool "FPU support"
351 default y
352 help
353 Say N here if you want to disable all floating-point related procedure
354 in the kernel.
355
356 If you don't know what to do here, say Y.
357
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700358endmenu
359
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300360menu "Kernel features"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700361
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700362source "kernel/Kconfig.hz"
363
Atish Patraefca1392020-03-17 18:11:37 -0700364config RISCV_SBI_V01
365 bool "SBI v0.1 support"
Atish Patraefca1392020-03-17 18:11:37 -0700366 depends on RISCV_SBI
367 help
368 This config allows kernel to use SBI v0.1 APIs. This will be
369 deprecated in future once legacy M-mode software are no longer in use.
Nick Kossifidisfba8a862021-04-19 03:55:36 +0300370
Atish Patra2ffc48f2022-01-20 01:09:17 -0800371config RISCV_BOOT_SPINWAIT
372 bool "Spinwait booting method"
373 depends on SMP
374 default y
375 help
376 This enables support for booting Linux via spinwait method. In the
377 spinwait method, all cores randomly jump to Linux. One of the cores
378 gets chosen via lottery and all other keep spinning on a percpu
379 variable. This method cannot support CPU hotplug and sparse hartid
380 scheme. It should be only enabled for M-mode Linux or platforms relying
381 on older firmware without SBI HSM extension. All other platforms should
382 rely on ordered booting via SBI HSM extension which gets chosen
383 dynamically at runtime if the firmware supports it.
384
Nick Kossifidisfba8a862021-04-19 03:55:36 +0300385config KEXEC
386 bool "Kexec system call"
387 select KEXEC_CORE
388 select HOTPLUG_CPU if SMP
389 depends on MMU
390 help
391 kexec is a system call that implements the ability to shutdown your
392 current kernel, and to start another kernel. It is like a reboot
393 but it is independent of the system firmware. And like a reboot
394 you can start any kernel with it, not just Linux.
395
396 The name comes from the similarity to the exec system call.
397
Nick Kossifidis56409752021-04-19 03:55:39 +0300398config CRASH_DUMP
399 bool "Build kdump crash kernel"
400 help
401 Generate crash dump after being started by kexec. This should
402 be normally only set in special crash dump kernels which are
403 loaded in the main kernel with kexec-tools into a specially
404 reserved region and then later executed after a crash by
405 kdump/kexec.
406
407 For more details see Documentation/admin-guide/kdump/kdump.rst
Nick Kossifidisfba8a862021-04-19 03:55:36 +0300408
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700409endmenu
410
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300411menu "Boot options"
412
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300413config CMDLINE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200414 string "Built-in kernel command line"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300415 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200416 For most platforms, the arguments for the kernel's command line
417 are provided at run-time, during boot. However, there are cases
418 where either no arguments are being provided or the provided
419 arguments are insufficient or even invalid.
420
421 When that occurs, it is possible to define a built-in command
422 line here and choose how the kernel should use it later on.
423
424choice
425 prompt "Built-in command line usage" if CMDLINE != ""
426 default CMDLINE_FALLBACK
427 help
428 Choose how the kernel will handle the provided built-in command
429 line.
430
431config CMDLINE_FALLBACK
432 bool "Use bootloader kernel arguments if available"
433 help
434 Use the built-in command line as fallback in case we get nothing
435 during boot. This is the default behaviour.
436
437config CMDLINE_EXTEND
438 bool "Extend bootloader kernel arguments"
439 help
440 The command-line arguments provided during boot will be
441 appended to the built-in command line. This is useful in
442 cases where the provided arguments are insufficient and
443 you don't want to or cannot modify them.
444
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300445
446config CMDLINE_FORCE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200447 bool "Always use the default kernel command string"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300448 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200449 Always use the built-in command line, even if we get one during
450 boot. This is useful in case you need to override the provided
451 command line on systems where you don't have or want control
452 over it.
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300453
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200454endchoice
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300455
Atish Patrad7071742020-09-17 15:37:14 -0700456config EFI_STUB
457 bool
458
459config EFI
460 bool "UEFI runtime support"
Vitaly Wool44c92252021-04-13 02:35:14 -0400461 depends on OF && !XIP_KERNEL
Atish Patrad7071742020-09-17 15:37:14 -0700462 select LIBFDT
463 select UCS2_STRING
464 select EFI_PARAMS_FROM_FDT
465 select EFI_STUB
466 select EFI_GENERIC_STUB
Atish Patrab91540d2020-09-17 15:37:15 -0700467 select EFI_RUNTIME_WRAPPERS
Atish Patrad7071742020-09-17 15:37:14 -0700468 select RISCV_ISA_C
Atish Patrab91540d2020-09-17 15:37:15 -0700469 depends on MMU
Atish Patrad7071742020-09-17 15:37:14 -0700470 default y
471 help
472 This option provides support for runtime services provided
473 by UEFI firmware (such as non-volatile variables, realtime
474 clock, and platform reset). A UEFI stub is also provided to
475 allow the kernel to be booted as an EFI application. This
476 is only useful on systems that have UEFI firmware.
477
Guo Renfea2fed2020-12-17 16:29:18 +0000478config CC_HAVE_STACKPROTECTOR_TLS
479 def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0)
480
481config STACKPROTECTOR_PER_TASK
482 def_bool y
Guenter Roecka18b14d2021-07-06 09:26:21 -0700483 depends on !GCC_PLUGIN_RANDSTRUCT
Guo Renfea2fed2020-12-17 16:29:18 +0000484 depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS
485
Alexandre Ghiti867432b2021-07-21 09:59:36 +0200486config PHYS_RAM_BASE_FIXED
487 bool "Explicitly specified physical RAM address"
488 default n
489
Vitaly Wool44c92252021-04-13 02:35:14 -0400490config PHYS_RAM_BASE
491 hex "Platform Physical RAM address"
Alexandre Ghiti867432b2021-07-21 09:59:36 +0200492 depends on PHYS_RAM_BASE_FIXED
Vitaly Wool44c92252021-04-13 02:35:14 -0400493 default "0x80000000"
494 help
495 This is the physical address of RAM in the system. It has to be
496 explicitly specified to run early relocations of read-write data
497 from flash to RAM.
498
499config XIP_KERNEL
500 bool "Kernel Execute-In-Place from ROM"
501 depends on MMU && SPARSEMEM
502 # This prevents XIP from being enabled by all{yes,mod}config, which
503 # fail to build since XIP doesn't support large kernels.
504 depends on !COMPILE_TEST
Alexandre Ghiti867432b2021-07-21 09:59:36 +0200505 select PHYS_RAM_BASE_FIXED
Vitaly Wool44c92252021-04-13 02:35:14 -0400506 help
507 Execute-In-Place allows the kernel to run from non-volatile storage
508 directly addressable by the CPU, such as NOR flash. This saves RAM
509 space since the text section of the kernel is not loaded from flash
510 to RAM. Read-write sections, such as the data section and stack,
511 are still copied to RAM. The XIP kernel is not compressed since
512 it has to run directly from flash, so it will take more space to
513 store it. The flash address used to link the kernel object files,
514 and for storing it, is configuration dependent. Therefore, if you
515 say Y here, you must know the proper physical address where to
516 store the kernel image depending on your own flash memory usage.
517
518 Also note that the make target becomes "make xipImage" rather than
519 "make zImage" or "make Image". The final kernel binary to put in
520 ROM memory will be arch/riscv/boot/xipImage.
521
522 SPARSEMEM is required because the kernel text and rodata that are
523 flash resident are not backed by memmap, then any attempt to get
524 a struct page on those regions will trigger a fault.
525
526 If unsure, say N.
527
528config XIP_PHYS_ADDR
529 hex "XIP Kernel Physical Location"
530 depends on XIP_KERNEL
531 default "0x21000000"
532 help
533 This is the physical address in your flash memory the kernel will
534 be linked for and stored to. This address is dependent on your
535 own flash usage.
536
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300537endmenu
538
Palmer Dabbelt2d268252020-04-14 13:43:24 +0900539config BUILTIN_DTB
Vitaly Wool44c92252021-04-13 02:35:14 -0400540 bool
Palmer Dabbelt2d268252020-04-14 13:43:24 +0900541 depends on OF
Vitaly Wool44c92252021-04-13 02:35:14 -0400542 default y if XIP_KERNEL
Palmer Dabbelt2d268252020-04-14 13:43:24 +0900543
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700544menu "Power management options"
545
Masahiro Yamada8636a1f2018-12-11 20:01:04 +0900546source "kernel/power/Kconfig"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700547
548endmenu
Atish Patrad7071742020-09-17 15:37:14 -0700549
Anup Patel99cdc6c2021-09-27 17:10:01 +0530550source "arch/riscv/kvm/Kconfig"