blob: b2764a0a0c8c271a6125cdce086fef5e793e1613 [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
Zong Li59c4da82020-03-12 10:58:35 +080032 select GENERIC_PTDUMP if MMU
David Abdurachmanovefe75c42018-10-29 11:48:53 +010033 select HAVE_ARCH_AUDITSYSCALL
David Abdurachmanov53406272019-10-04 17:12:22 -070034 select HAVE_ARCH_SECCOMP_FILTER
Masahiro Yamada2ff2b7e2019-08-19 14:54:20 +090035 select HAVE_ASM_MODVERSIONS
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +010036 select HAVE_MEMBLOCK_NODE_MAP
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010037 select HAVE_DMA_CONTIGUOUS if MMU
Jim Wilsonb90edb32018-10-16 14:42:59 -070038 select HAVE_FUTEX_CMPXCHG if FUTEX
Alan Kao178e9fc2018-04-20 07:27:49 +080039 select HAVE_PERF_EVENTS
Mao Han98a93b02019-09-05 11:46:35 +080040 select HAVE_PERF_REGS
41 select HAVE_PERF_USER_STACK_DUMP
David Abdurachmanov5aeb1b32018-12-06 16:26:35 +010042 select HAVE_SYSCALL_TRACEPOINTS
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070043 select IRQ_DOMAIN
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070044 select SPARSE_IRQ
45 select SYSCTL_EXCEPTION_TRACE
46 select HAVE_ARCH_TRACEHOOK
Christoph Hellwigeb01d422018-11-15 20:05:32 +010047 select HAVE_PCI
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070048 select MODULES_USE_ELF_RELA if MODULES
Zong Li2cffc952018-12-07 17:02:16 +080049 select MODULE_SECTIONS if MODULES
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070050 select THREAD_INFO_IN_TASK
Christoph Hellwig2eac9c22018-11-15 20:05:33 +010051 select PCI_DOMAINS_GENERIC if PCI
Christoph Hellwigeb01d422018-11-15 20:05:32 +010052 select PCI_MSI if PCI
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070053 select RISCV_TIMER
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010054 select UACCESS_MEMCPY if !MMU
Palmer Dabbeltcc6c9842018-03-07 15:57:28 -080055 select GENERIC_IRQ_MULTI_HANDLER
Atish Patra03f11f02019-06-27 12:53:00 -070056 select GENERIC_ARCH_TOPOLOGY if SMP
Laurent Dufour3010a5e2018-06-07 17:06:08 -070057 select ARCH_HAS_PTE_SPECIAL
Will Deaconb0129802019-02-22 14:45:42 +000058 select ARCH_HAS_MMIOWB
Zong Li6435f772020-01-02 11:12:39 +080059 select ARCH_HAS_DEBUG_VIRTUAL
Björn Töpel2353ecc2019-02-05 13:41:22 +010060 select HAVE_EBPF_JIT if 64BIT
Yash Shah91abaea2019-05-06 16:57:06 +053061 select EDAC_SUPPORT
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -040062 select ARCH_HAS_GIGANTIC_PAGE
Zong Li395a21f2020-03-10 00:55:37 +080063 select ARCH_HAS_SET_DIRECT_MAP
Zong Lid3ab3322020-03-10 00:55:36 +080064 select ARCH_HAS_SET_MEMORY
Zong Lid27c3c92020-03-10 00:55:41 +080065 select ARCH_HAS_STRICT_KERNEL_RWX
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -040066 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
Logan Gunthorped95f1a52019-08-28 15:40:54 -060067 select SPARSEMEM_STATIC if 32BIT
Alexandre Ghiti54c95a12019-09-23 15:39:21 -070068 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010069 select HAVE_ARCH_MMAP_RND_BITS if MMU
Zong Li0da310e82020-01-02 11:09:54 +080070 select ARCH_HAS_GCOV_PROFILE_ALL
Amanieu d'Antras20bda4e2020-01-02 18:24:11 +010071 select HAVE_COPY_THREAD_TLS
Nick Hu8ad8b722020-01-06 10:38:32 -080072 select HAVE_ARCH_KASAN if MMU && 64BIT
Alexandre Ghiti54c95a12019-09-23 15:39:21 -070073
74config ARCH_MMAP_RND_BITS_MIN
75 default 18 if 64BIT
76 default 8
77
78# max bits determined by the following formula:
79# VA_BITS - PAGE_SHIFT - 3
80config ARCH_MMAP_RND_BITS_MAX
81 default 24 if 64BIT # SV39 based
82 default 17
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070083
Christoph Hellwiga4c37332019-10-28 13:10:32 +010084# set if we run in machine mode, cleared if we run in supervisor mode
85config RISCV_M_MODE
86 bool
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010087 default !MMU
Christoph Hellwiga4c37332019-10-28 13:10:32 +010088
Damien Le Moaleded8bc2019-10-28 13:10:33 +010089# set if we are running in S-mode and can use SBI calls
90config RISCV_SBI
91 bool
92 depends on !RISCV_M_MODE
93 default y
94
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -070095config MMU
Christoph Hellwig6bd33e12019-10-28 13:10:41 +010096 bool "MMU-based Paged Memory Management Support"
97 default y
98 help
99 Select if you want MMU-based virtualised addressing space
100 support by paged memory management. If unsure, say 'Y'.
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700101
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +0100102config ZONE_DMA32
103 bool
Christoph Hellwigf1306f02018-04-27 08:41:09 +0200104 default y if 64BIT
Christoph Hellwig5ec9c4f2018-01-16 09:37:50 +0100105
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600106config VA_BITS
107 int
108 default 32 if 32BIT
109 default 39 if 64BIT
110
111config PA_BITS
112 int
113 default 34 if 32BIT
114 default 56 if 64BIT
115
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700116config PAGE_OFFSET
117 hex
118 default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100119 default 0x80000000 if 64BIT && !MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700120 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB
121 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB
122
Logan Gunthorped95f1a52019-08-28 15:40:54 -0600123config ARCH_FLATMEM_ENABLE
124 def_bool y
125
126config ARCH_SPARSEMEM_ENABLE
127 def_bool y
128 select SPARSEMEM_VMEMMAP_ENABLE
129
130config ARCH_SELECT_MEMORY_MODEL
131 def_bool ARCH_SPARSEMEM_ENABLE
132
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400133config ARCH_WANT_GENERAL_HUGETLB
134 def_bool y
135
Zong Li5fde3db2020-03-10 00:55:38 +0800136config ARCH_SUPPORTS_DEBUG_PAGEALLOC
137 def_bool y
138
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -0400139config SYS_SUPPORTS_HUGETLBFS
140 def_bool y
141
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700142config STACKTRACE_SUPPORT
143 def_bool y
144
Alan Kao10626c32017-12-18 17:52:48 +0800145config TRACE_IRQFLAGS_SUPPORT
146 def_bool y
147
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700148config GENERIC_BUG
149 def_bool y
150 depends on BUG
151 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
152
153config GENERIC_BUG_RELATIVE_POINTERS
154 bool
155
156config GENERIC_CALIBRATE_DELAY
157 def_bool y
158
159config GENERIC_CSUM
160 def_bool y
161
162config GENERIC_HWEIGHT
163 def_bool y
164
Anup Patelf2c17aa2019-01-07 20:57:01 +0530165config FIX_EARLYCON_MEM
Andreas Schwab0312a3d2019-12-17 12:15:16 +0100166 def_bool MMU
Anup Patelf2c17aa2019-01-07 20:57:01 +0530167
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700168config PGTABLE_LEVELS
169 int
170 default 3 if 64BIT
171 default 2
172
Loys Ollivier0cbb8a32019-06-17 21:29:48 +0200173source "arch/riscv/Kconfig.socs"
174
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700175menu "Platform type"
176
177choice
178 prompt "Base ISA"
179 default ARCH_RV64I
180 help
Antony Pavlov86cca812019-01-08 22:45:57 +0300181 This selects the base ISA that this kernel will target and must match
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700182 the target platform.
183
184config ARCH_RV32I
185 bool "RV32I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700186 select 32BIT
Matt Redfearne3d59802018-04-11 08:50:17 +0100187 select GENERIC_LIB_ASHLDI3
188 select GENERIC_LIB_ASHRDI3
189 select GENERIC_LIB_LSHRDI3
Zong Li8f791252018-06-25 16:49:38 +0800190 select GENERIC_LIB_UCMPDI2
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100191 select MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700192
193config ARCH_RV64I
194 bool "RV64I"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700195 select 64BIT
Ard Biesheuvelc12d3362019-11-08 13:22:27 +0100196 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && GCC_VERSION >= 50000
Alan Kao10626c32017-12-18 17:52:48 +0800197 select HAVE_FUNCTION_TRACER
198 select HAVE_FUNCTION_GRAPH_TRACER
Alan Kaoa1d2a6b2018-02-13 13:13:16 +0800199 select HAVE_FTRACE_MCOUNT_RECORD
Christoph Hellwig6bd33e12019-10-28 13:10:41 +0100200 select HAVE_DYNAMIC_FTRACE if MMU
201 select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
202 select SWIOTLB if MMU
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700203
204endchoice
205
206# We must be able to map all physical memory into the kernel, but the compiler
207# is still a bit more efficient when generating code if it's setup in a manner
208# such that it can only map 2GiB of memory.
209choice
210 prompt "Kernel Code Model"
211 default CMODEL_MEDLOW if 32BIT
212 default CMODEL_MEDANY if 64BIT
213
214 config CMODEL_MEDLOW
215 bool "medium low code model"
216 config CMODEL_MEDANY
217 bool "medium any code model"
218endchoice
219
Zong Liab1ef682018-03-15 16:50:41 +0800220config MODULE_SECTIONS
221 bool
222 select HAVE_MOD_ARCH_SPECIFIC
223
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700224choice
225 prompt "Maximum Physical Memory"
226 default MAXPHYSMEM_2GB if 32BIT
227 default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW
228 default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY
229
230 config MAXPHYSMEM_2GB
231 bool "2GiB"
232 config MAXPHYSMEM_128GB
233 depends on 64BIT && CMODEL_MEDANY
234 bool "128GiB"
235endchoice
236
237
238config SMP
239 bool "Symmetric Multi-Processing"
240 help
241 This enables support for systems with more than one CPU. If
242 you say N here, the kernel will run on single and
243 multiprocessor machines, but will use only one CPU of a
244 multiprocessor machine. If you say Y here, the kernel will run
245 on many, but not all, single processor machines. On a single
246 processor machine, the kernel will run faster if you say N
247 here.
248
249 If you don't know what to do here, say N.
250
251config NR_CPUS
252 int "Maximum number of CPUs (2-32)"
253 range 2 32
254 depends on SMP
255 default "8"
256
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700257choice
258 prompt "CPU Tuning"
259 default TUNE_GENERIC
260
261config TUNE_GENERIC
262 bool "generic"
263
264endchoice
265
266config RISCV_ISA_C
267 bool "Emit compressed instructions when building Linux"
268 default y
269 help
270 Adds "C" to the ISA subsets that the toolchain is allowed to emit
271 when building Linux, which results in compressed instructions in the
272 Linux binary.
273
274 If you don't know what to do here, say Y.
275
Alan Kao178e9fc2018-04-20 07:27:49 +0800276menu "supported PMU type"
277 depends on PERF_EVENTS
278
279config RISCV_BASE_PMU
280 bool "Base Performance Monitoring Unit"
281 def_bool y
282 help
283 A base PMU that serves as a reference implementation and has limited
284 feature of perf. It can run on any RISC-V machines so serves as the
285 fallback, but this option can also be disable to reduce kernel size.
286
287endmenu
288
Alan Kao9671f702018-10-09 10:18:33 +0800289config FPU
290 bool "FPU support"
291 default y
292 help
293 Say N here if you want to disable all floating-point related procedure
294 in the kernel.
295
296 If you don't know what to do here, say Y.
297
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700298endmenu
299
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300300menu "Kernel features"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700301
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700302source "kernel/Kconfig.hz"
303
David Abdurachmanov53406272019-10-04 17:12:22 -0700304config SECCOMP
305 bool "Enable seccomp to safely compute untrusted bytecode"
306 help
307 This kernel feature is useful for number crunching applications
308 that may need to compute untrusted bytecode during their
309 execution. By using pipes or other transports made available to
310 the process as file descriptors supporting the read/write
311 syscalls, it's possible to isolate those applications in
312 their own address space using seccomp. Once seccomp is
313 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
314 and the task is only allowed to execute a few safe syscalls
315 defined by each seccomp mode.
316
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700317endmenu
318
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300319menu "Boot options"
320
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300321config CMDLINE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200322 string "Built-in kernel command line"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300323 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200324 For most platforms, the arguments for the kernel's command line
325 are provided at run-time, during boot. However, there are cases
326 where either no arguments are being provided or the provided
327 arguments are insufficient or even invalid.
328
329 When that occurs, it is possible to define a built-in command
330 line here and choose how the kernel should use it later on.
331
332choice
333 prompt "Built-in command line usage" if CMDLINE != ""
334 default CMDLINE_FALLBACK
335 help
336 Choose how the kernel will handle the provided built-in command
337 line.
338
339config CMDLINE_FALLBACK
340 bool "Use bootloader kernel arguments if available"
341 help
342 Use the built-in command line as fallback in case we get nothing
343 during boot. This is the default behaviour.
344
345config CMDLINE_EXTEND
346 bool "Extend bootloader kernel arguments"
347 help
348 The command-line arguments provided during boot will be
349 appended to the built-in command line. This is useful in
350 cases where the provided arguments are insufficient and
351 you don't want to or cannot modify them.
352
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300353
354config CMDLINE_FORCE
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200355 bool "Always use the default kernel command string"
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300356 help
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200357 Always use the built-in command line, even if we get one during
358 boot. This is useful in case you need to override the provided
359 command line on systems where you don't have or want control
360 over it.
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300361
Nick Kossifidis3aed8c42018-11-18 02:06:56 +0200362endchoice
Nick Kossifidisaef53f92018-09-20 01:48:15 +0300363
364endmenu
365
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700366menu "Power management options"
367
Masahiro Yamada8636a1f2018-12-11 20:01:04 +0900368source "kernel/power/Kconfig"
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -0700369
370endmenu