blob: 1a3b5a5276be26cdc052eca8d997864735802316 [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
15 select OF
16 select OF_EARLY_FLATTREE
17 select OF_IRQ
Christoph Hellwigad97f9d2019-06-13 09:09:03 +020018 select ARCH_HAS_BINFMT_FLAT
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070019 select ARCH_WANT_FRAME_POINTERS
20 select CLONE_BACKWARDS
21 select COMMON_CLK
22 select GENERIC_CLOCKEVENTS
23 select GENERIC_CPU_DEVICES
24 select GENERIC_IRQ_SHOW
25 select GENERIC_PCI_IOMAP
Anup Patel9b9afe42018-12-04 15:59:51 +053026 select GENERIC_SCHED_CLOCK
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010027 select GENERIC_STRNCPY_FROM_USER if MMU
28 select GENERIC_STRNLEN_USER if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070029 select GENERIC_SMP_IDLE_THREAD
Christoph Hellwig09afac72019-04-15 11:14:35 +020030 select GENERIC_ATOMIC64 if !64BIT
Christoph Hellwig38af5782019-08-13 11:27:56 +020031 select GENERIC_IOREMAP
David Abdurachmanovefe75c42018-10-29 11:48:53 +010032 select HAVE_ARCH_AUDITSYSCALL
David Abdurachmanov53406272019-10-04 17:12:22 -070033 select HAVE_ARCH_SECCOMP_FILTER
Masahiro Yamada2ff2b7e2019-08-19 14:54:20 +090034 select HAVE_ASM_MODVERSIONS
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +010035 select HAVE_MEMBLOCK_NODE_MAP
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010036 select HAVE_DMA_CONTIGUOUS if MMU
Jim Wilsonb90edb32018-10-16 14:42:59 -070037 select HAVE_FUTEX_CMPXCHG if FUTEX
Alan Kao178e9fc2018-04-20 07:27:49 +080038 select HAVE_PERF_EVENTS
Mao Han98a93b02019-09-05 11:46:35 +080039 select HAVE_PERF_REGS
40 select HAVE_PERF_USER_STACK_DUMP
David Abdurachmanov5aeb1b32018-12-06 16:26:35 +010041 select HAVE_SYSCALL_TRACEPOINTS
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070042 select IRQ_DOMAIN
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070043 select SPARSE_IRQ
44 select SYSCTL_EXCEPTION_TRACE
45 select HAVE_ARCH_TRACEHOOK
Christoph Hellwigeb01d422018-11-15 20:05:32 +010046 select HAVE_PCI
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070047 select MODULES_USE_ELF_RELA if MODULES
Zong Li2cffc952018-12-07 17:02:16 +080048 select MODULE_SECTIONS if MODULES
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070049 select THREAD_INFO_IN_TASK
Christoph Hellwig2eac9c22018-11-15 20:05:33 +010050 select PCI_DOMAINS_GENERIC if PCI
Christoph Hellwigeb01d422018-11-15 20:05:32 +010051 select PCI_MSI if PCI
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070052 select RISCV_TIMER
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010053 select UACCESS_MEMCPY if !MMU
Palmer Dabbeltcc6c9842018-03-07 15:57:28 -080054 select GENERIC_IRQ_MULTI_HANDLER
Atish Patra03f11f02019-06-27 12:53:00 -070055 select GENERIC_ARCH_TOPOLOGY if SMP
Laurent Dufour3010a5e2018-06-07 17:06:08 -070056 select ARCH_HAS_PTE_SPECIAL
Will Deaconb0129802019-02-22 14:45:42 +000057 select ARCH_HAS_MMIOWB
Zong Li6435f772020-01-02 11:12:39 +080058 select ARCH_HAS_DEBUG_VIRTUAL
Björn Töpel2353ecc2019-02-05 13:41:22 +010059 select HAVE_EBPF_JIT if 64BIT
Yash Shah91abaea2019-05-06 16:57:06 +053060 select EDAC_SUPPORT
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -040061 select ARCH_HAS_GIGANTIC_PAGE
62 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
Logan Gunthorped95f1a52019-08-28 15:40:54 -060063 select SPARSEMEM_STATIC if 32BIT
Alexandre Ghiti54c95a12019-09-23 15:39:21 -070064 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010065 select HAVE_ARCH_MMAP_RND_BITS if MMU
Zong Li0da310e82020-01-02 11:09:54 +080066 select ARCH_HAS_GCOV_PROFILE_ALL
Amanieu d'Antras20bda4e2020-01-02 18:24:11 +010067 select HAVE_COPY_THREAD_TLS
Nick Hu8ad8b722020-01-06 10:38:32 -080068 select HAVE_ARCH_KASAN if MMU && 64BIT
Alexandre Ghiti54c95a12019-09-23 15:39:21 -070069
70config ARCH_MMAP_RND_BITS_MIN
71 default 18 if 64BIT
72 default 8
73
74# max bits determined by the following formula:
75# VA_BITS - PAGE_SHIFT - 3
76config ARCH_MMAP_RND_BITS_MAX
77 default 24 if 64BIT # SV39 based
78 default 17
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070079
Christoph Hellwiga4c37332019-10-28 13:10:32 +010080# set if we run in machine mode, cleared if we run in supervisor mode
81config RISCV_M_MODE
82 bool
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010083 default !MMU
Christoph Hellwiga4c37332019-10-28 13:10:32 +010084
Damien Le Moaleded8bc2019-10-28 13:10:33 +010085# set if we are running in S-mode and can use SBI calls
86config RISCV_SBI
87 bool
88 depends on !RISCV_M_MODE
89 default y
90
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070091config MMU
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010092 bool "MMU-based Paged Memory Management Support"
93 default y
94 help
95 Select if you want MMU-based virtualised addressing space
96 support by paged memory management. If unsure, say 'Y'.
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070097
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +010098config ZONE_DMA32
99 bool
Christoph Hellwigf1306f02018-04-27 08:41:09 +0200100 default y if 64BIT
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +0100101
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600102config VA_BITS
103 int
104 default 32 if 32BIT
105 default 39 if 64BIT
106
107config PA_BITS
108 int
109 default 34 if 32BIT
110 default 56 if 64BIT
111
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700112config PAGE_OFFSET
113 hex
114 default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100115 default 0x80000000 if 64BIT && !MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700116 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB
117 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB
118
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600119config ARCH_FLATMEM_ENABLE
120 def_bool y
121
122config ARCH_SPARSEMEM_ENABLE
123 def_bool y
Damien Le Moalaa2734202020-02-12 19:34:24 +0900124 depends on MMU
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600125 select SPARSEMEM_VMEMMAP_ENABLE
126
127config ARCH_SELECT_MEMORY_MODEL
128 def_bool ARCH_SPARSEMEM_ENABLE
129
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400130config ARCH_WANT_GENERAL_HUGETLB
131 def_bool y
132
133config SYS_SUPPORTS_HUGETLBFS
134 def_bool y
135
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700136config STACKTRACE_SUPPORT
137 def_bool y
138
Alan Kao10626c32017-12-18 17:52:48 +0800139config TRACE_IRQFLAGS_SUPPORT
140 def_bool y
141
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700142config GENERIC_BUG
143 def_bool y
144 depends on BUG
145 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
146
147config GENERIC_BUG_RELATIVE_POINTERS
148 bool
149
150config GENERIC_CALIBRATE_DELAY
151 def_bool y
152
153config GENERIC_CSUM
154 def_bool y
155
156config GENERIC_HWEIGHT
157 def_bool y
158
Anup Patelf2c17aa2019-01-07 20:57:01 +0530159config FIX_EARLYCON_MEM
Andreas Schwab0312a3d2019-12-17 12:15:16 +0100160 def_bool MMU
Anup Patelf2c17aa2019-01-07 20:57:01 +0530161
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700162config PGTABLE_LEVELS
163 int
164 default 3 if 64BIT
165 default 2
166
Loys Ollivier0cbb8a32019-06-17 21:29:48 +0200167source "arch/riscv/Kconfig.socs"
168
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700169menu "Platform type"
170
171choice
172 prompt "Base ISA"
173 default ARCH_RV64I
174 help
Antony Pavlov86cca812019-01-08 22:45:57 +0300175 This selects the base ISA that this kernel will target and must match
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700176 the target platform.
177
178config ARCH_RV32I
179 bool "RV32I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700180 select 32BIT
Matt Redfearne3d59802018-04-11 08:50:17 +0100181 select GENERIC_LIB_ASHLDI3
182 select GENERIC_LIB_ASHRDI3
183 select GENERIC_LIB_LSHRDI3
Zong Li8f791252018-06-25 16:49:38 +0800184 select GENERIC_LIB_UCMPDI2
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100185 select MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700186
187config ARCH_RV64I
188 bool "RV64I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700189 select 64BIT
Ard Biesheuvelc12d3362019-11-08 13:22:27 +0100190 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && GCC_VERSION >= 50000
Alan Kao10626c32017-12-18 17:52:48 +0800191 select HAVE_FUNCTION_TRACER
192 select HAVE_FUNCTION_GRAPH_TRACER
Alan Kaoa1d2a6b2018-02-13 13:13:16 +0800193 select HAVE_FTRACE_MCOUNT_RECORD
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100194 select HAVE_DYNAMIC_FTRACE if MMU
195 select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
196 select SWIOTLB if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700197
198endchoice
199
200# We must be able to map all physical memory into the kernel, but the compiler
201# is still a bit more efficient when generating code if it's setup in a manner
202# such that it can only map 2GiB of memory.
203choice
204 prompt "Kernel Code Model"
205 default CMODEL_MEDLOW if 32BIT
206 default CMODEL_MEDANY if 64BIT
207
208 config CMODEL_MEDLOW
209 bool "medium low code model"
210 config CMODEL_MEDANY
211 bool "medium any code model"
212endchoice
213
Zong Liab1ef682018-03-15 16:50:41 +0800214config MODULE_SECTIONS
215 bool
216 select HAVE_MOD_ARCH_SPECIFIC
217
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700218choice
219 prompt "Maximum Physical Memory"
220 default MAXPHYSMEM_2GB if 32BIT
221 default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW
222 default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY
223
224 config MAXPHYSMEM_2GB
225 bool "2GiB"
226 config MAXPHYSMEM_128GB
227 depends on 64BIT && CMODEL_MEDANY
228 bool "128GiB"
229endchoice
230
231
232config SMP
233 bool "Symmetric Multi-Processing"
234 help
235 This enables support for systems with more than one CPU. If
236 you say N here, the kernel will run on single and
237 multiprocessor machines, but will use only one CPU of a
238 multiprocessor machine. If you say Y here, the kernel will run
239 on many, but not all, single processor machines. On a single
240 processor machine, the kernel will run faster if you say N
241 here.
242
243 If you don't know what to do here, say N.
244
245config NR_CPUS
246 int "Maximum number of CPUs (2-32)"
247 range 2 32
248 depends on SMP
249 default "8"
250
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700251choice
252 prompt "CPU Tuning"
253 default TUNE_GENERIC
254
255config TUNE_GENERIC
256 bool "generic"
257
258endchoice
259
260config RISCV_ISA_C
261 bool "Emit compressed instructions when building Linux"
262 default y
263 help
264 Adds "C" to the ISA subsets that the toolchain is allowed to emit
265 when building Linux, which results in compressed instructions in the
266 Linux binary.
267
268 If you don't know what to do here, say Y.
269
Alan Kao178e9fc2018-04-20 07:27:49 +0800270menu "supported PMU type"
271 depends on PERF_EVENTS
272
273config RISCV_BASE_PMU
274 bool "Base Performance Monitoring Unit"
275 def_bool y
276 help
277 A base PMU that serves as a reference implementation and has limited
278 feature of perf. It can run on any RISC-V machines so serves as the
279 fallback, but this option can also be disable to reduce kernel size.
280
281endmenu
282
Alan Kao9671f702018-10-09 10:18:33 +0800283config FPU
284 bool "FPU support"
285 default y
286 help
287 Say N here if you want to disable all floating-point related procedure
288 in the kernel.
289
290 If you don't know what to do here, say Y.
291
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700292endmenu
293
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300294menu "Kernel features"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700295
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700296source "kernel/Kconfig.hz"
297
David Abdurachmanov53406272019-10-04 17:12:22 -0700298config SECCOMP
299 bool "Enable seccomp to safely compute untrusted bytecode"
300 help
301 This kernel feature is useful for number crunching applications
302 that may need to compute untrusted bytecode during their
303 execution. By using pipes or other transports made available to
304 the process as file descriptors supporting the read/write
305 syscalls, it's possible to isolate those applications in
306 their own address space using seccomp. Once seccomp is
307 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
308 and the task is only allowed to execute a few safe syscalls
309 defined by each seccomp mode.
310
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700311endmenu
312
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300313menu "Boot options"
314
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300315config CMDLINE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200316 string "Built-in kernel command line"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300317 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200318 For most platforms, the arguments for the kernel's command line
319 are provided at run-time, during boot. However, there are cases
320 where either no arguments are being provided or the provided
321 arguments are insufficient or even invalid.
322
323 When that occurs, it is possible to define a built-in command
324 line here and choose how the kernel should use it later on.
325
326choice
327 prompt "Built-in command line usage" if CMDLINE != ""
328 default CMDLINE_FALLBACK
329 help
330 Choose how the kernel will handle the provided built-in command
331 line.
332
333config CMDLINE_FALLBACK
334 bool "Use bootloader kernel arguments if available"
335 help
336 Use the built-in command line as fallback in case we get nothing
337 during boot. This is the default behaviour.
338
339config CMDLINE_EXTEND
340 bool "Extend bootloader kernel arguments"
341 help
342 The command-line arguments provided during boot will be
343 appended to the built-in command line. This is useful in
344 cases where the provided arguments are insufficient and
345 you don't want to or cannot modify them.
346
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300347
348config CMDLINE_FORCE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200349 bool "Always use the default kernel command string"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300350 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200351 Always use the built-in command line, even if we get one during
352 boot. This is useful in case you need to override the provided
353 command line on systems where you don't have or want control
354 over it.
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300355
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200356endchoice
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300357
358endmenu
359
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700360menu "Power management options"
361
Masahiro Yamada8636a1f2018-12-11 20:01:04 +0900362source "kernel/power/Kconfig"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700363
364endmenu