blob: bc37241a6875defc045856ec7bdafafe22c2a10b [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
Chenxi Mao234e9d72020-06-05 13:15:10 +080016 select ARCH_SUPPORTS_ATOMIC_RMW
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
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070021 select ARCH_HAS_GCOV_PROFILE_ALL
22 select ARCH_HAS_GIGANTIC_PAGE
Tobias Klauser20d38f72020-06-26 14:40:56 +020023 select ARCH_HAS_KCOV
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070024 select ARCH_HAS_MMIOWB
25 select ARCH_HAS_PTE_SPECIAL
26 select ARCH_HAS_SET_DIRECT_MAP
27 select ARCH_HAS_SET_MEMORY
28 select ARCH_HAS_STRICT_KERNEL_RWX if MMU
29 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070030 select ARCH_WANT_FRAME_POINTERS
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070031 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070032 select CLONE_BACKWARDS
33 select COMMON_CLK
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070034 select EDAC_SUPPORT
35 select GENERIC_ARCH_TOPOLOGY if SMP
36 select GENERIC_ATOMIC64 if !64BIT
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070037 select GENERIC_CLOCKEVENTS
Vincent Chenad5d1122020-06-09 22:14:48 +080038 select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070039 select GENERIC_IOREMAP
40 select GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070041 select GENERIC_IRQ_SHOW
42 select GENERIC_PCI_IOMAP
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070043 select GENERIC_PTDUMP if MMU
Anup Patel9b9afe42018-12-04 15:59:51 +053044 select GENERIC_SCHED_CLOCK
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070045 select GENERIC_SMP_IDLE_THREAD
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010046 select GENERIC_STRNCPY_FROM_USER if MMU
47 select GENERIC_STRNLEN_USER if MMU
Vincent Chenad5d1122020-06-09 22:14:48 +080048 select GENERIC_TIME_VSYSCALL if MMU && 64BIT
Anup Patel6b7ce8922020-06-01 14:45:40 +053049 select HANDLE_DOMAIN_IRQ
David Abdurachmanovefe75c42018-10-29 11:48:53 +010050 select HAVE_ARCH_AUDITSYSCALL
Emil Renner Berthingebc00dd2020-07-14 09:40:44 +020051 select HAVE_ARCH_JUMP_LABEL
52 select HAVE_ARCH_JUMP_LABEL_RELATIVE
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070053 select HAVE_ARCH_KASAN if MMU && 64BIT
54 select HAVE_ARCH_KGDB
55 select HAVE_ARCH_KGDB_QXFER_PKT
56 select HAVE_ARCH_MMAP_RND_BITS if MMU
David Abdurachmanov53406272019-10-04 17:12:22 -070057 select HAVE_ARCH_SECCOMP_FILTER
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070058 select HAVE_ARCH_TRACEHOOK
Masahiro Yamada2ff2b7e2019-08-19 14:54:20 +090059 select HAVE_ASM_MODVERSIONS
Greentime Hued48b292020-06-24 17:03:16 +080060 select HAVE_CONTEXT_TRACKING
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070061 select HAVE_COPY_THREAD_TLS
Tobias Klausercbb3d912020-06-27 12:50:50 +020062 select HAVE_DEBUG_KMEMLEAK
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010063 select HAVE_DMA_CONTIGUOUS if MMU
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070064 select HAVE_EBPF_JIT if MMU
Jim Wilsonb90edb32018-10-16 14:42:59 -070065 select HAVE_FUTEX_CMPXCHG if FUTEX
Tobias Klauser20d38f72020-06-26 14:40:56 +020066 select HAVE_GCC_PLUGINS
Vincent Chenad5d1122020-06-09 22:14:48 +080067 select HAVE_GENERIC_VDSO if MMU && 64BIT
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070068 select HAVE_PCI
Alan Kao178e9fc2018-04-20 07:27:49 +080069 select HAVE_PERF_EVENTS
Mao Han98a93b02019-09-05 11:46:35 +080070 select HAVE_PERF_REGS
71 select HAVE_PERF_USER_STACK_DUMP
Guo Renf2c96992020-07-10 16:19:57 +000072 select HAVE_STACKPROTECTOR
David Abdurachmanov5aeb1b32018-12-06 16:26:35 +010073 select HAVE_SYSCALL_TRACEPOINTS
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070074 select IRQ_DOMAIN
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070075 select MODULES_USE_ELF_RELA if MODULES
Zong Li2cffc952018-12-07 17:02:16 +080076 select MODULE_SECTIONS if MODULES
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070077 select OF
78 select OF_EARLY_FLATTREE
79 select OF_IRQ
Christoph Hellwig2eac9c22018-11-15 20:05:33 +010080 select PCI_DOMAINS_GENERIC if PCI
Christoph Hellwigeb01d422018-11-15 20:05:32 +010081 select PCI_MSI if PCI
Anup Patele71ee062020-06-01 14:45:43 +053082 select RISCV_INTC
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070083 select RISCV_TIMER
Logan Gunthorped95f1a52019-08-28 15:40:54 -060084 select SPARSEMEM_STATIC if 32BIT
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -070085 select SPARSE_IRQ
86 select SYSCTL_EXCEPTION_TRACE
87 select THREAD_INFO_IN_TASK
Alexandre Ghiti54c95a12019-09-23 15:39:21 -070088
89config ARCH_MMAP_RND_BITS_MIN
90 default 18 if 64BIT
91 default 8
92
93# max bits determined by the following formula:
94# VA_BITS - PAGE_SHIFT - 3
95config ARCH_MMAP_RND_BITS_MAX
96 default 24 if 64BIT # SV39 based
97 default 17
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070098
Christoph Hellwiga4c37332019-10-28 13:10:32 +010099# set if we run in machine mode, cleared if we run in supervisor mode
100config RISCV_M_MODE
101 bool
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100102 default !MMU
Christoph Hellwiga4c37332019-10-28 13:10:32 +0100103
Damien Le Moaleded8bc2019-10-28 13:10:33 +0100104# set if we are running in S-mode and can use SBI calls
105config RISCV_SBI
106 bool
107 depends on !RISCV_M_MODE
108 default y
109
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700110config MMU
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100111 bool "MMU-based Paged Memory Management Support"
112 default y
113 help
114 Select if you want MMU-based virtualised addressing space
115 support by paged memory management. If unsure, say 'Y'.
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700116
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +0100117config ZONE_DMA32
118 bool
Christoph Hellwigf1306f02018-04-27 08:41:09 +0200119 default y if 64BIT
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +0100120
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600121config VA_BITS
122 int
123 default 32 if 32BIT
124 default 39 if 64BIT
125
126config PA_BITS
127 int
128 default 34 if 32BIT
129 default 56 if 64BIT
130
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700131config PAGE_OFFSET
132 hex
133 default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100134 default 0x80000000 if 64BIT && !MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700135 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB
136 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB
137
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600138config ARCH_FLATMEM_ENABLE
139 def_bool y
140
141config ARCH_SPARSEMEM_ENABLE
142 def_bool y
Damien Le Moalaa2734202020-02-12 19:34:24 +0900143 depends on MMU
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600144 select SPARSEMEM_VMEMMAP_ENABLE
145
146config ARCH_SELECT_MEMORY_MODEL
147 def_bool ARCH_SPARSEMEM_ENABLE
148
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400149config ARCH_WANT_GENERAL_HUGETLB
150 def_bool y
151
Zong Li5fde3db2020-03-10 00:55:38 +0800152config ARCH_SUPPORTS_DEBUG_PAGEALLOC
153 def_bool y
154
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400155config SYS_SUPPORTS_HUGETLBFS
Kefeng Wang69868412020-05-11 10:19:58 +0800156 depends on MMU
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400157 def_bool y
158
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700159config STACKTRACE_SUPPORT
160 def_bool y
161
Alan Kao10626c32017-12-18 17:52:48 +0800162config TRACE_IRQFLAGS_SUPPORT
163 def_bool y
164
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700165config GENERIC_BUG
166 def_bool y
167 depends on BUG
168 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
169
170config GENERIC_BUG_RELATIVE_POINTERS
171 bool
172
173config GENERIC_CALIBRATE_DELAY
174 def_bool y
175
176config GENERIC_CSUM
177 def_bool y
178
179config GENERIC_HWEIGHT
180 def_bool y
181
Anup Patelf2c17aa2019-01-07 20:57:01 +0530182config FIX_EARLYCON_MEM
Andreas Schwab0312a3d2019-12-17 12:15:16 +0100183 def_bool MMU
Anup Patelf2c17aa2019-01-07 20:57:01 +0530184
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700185config PGTABLE_LEVELS
186 int
187 default 3 if 64BIT
188 default 2
189
Guo Ren3c469792020-06-27 13:57:08 +0000190config LOCKDEP_SUPPORT
191 def_bool y
192
Loys Ollivier0cbb8a32019-06-17 21:29:48 +0200193source "arch/riscv/Kconfig.socs"
194
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700195menu "Platform type"
196
197choice
198 prompt "Base ISA"
199 default ARCH_RV64I
200 help
Antony Pavlov86cca812019-01-08 22:45:57 +0300201 This selects the base ISA that this kernel will target and must match
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700202 the target platform.
203
204config ARCH_RV32I
205 bool "RV32I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700206 select 32BIT
Matt Redfearne3d59802018-04-11 08:50:17 +0100207 select GENERIC_LIB_ASHLDI3
208 select GENERIC_LIB_ASHRDI3
209 select GENERIC_LIB_LSHRDI3
Zong Li8f791252018-06-25 16:49:38 +0800210 select GENERIC_LIB_UCMPDI2
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100211 select MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700212
213config ARCH_RV64I
214 bool "RV64I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700215 select 64BIT
Ard Biesheuvelc12d3362019-11-08 13:22:27 +0100216 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && GCC_VERSION >= 50000
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100217 select HAVE_DYNAMIC_FTRACE if MMU
218 select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
Palmer Dabbelte8c7ef72020-06-04 13:55:14 -0700219 select HAVE_FTRACE_MCOUNT_RECORD
220 select HAVE_FUNCTION_GRAPH_TRACER
221 select HAVE_FUNCTION_TRACER
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100222 select SWIOTLB if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700223
224endchoice
225
226# We must be able to map all physical memory into the kernel, but the compiler
227# is still a bit more efficient when generating code if it's setup in a manner
228# such that it can only map 2GiB of memory.
229choice
230 prompt "Kernel Code Model"
231 default CMODEL_MEDLOW if 32BIT
232 default CMODEL_MEDANY if 64BIT
233
234 config CMODEL_MEDLOW
235 bool "medium low code model"
236 config CMODEL_MEDANY
237 bool "medium any code model"
238endchoice
239
Zong Liab1ef682018-03-15 16:50:41 +0800240config MODULE_SECTIONS
241 bool
242 select HAVE_MOD_ARCH_SPECIFIC
243
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700244choice
245 prompt "Maximum Physical Memory"
246 default MAXPHYSMEM_2GB if 32BIT
247 default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW
248 default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY
249
250 config MAXPHYSMEM_2GB
251 bool "2GiB"
252 config MAXPHYSMEM_128GB
253 depends on 64BIT && CMODEL_MEDANY
254 bool "128GiB"
255endchoice
256
257
258config SMP
259 bool "Symmetric Multi-Processing"
260 help
261 This enables support for systems with more than one CPU. If
262 you say N here, the kernel will run on single and
263 multiprocessor machines, but will use only one CPU of a
264 multiprocessor machine. If you say Y here, the kernel will run
265 on many, but not all, single processor machines. On a single
266 processor machine, the kernel will run faster if you say N
267 here.
268
269 If you don't know what to do here, say N.
270
271config NR_CPUS
272 int "Maximum number of CPUs (2-32)"
273 range 2 32
274 depends on SMP
275 default "8"
276
Atish Patraf1e58582020-03-17 18:11:44 -0700277config HOTPLUG_CPU
278 bool "Support for hot-pluggable CPUs"
279 depends on SMP
280 select GENERIC_IRQ_MIGRATION
281 help
282
283 Say Y here to experiment with turning CPUs off and on. CPUs
284 can be controlled through /sys/devices/system/cpu.
285
286 Say N if you want to disable CPU hotplug.
287
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700288choice
289 prompt "CPU Tuning"
290 default TUNE_GENERIC
291
292config TUNE_GENERIC
293 bool "generic"
294
295endchoice
296
297config RISCV_ISA_C
298 bool "Emit compressed instructions when building Linux"
299 default y
300 help
301 Adds "C" to the ISA subsets that the toolchain is allowed to emit
302 when building Linux, which results in compressed instructions in the
303 Linux binary.
304
305 If you don't know what to do here, say Y.
306
Alan Kao178e9fc2018-04-20 07:27:49 +0800307menu "supported PMU type"
308 depends on PERF_EVENTS
309
310config RISCV_BASE_PMU
311 bool "Base Performance Monitoring Unit"
312 def_bool y
313 help
314 A base PMU that serves as a reference implementation and has limited
315 feature of perf. It can run on any RISC-V machines so serves as the
316 fallback, but this option can also be disable to reduce kernel size.
317
318endmenu
319
Alan Kao9671f702018-10-09 10:18:33 +0800320config FPU
321 bool "FPU support"
322 default y
323 help
324 Say N here if you want to disable all floating-point related procedure
325 in the kernel.
326
327 If you don't know what to do here, say Y.
328
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700329endmenu
330
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300331menu "Kernel features"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700332
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700333source "kernel/Kconfig.hz"
334
David Abdurachmanov53406272019-10-04 17:12:22 -0700335config SECCOMP
336 bool "Enable seccomp to safely compute untrusted bytecode"
337 help
338 This kernel feature is useful for number crunching applications
339 that may need to compute untrusted bytecode during their
340 execution. By using pipes or other transports made available to
341 the process as file descriptors supporting the read/write
342 syscalls, it's possible to isolate those applications in
343 their own address space using seccomp. Once seccomp is
344 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
345 and the task is only allowed to execute a few safe syscalls
346 defined by each seccomp mode.
347
Atish Patraefca1392020-03-17 18:11:37 -0700348config RISCV_SBI_V01
349 bool "SBI v0.1 support"
350 default y
351 depends on RISCV_SBI
352 help
353 This config allows kernel to use SBI v0.1 APIs. This will be
354 deprecated in future once legacy M-mode software are no longer in use.
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700355endmenu
356
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300357menu "Boot options"
358
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300359config CMDLINE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200360 string "Built-in kernel command line"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300361 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200362 For most platforms, the arguments for the kernel's command line
363 are provided at run-time, during boot. However, there are cases
364 where either no arguments are being provided or the provided
365 arguments are insufficient or even invalid.
366
367 When that occurs, it is possible to define a built-in command
368 line here and choose how the kernel should use it later on.
369
370choice
371 prompt "Built-in command line usage" if CMDLINE != ""
372 default CMDLINE_FALLBACK
373 help
374 Choose how the kernel will handle the provided built-in command
375 line.
376
377config CMDLINE_FALLBACK
378 bool "Use bootloader kernel arguments if available"
379 help
380 Use the built-in command line as fallback in case we get nothing
381 during boot. This is the default behaviour.
382
383config CMDLINE_EXTEND
384 bool "Extend bootloader kernel arguments"
385 help
386 The command-line arguments provided during boot will be
387 appended to the built-in command line. This is useful in
388 cases where the provided arguments are insufficient and
389 you don't want to or cannot modify them.
390
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300391
392config CMDLINE_FORCE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200393 bool "Always use the default kernel command string"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300394 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200395 Always use the built-in command line, even if we get one during
396 boot. This is useful in case you need to override the provided
397 command line on systems where you don't have or want control
398 over it.
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300399
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200400endchoice
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300401
402endmenu
403
Palmer Dabbelt2d268252020-04-14 13:43:24 +0900404config BUILTIN_DTB
405 def_bool n
406 depends on RISCV_M_MODE
407 depends on OF
408
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700409menu "Power management options"
410
Masahiro Yamada8636a1f2018-12-11 20:01:04 +0900411source "kernel/power/Kconfig"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700412
413endmenu