blob: 5fc1d0cc82e1d8400a2340c0576486441bc176a6 [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
Christoph Hellwigad97f9d2019-06-13 09:09:03 +020017 select ARCH_HAS_BINFMT_FLAT
Emil Renner Berthing925ac7b2020-07-14 23:26:11 +020018 select ARCH_HAS_DEBUG_VM_PGTABLE
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070019 select ARCH_HAS_DEBUG_VIRTUAL if MMU
Zong Lib422d282020-06-03 16:03:55 -070020 select ARCH_HAS_DEBUG_WX
Kefeng Wang95301412021-02-25 15:03:03 +080021 select ARCH_HAS_FORTIFY_SOURCE
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070022 select ARCH_HAS_GCOV_PROFILE_ALL
23 select ARCH_HAS_GIGANTIC_PAGE
Tobias Klauser20d38f72020-06-26 14:40:56 +020024 select ARCH_HAS_KCOV
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070025 select ARCH_HAS_MMIOWB
26 select ARCH_HAS_PTE_SPECIAL
Mike Rapoport10cc3272021-07-07 18:07:54 -070027 select ARCH_HAS_SET_DIRECT_MAP if MMU
28 select ARCH_HAS_SET_MEMORY if MMU
Vitaly Wool44c92252021-04-13 02:35:14 -040029 select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL
30 select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL
Guo Ren2f100582021-03-07 10:24:46 +080031 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
Jisheng Zhang8341dcf2021-08-05 00:30:59 +080032 select ARCH_HAS_UBSAN_SANITIZE_ALL
Vincent Chenfc0c7692020-06-23 13:36:59 +080033 select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
34 select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT
Jisheng Zhang7f85b042021-08-05 00:29:08 +080035 select ARCH_STACKWALK
36 select ARCH_SUPPORTS_ATOMIC_RMW
37 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU
Anshuman Khandual855f9a82021-05-04 18:38:13 -070038 select ARCH_SUPPORTS_HUGETLBFS if MMU
Kefeng Wang97a03102021-05-07 17:47:15 +080039 select ARCH_USE_MEMTEST
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070040 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070041 select ARCH_WANT_FRAME_POINTERS
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070042 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
Damien Le Moal09accc32021-04-17 10:10:09 +090043 select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070044 select CLONE_BACKWARDS
Palmer Dabbeltd5be89a2020-09-14 09:56:30 -070045 select CLINT_TIMER if !MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070046 select COMMON_CLK
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070047 select EDAC_SUPPORT
48 select GENERIC_ARCH_TOPOLOGY if SMP
49 select GENERIC_ATOMIC64 if !64BIT
Guo Ren2f100582021-03-07 10:24:46 +080050 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Atish Patra6262f662020-09-17 15:37:11 -070051 select GENERIC_EARLY_IOREMAP
Vincent Chenad5d1122020-06-09 22:14:48 +080052 select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO
Kefeng Wangbcf11b52021-07-08 09:59:48 +080053 select GENERIC_IDLE_POLL_SETUP
Christoph Hellwig83502292021-09-07 19:55:58 -070054 select GENERIC_IOREMAP if MMU
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070055 select GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070056 select GENERIC_IRQ_SHOW
Kefeng Wangecd49162021-07-08 09:59:49 +080057 select GENERIC_IRQ_SHOW_LEVEL
Palmer Dabbelt78ed4732020-07-09 11:51:17 -070058 select GENERIC_LIB_DEVMEM_IS_ALLOWED
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070059 select GENERIC_PCI_IOMAP
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070060 select GENERIC_PTDUMP if MMU
Anup Patel9b9afe42018-12-04 15:59:51 +053061 select GENERIC_SCHED_CLOCK
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070062 select GENERIC_SMP_IDLE_THREAD
Vincent Chenad5d1122020-06-09 22:14:48 +080063 select GENERIC_TIME_VSYSCALL if MMU && 64BIT
Anup Patel6b7ce8922020-06-01 14:45:40 +053064 select HANDLE_DOMAIN_IRQ
David Abdurachmanovefe75c42018-10-29 11:48:53 +010065 select HAVE_ARCH_AUDITSYSCALL
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +080066 select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
67 select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070068 select HAVE_ARCH_KASAN if MMU && 64BIT
Nylon Chene178d672021-01-16 13:58:35 +080069 select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT
Liu Shixin47513f22021-06-15 11:07:34 +080070 select HAVE_ARCH_KFENCE if MMU && 64BIT
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +080071 select HAVE_ARCH_KGDB if !XIP_KERNEL
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070072 select HAVE_ARCH_KGDB_QXFER_PKT
73 select HAVE_ARCH_MMAP_RND_BITS if MMU
David Abdurachmanov53406272019-10-04 17:12:22 -070074 select HAVE_ARCH_SECCOMP_FILTER
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070075 select HAVE_ARCH_TRACEHOOK
Linus Torvalds9b76d712021-07-09 10:36:29 -070076 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU
Tong Tiangen13e47be2021-07-02 04:54:21 +000077 select HAVE_ARCH_THREAD_STRUCT_WHITELIST
Tong Tiangen31da94c2021-06-21 11:28:55 +080078 select HAVE_ARCH_VMAP_STACK if MMU && 64BIT
Masahiro Yamada2ff2b7e2019-08-19 14:54:20 +090079 select HAVE_ASM_MODVERSIONS
Greentime Hued48b292020-06-24 17:03:16 +080080 select HAVE_CONTEXT_TRACKING
Tobias Klausercbb3d912020-06-27 12:50:50 +020081 select HAVE_DEBUG_KMEMLEAK
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010082 select HAVE_DMA_CONTIGUOUS if MMU
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070083 select HAVE_EBPF_JIT if MMU
Guo Renee55ff82020-12-17 16:01:45 +000084 select HAVE_FUNCTION_ERROR_INJECTION
Jim Wilsonb90edb32018-10-16 14:42:59 -070085 select HAVE_FUTEX_CMPXCHG if FUTEX
Tobias Klauser20d38f72020-06-26 14:40:56 +020086 select HAVE_GCC_PLUGINS
Vincent Chenad5d1122020-06-09 22:14:48 +080087 select HAVE_GENERIC_VDSO if MMU && 64BIT
Kefeng Wang31564b82020-10-28 12:28:42 +080088 select HAVE_IRQ_TIME_ACCOUNTING
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +080089 select HAVE_KPROBES if !XIP_KERNEL
90 select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL
91 select HAVE_KRETPROBES if !XIP_KERNEL
Jisheng Zhang3332f412021-04-17 00:37:22 +080092 select HAVE_MOVE_PMD
93 select HAVE_MOVE_PUD
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070094 select HAVE_PCI
Alan Kao178e9fc2018-04-20 07:27:49 +080095 select HAVE_PERF_EVENTS
Mao Han98a93b02019-09-05 11:46:35 +080096 select HAVE_PERF_REGS
97 select HAVE_PERF_USER_STACK_DUMP
Patrick Stählindcdc7a532020-12-17 16:01:37 +000098 select HAVE_REGS_AND_STACK_ACCESS_API
Jeff Xie70eee552021-06-20 20:01:51 +080099 select HAVE_FUNCTION_ARG_ACCESS_API
Guo Renf2c96992020-07-10 16:19:57 +0000100 select HAVE_STACKPROTECTOR
David Abdurachmanov5aeb1b32018-12-06 16:26:35 +0100101 select HAVE_SYSCALL_TRACEPOINTS
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700102 select IRQ_DOMAIN
Kefeng Wang8165c6a2021-07-08 09:59:47 +0800103 select IRQ_FORCED_THREADING
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700104 select MODULES_USE_ELF_RELA if MODULES
Zong Li2cffc952018-12-07 17:02:16 +0800105 select MODULE_SECTIONS if MODULES
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -0700106 select OF
107 select OF_EARLY_FLATTREE
108 select OF_IRQ
Christoph Hellwig2eac9c22018-11-15 20:05:33 +0100109 select PCI_DOMAINS_GENERIC if PCI
Christoph Hellwigeb01d422018-11-15 20:05:32 +0100110 select PCI_MSI if PCI
Anup Patele71ee062020-06-01 14:45:43 +0530111 select RISCV_INTC
Anup Patel2bc3fc82020-08-17 18:12:50 +0530112 select RISCV_TIMER if RISCV_SBI
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -0700113 select SPARSE_IRQ
114 select SYSCTL_EXCEPTION_TRACE
115 select THREAD_INFO_IN_TASK
Masahiro Yamada4aae6832021-07-31 14:22:32 +0900116 select TRACE_IRQFLAGS_SUPPORT
Christoph Hellwig11129e82020-09-07 07:58:22 +0200117 select UACCESS_MEMCPY if !MMU
Kefeng Wang63703f32021-06-30 18:52:20 -0700118 select ZONE_DMA32 if 64BIT
Alexandre Ghiti54c95a12019-09-23 15:39:21 -0700119
120config ARCH_MMAP_RND_BITS_MIN
121 default 18 if 64BIT
122 default 8
123
124# max bits determined by the following formula:
125# VA_BITS - PAGE_SHIFT - 3
126config ARCH_MMAP_RND_BITS_MAX
127 default 24 if 64BIT # SV39 based
128 default 17
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700129
Christoph Hellwiga4c37332019-10-28 13:10:32 +0100130# set if we run in machine mode, cleared if we run in supervisor mode
131config RISCV_M_MODE
132 bool
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100133 default !MMU
Christoph Hellwiga4c37332019-10-28 13:10:32 +0100134
Damien Le Moaleded8bc2019-10-28 13:10:33 +0100135# set if we are running in S-mode and can use SBI calls
136config RISCV_SBI
137 bool
138 depends on !RISCV_M_MODE
139 default y
140
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700141config MMU
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100142 bool "MMU-based Paged Memory Management Support"
143 default y
144 help
145 Select if you want MMU-based virtualised addressing space
146 support by paged memory management. If unsure, say 'Y'.
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700147
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600148config VA_BITS
149 int
150 default 32 if 32BIT
151 default 39 if 64BIT
152
153config PA_BITS
154 int
155 default 34 if 32BIT
156 default 56 if 64BIT
157
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700158config PAGE_OFFSET
159 hex
Atish Patrae5577932021-01-11 15:45:04 -0800160 default 0xC0000000 if 32BIT && MAXPHYSMEM_1GB
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100161 default 0x80000000 if 64BIT && !MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700162 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB
163 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB
164
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600165config ARCH_FLATMEM_ENABLE
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800166 def_bool !NUMA
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600167
168config ARCH_SPARSEMEM_ENABLE
169 def_bool y
Damien Le Moalaa2734202020-02-12 19:34:24 +0900170 depends on MMU
Kefeng Wang199fc6b2021-03-29 11:13:07 +0800171 select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
Kefeng Wanga5406a72021-03-15 20:03:07 +0800172 select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600173
174config ARCH_SELECT_MEMORY_MODEL
175 def_bool ARCH_SPARSEMEM_ENABLE
176
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400177config ARCH_WANT_GENERAL_HUGETLB
178 def_bool y
179
Guo Ren74784082020-12-17 16:01:44 +0000180config ARCH_SUPPORTS_UPROBES
181 def_bool y
182
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700183config STACKTRACE_SUPPORT
184 def_bool y
185
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700186config GENERIC_BUG
187 def_bool y
188 depends on BUG
189 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
190
191config GENERIC_BUG_RELATIVE_POINTERS
192 bool
193
194config GENERIC_CALIBRATE_DELAY
195 def_bool y
196
197config GENERIC_CSUM
198 def_bool y
199
200config GENERIC_HWEIGHT
201 def_bool y
202
Anup Patelf2c17aa2019-01-07 20:57:01 +0530203config FIX_EARLYCON_MEM
Andreas Schwab0312a3d2019-12-17 12:15:16 +0100204 def_bool MMU
Anup Patelf2c17aa2019-01-07 20:57:01 +0530205
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700206config PGTABLE_LEVELS
207 int
208 default 3 if 64BIT
209 default 2
210
Guo Ren3c469792020-06-27 13:57:08 +0000211config LOCKDEP_SUPPORT
212 def_bool y
213
Loys Ollivier0cbb8a32019-06-17 21:29:48 +0200214source "arch/riscv/Kconfig.socs"
Vincent Chen6f4eea92021-03-22 22:26:03 +0800215source "arch/riscv/Kconfig.erratas"
Loys Ollivier0cbb8a32019-06-17 21:29:48 +0200216
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700217menu "Platform type"
218
219choice
220 prompt "Base ISA"
221 default ARCH_RV64I
222 help
Antony Pavlov86cca812019-01-08 22:45:57 +0300223 This selects the base ISA that this kernel will target and must match
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700224 the target platform.
225
226config ARCH_RV32I
227 bool "RV32I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700228 select 32BIT
Matt Redfearne3d59802018-04-11 08:50:17 +0100229 select GENERIC_LIB_ASHLDI3
230 select GENERIC_LIB_ASHRDI3
231 select GENERIC_LIB_LSHRDI3
Zong Li8f791252018-06-25 16:49:38 +0800232 select GENERIC_LIB_UCMPDI2
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100233 select MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700234
235config ARCH_RV64I
236 bool "RV64I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700237 select 64BIT
Nick Desaulniersd2075892021-09-10 16:40:42 -0700238 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +0800239 select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && $(cc-option,-fpatchable-function-entry=8)
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100240 select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +0800241 select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -0700242 select HAVE_FUNCTION_GRAPH_TRACER
Jisheng Zhang42e0e0b2021-05-11 00:28:38 +0800243 select HAVE_FUNCTION_TRACER if !XIP_KERNEL
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100244 select SWIOTLB if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700245
246endchoice
247
248# We must be able to map all physical memory into the kernel, but the compiler
249# is still a bit more efficient when generating code if it's setup in a manner
250# such that it can only map 2GiB of memory.
251choice
252 prompt "Kernel Code Model"
253 default CMODEL_MEDLOW if 32BIT
254 default CMODEL_MEDANY if 64BIT
255
256 config CMODEL_MEDLOW
257 bool "medium low code model"
258 config CMODEL_MEDANY
259 bool "medium any code model"
260endchoice
261
Zong Liab1ef682018-03-15 16:50:41 +0800262config MODULE_SECTIONS
263 bool
264 select HAVE_MOD_ARCH_SPECIFIC
265
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700266choice
267 prompt "Maximum Physical Memory"
Atish Patrae5577932021-01-11 15:45:04 -0800268 default MAXPHYSMEM_1GB if 32BIT
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700269 default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW
270 default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY
271
Atish Patrae5577932021-01-11 15:45:04 -0800272 config MAXPHYSMEM_1GB
Atish Patrade5f4b82021-01-29 11:00:38 -0800273 depends on 32BIT
Atish Patrae5577932021-01-11 15:45:04 -0800274 bool "1GiB"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700275 config MAXPHYSMEM_2GB
Atish Patrade5f4b82021-01-29 11:00:38 -0800276 depends on 64BIT && CMODEL_MEDLOW
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700277 bool "2GiB"
278 config MAXPHYSMEM_128GB
279 depends on 64BIT && CMODEL_MEDANY
280 bool "128GiB"
281endchoice
282
283
284config SMP
285 bool "Symmetric Multi-Processing"
286 help
287 This enables support for systems with more than one CPU. If
288 you say N here, the kernel will run on single and
289 multiprocessor machines, but will use only one CPU of a
290 multiprocessor machine. If you say Y here, the kernel will run
291 on many, but not all, single processor machines. On a single
292 processor machine, the kernel will run faster if you say N
293 here.
294
295 If you don't know what to do here, say N.
296
297config NR_CPUS
298 int "Maximum number of CPUs (2-32)"
299 range 2 32
300 depends on SMP
301 default "8"
302
Atish Patraf1e58582020-03-17 18:11:44 -0700303config HOTPLUG_CPU
304 bool "Support for hot-pluggable CPUs"
305 depends on SMP
306 select GENERIC_IRQ_MIGRATION
307 help
308
309 Say Y here to experiment with turning CPUs off and on. CPUs
310 can be controlled through /sys/devices/system/cpu.
311
312 Say N if you want to disable CPU hotplug.
313
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700314choice
315 prompt "CPU Tuning"
316 default TUNE_GENERIC
317
318config TUNE_GENERIC
319 bool "generic"
320
321endchoice
322
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800323# Common NUMA Features
324config NUMA
325 bool "NUMA Memory Allocation and Scheduler Support"
Kefeng Wang1adbc292021-03-30 21:25:31 +0800326 depends on SMP && MMU
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800327 select GENERIC_ARCH_NUMA
328 select OF_NUMA
329 select ARCH_SUPPORTS_NUMA_BALANCING
330 help
331 Enable NUMA (Non-Uniform Memory Access) support.
332
333 The kernel will try to allocate memory used by a CPU on the
334 local memory of the CPU and add some more NUMA awareness to the kernel.
335
336config NODES_SHIFT
337 int "Maximum NUMA Nodes (as a power of 2)"
338 range 1 10
339 default "2"
Mike Rapoporta9ee6cf2021-06-28 19:43:01 -0700340 depends on NUMA
Atish Patra4f0e8ee2020-11-18 16:38:29 -0800341 help
342 Specify the maximum number of NUMA Nodes available on the target
343 system. Increases memory reserved to accommodate various tables.
344
345config USE_PERCPU_NUMA_NODE_ID
346 def_bool y
347 depends on NUMA
348
349config NEED_PER_CPU_EMBED_FIRST_CHUNK
350 def_bool y
351 depends on NUMA
352
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700353config RISCV_ISA_C
354 bool "Emit compressed instructions when building Linux"
355 default y
356 help
357 Adds "C" to the ISA subsets that the toolchain is allowed to emit
358 when building Linux, which results in compressed instructions in the
359 Linux binary.
360
361 If you don't know what to do here, say Y.
362
Alan Kao178e9fc2018-04-20 07:27:49 +0800363menu "supported PMU type"
364 depends on PERF_EVENTS
365
366config RISCV_BASE_PMU
367 bool "Base Performance Monitoring Unit"
368 def_bool y
369 help
370 A base PMU that serves as a reference implementation and has limited
371 feature of perf. It can run on any RISC-V machines so serves as the
372 fallback, but this option can also be disable to reduce kernel size.
373
374endmenu
375
Alan Kao9671f702018-10-09 10:18:33 +0800376config FPU
377 bool "FPU support"
378 default y
379 help
380 Say N here if you want to disable all floating-point related procedure
381 in the kernel.
382
383 If you don't know what to do here, say Y.
384
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700385endmenu
386
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300387menu "Kernel features"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700388
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700389source "kernel/Kconfig.hz"
390
Atish Patraefca1392020-03-17 18:11:37 -0700391config RISCV_SBI_V01
392 bool "SBI v0.1 support"
393 default y
394 depends on RISCV_SBI
395 help
396 This config allows kernel to use SBI v0.1 APIs. This will be
397 deprecated in future once legacy M-mode software are no longer in use.
Nick Kossifidisfba8a862021-04-19 03:55:36 +0300398
399config KEXEC
400 bool "Kexec system call"
401 select KEXEC_CORE
402 select HOTPLUG_CPU if SMP
403 depends on MMU
404 help
405 kexec is a system call that implements the ability to shutdown your
406 current kernel, and to start another kernel. It is like a reboot
407 but it is independent of the system firmware. And like a reboot
408 you can start any kernel with it, not just Linux.
409
410 The name comes from the similarity to the exec system call.
411
Nick Kossifidis56409752021-04-19 03:55:39 +0300412config CRASH_DUMP
413 bool "Build kdump crash kernel"
414 help
415 Generate crash dump after being started by kexec. This should
416 be normally only set in special crash dump kernels which are
417 loaded in the main kernel with kexec-tools into a specially
418 reserved region and then later executed after a crash by
419 kdump/kexec.
420
421 For more details see Documentation/admin-guide/kdump/kdump.rst
Nick Kossifidisfba8a862021-04-19 03:55:36 +0300422
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700423endmenu
424
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300425menu "Boot options"
426
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300427config CMDLINE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200428 string "Built-in kernel command line"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300429 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200430 For most platforms, the arguments for the kernel's command line
431 are provided at run-time, during boot. However, there are cases
432 where either no arguments are being provided or the provided
433 arguments are insufficient or even invalid.
434
435 When that occurs, it is possible to define a built-in command
436 line here and choose how the kernel should use it later on.
437
438choice
439 prompt "Built-in command line usage" if CMDLINE != ""
440 default CMDLINE_FALLBACK
441 help
442 Choose how the kernel will handle the provided built-in command
443 line.
444
445config CMDLINE_FALLBACK
446 bool "Use bootloader kernel arguments if available"
447 help
448 Use the built-in command line as fallback in case we get nothing
449 during boot. This is the default behaviour.
450
451config CMDLINE_EXTEND
452 bool "Extend bootloader kernel arguments"
453 help
454 The command-line arguments provided during boot will be
455 appended to the built-in command line. This is useful in
456 cases where the provided arguments are insufficient and
457 you don't want to or cannot modify them.
458
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300459
460config CMDLINE_FORCE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200461 bool "Always use the default kernel command string"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300462 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200463 Always use the built-in command line, even if we get one during
464 boot. This is useful in case you need to override the provided
465 command line on systems where you don't have or want control
466 over it.
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300467
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200468endchoice
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300469
Atish Patrad7071742020-09-17 15:37:14 -0700470config EFI_STUB
471 bool
472
473config EFI
474 bool "UEFI runtime support"
Vitaly Wool44c92252021-04-13 02:35:14 -0400475 depends on OF && !XIP_KERNEL
Atish Patrad7071742020-09-17 15:37:14 -0700476 select LIBFDT
477 select UCS2_STRING
478 select EFI_PARAMS_FROM_FDT
479 select EFI_STUB
480 select EFI_GENERIC_STUB
Atish Patrab91540d2020-09-17 15:37:15 -0700481 select EFI_RUNTIME_WRAPPERS
Atish Patrad7071742020-09-17 15:37:14 -0700482 select RISCV_ISA_C
Atish Patrab91540d2020-09-17 15:37:15 -0700483 depends on MMU
Atish Patrad7071742020-09-17 15:37:14 -0700484 default y
485 help
486 This option provides support for runtime services provided
487 by UEFI firmware (such as non-volatile variables, realtime
488 clock, and platform reset). A UEFI stub is also provided to
489 allow the kernel to be booted as an EFI application. This
490 is only useful on systems that have UEFI firmware.
491
Guo Renfea2fed2020-12-17 16:29:18 +0000492config CC_HAVE_STACKPROTECTOR_TLS
493 def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0)
494
495config STACKPROTECTOR_PER_TASK
496 def_bool y
Guenter Roecka18b14d2021-07-06 09:26:21 -0700497 depends on !GCC_PLUGIN_RANDSTRUCT
Guo Renfea2fed2020-12-17 16:29:18 +0000498 depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS
499
Alexandre Ghiti867432b2021-07-21 09:59:36 +0200500config PHYS_RAM_BASE_FIXED
501 bool "Explicitly specified physical RAM address"
502 default n
503
Vitaly Wool44c92252021-04-13 02:35:14 -0400504config PHYS_RAM_BASE
505 hex "Platform Physical RAM address"
Alexandre Ghiti867432b2021-07-21 09:59:36 +0200506 depends on PHYS_RAM_BASE_FIXED
Vitaly Wool44c92252021-04-13 02:35:14 -0400507 default "0x80000000"
508 help
509 This is the physical address of RAM in the system. It has to be
510 explicitly specified to run early relocations of read-write data
511 from flash to RAM.
512
513config XIP_KERNEL
514 bool "Kernel Execute-In-Place from ROM"
515 depends on MMU && SPARSEMEM
516 # This prevents XIP from being enabled by all{yes,mod}config, which
517 # fail to build since XIP doesn't support large kernels.
518 depends on !COMPILE_TEST
Alexandre Ghiti867432b2021-07-21 09:59:36 +0200519 select PHYS_RAM_BASE_FIXED
Vitaly Wool44c92252021-04-13 02:35:14 -0400520 help
521 Execute-In-Place allows the kernel to run from non-volatile storage
522 directly addressable by the CPU, such as NOR flash. This saves RAM
523 space since the text section of the kernel is not loaded from flash
524 to RAM. Read-write sections, such as the data section and stack,
525 are still copied to RAM. The XIP kernel is not compressed since
526 it has to run directly from flash, so it will take more space to
527 store it. The flash address used to link the kernel object files,
528 and for storing it, is configuration dependent. Therefore, if you
529 say Y here, you must know the proper physical address where to
530 store the kernel image depending on your own flash memory usage.
531
532 Also note that the make target becomes "make xipImage" rather than
533 "make zImage" or "make Image". The final kernel binary to put in
534 ROM memory will be arch/riscv/boot/xipImage.
535
536 SPARSEMEM is required because the kernel text and rodata that are
537 flash resident are not backed by memmap, then any attempt to get
538 a struct page on those regions will trigger a fault.
539
540 If unsure, say N.
541
542config XIP_PHYS_ADDR
543 hex "XIP Kernel Physical Location"
544 depends on XIP_KERNEL
545 default "0x21000000"
546 help
547 This is the physical address in your flash memory the kernel will
548 be linked for and stored to. This address is dependent on your
549 own flash usage.
550
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300551endmenu
552
Palmer Dabbelt2d268252020-04-14 13:43:24 +0900553config BUILTIN_DTB
Vitaly Wool44c92252021-04-13 02:35:14 -0400554 bool
Palmer Dabbelt2d268252020-04-14 13:43:24 +0900555 depends on OF
Vitaly Wool44c92252021-04-13 02:35:14 -0400556 default y if XIP_KERNEL
Palmer Dabbelt2d268252020-04-14 13:43:24 +0900557
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700558menu "Power management options"
559
Masahiro Yamada8636a1f2018-12-11 20:01:04 +0900560source "kernel/power/Kconfig"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700561
562endmenu
Atish Patrad7071742020-09-17 15:37:14 -0700563
564source "drivers/firmware/Kconfig"