Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 2 | # |
| 3 | # For a description of the syntax of this configuration file, |
Mauro Carvalho Chehab | cd238ef | 2019-06-12 14:52:48 -0300 | [diff] [blame] | 4 | # see Documentation/kbuild/kconfig-language.rst. |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 5 | # |
| 6 | |
Christoph Hellwig | c3e4ed01 | 2018-04-27 08:38:23 +0200 | [diff] [blame] | 7 | config 64BIT |
| 8 | bool |
| 9 | |
| 10 | config 32BIT |
| 11 | bool |
| 12 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 13 | config RISCV |
| 14 | def_bool y |
Christoph Hellwig | d4a451d | 2018-04-03 16:24:20 +0200 | [diff] [blame] | 15 | # even on 32-bit, physical (and DMA) addresses are > 32-bits |
| 16 | select PHYS_ADDR_T_64BIT |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 17 | select OF |
| 18 | select OF_EARLY_FLATTREE |
| 19 | select OF_IRQ |
Christoph Hellwig | ad97f9d | 2019-06-13 09:09:03 +0200 | [diff] [blame] | 20 | select ARCH_HAS_BINFMT_FLAT |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 21 | select ARCH_WANT_FRAME_POINTERS |
| 22 | select CLONE_BACKWARDS |
| 23 | select COMMON_CLK |
| 24 | select GENERIC_CLOCKEVENTS |
| 25 | select GENERIC_CPU_DEVICES |
| 26 | select GENERIC_IRQ_SHOW |
| 27 | select GENERIC_PCI_IOMAP |
Anup Patel | 9b9afe4 | 2018-12-04 15:59:51 +0530 | [diff] [blame] | 28 | select GENERIC_SCHED_CLOCK |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 29 | select GENERIC_STRNCPY_FROM_USER |
| 30 | select GENERIC_STRNLEN_USER |
| 31 | select GENERIC_SMP_IDLE_THREAD |
Christoph Hellwig | 09afac7 | 2019-04-15 11:14:35 +0200 | [diff] [blame] | 32 | select GENERIC_ATOMIC64 if !64BIT |
David Abdurachmanov | efe75c4 | 2018-10-29 11:48:53 +0100 | [diff] [blame] | 33 | select HAVE_ARCH_AUDITSYSCALL |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 34 | select HAVE_MEMBLOCK_NODE_MAP |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 35 | select HAVE_DMA_CONTIGUOUS |
Jim Wilson | b90edb3 | 2018-10-16 14:42:59 -0700 | [diff] [blame] | 36 | select HAVE_FUTEX_CMPXCHG if FUTEX |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 37 | select HAVE_PERF_EVENTS |
David Abdurachmanov | 5aeb1b3 | 2018-12-06 16:26:35 +0100 | [diff] [blame] | 38 | select HAVE_SYSCALL_TRACEPOINTS |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 39 | select IRQ_DOMAIN |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 40 | select SPARSE_IRQ |
| 41 | select SYSCTL_EXCEPTION_TRACE |
| 42 | select HAVE_ARCH_TRACEHOOK |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 43 | select HAVE_PCI |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 44 | select MODULES_USE_ELF_RELA if MODULES |
Zong Li | 2cffc95 | 2018-12-07 17:02:16 +0800 | [diff] [blame] | 45 | select MODULE_SECTIONS if MODULES |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 46 | select THREAD_INFO_IN_TASK |
Christoph Hellwig | 2eac9c2 | 2018-11-15 20:05:33 +0100 | [diff] [blame] | 47 | select PCI_DOMAINS_GENERIC if PCI |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 48 | select PCI_MSI if PCI |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 49 | select RISCV_TIMER |
Palmer Dabbelt | cc6c984 | 2018-03-07 15:57:28 -0800 | [diff] [blame] | 50 | select GENERIC_IRQ_MULTI_HANDLER |
Laurent Dufour | 3010a5e | 2018-06-07 17:06:08 -0700 | [diff] [blame] | 51 | select ARCH_HAS_PTE_SPECIAL |
Will Deacon | b012980 | 2019-02-22 14:45:42 +0000 | [diff] [blame] | 52 | select ARCH_HAS_MMIOWB |
Björn Töpel | 2353ecc | 2019-02-05 13:41:22 +0100 | [diff] [blame] | 53 | select HAVE_EBPF_JIT if 64BIT |
Yash Shah | 91abaea | 2019-05-06 16:57:06 +0530 | [diff] [blame] | 54 | select EDAC_SUPPORT |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 55 | select ARCH_HAS_GIGANTIC_PAGE |
| 56 | select ARCH_WANT_HUGE_PMD_SHARE if 64BIT |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 57 | |
| 58 | config MMU |
| 59 | def_bool y |
| 60 | |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 61 | config ZONE_DMA32 |
| 62 | bool |
Christoph Hellwig | f1306f0 | 2018-04-27 08:41:09 +0200 | [diff] [blame] | 63 | default y if 64BIT |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 64 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 65 | config PAGE_OFFSET |
| 66 | hex |
| 67 | default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB |
| 68 | default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB |
| 69 | default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB |
| 70 | |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 71 | config ARCH_WANT_GENERAL_HUGETLB |
| 72 | def_bool y |
| 73 | |
| 74 | config SYS_SUPPORTS_HUGETLBFS |
| 75 | def_bool y |
| 76 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 77 | config STACKTRACE_SUPPORT |
| 78 | def_bool y |
| 79 | |
Alan Kao | 10626c3 | 2017-12-18 17:52:48 +0800 | [diff] [blame] | 80 | config TRACE_IRQFLAGS_SUPPORT |
| 81 | def_bool y |
| 82 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 83 | config GENERIC_BUG |
| 84 | def_bool y |
| 85 | depends on BUG |
| 86 | select GENERIC_BUG_RELATIVE_POINTERS if 64BIT |
| 87 | |
| 88 | config GENERIC_BUG_RELATIVE_POINTERS |
| 89 | bool |
| 90 | |
| 91 | config GENERIC_CALIBRATE_DELAY |
| 92 | def_bool y |
| 93 | |
| 94 | config GENERIC_CSUM |
| 95 | def_bool y |
| 96 | |
| 97 | config GENERIC_HWEIGHT |
| 98 | def_bool y |
| 99 | |
Anup Patel | f2c17aa | 2019-01-07 20:57:01 +0530 | [diff] [blame] | 100 | config FIX_EARLYCON_MEM |
| 101 | def_bool y |
| 102 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 103 | config PGTABLE_LEVELS |
| 104 | int |
| 105 | default 3 if 64BIT |
| 106 | default 2 |
| 107 | |
Loys Ollivier | 0cbb8a3 | 2019-06-17 21:29:48 +0200 | [diff] [blame] | 108 | source "arch/riscv/Kconfig.socs" |
| 109 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 110 | menu "Platform type" |
| 111 | |
| 112 | choice |
| 113 | prompt "Base ISA" |
| 114 | default ARCH_RV64I |
| 115 | help |
Antony Pavlov | 86cca81 | 2019-01-08 22:45:57 +0300 | [diff] [blame] | 116 | This selects the base ISA that this kernel will target and must match |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 117 | the target platform. |
| 118 | |
| 119 | config ARCH_RV32I |
| 120 | bool "RV32I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 121 | select 32BIT |
Matt Redfearn | e3d5980 | 2018-04-11 08:50:17 +0100 | [diff] [blame] | 122 | select GENERIC_LIB_ASHLDI3 |
| 123 | select GENERIC_LIB_ASHRDI3 |
| 124 | select GENERIC_LIB_LSHRDI3 |
Zong Li | 8f79125 | 2018-06-25 16:49:38 +0800 | [diff] [blame] | 125 | select GENERIC_LIB_UCMPDI2 |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 126 | |
| 127 | config ARCH_RV64I |
| 128 | bool "RV64I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 129 | select 64BIT |
Masahiro Yamada | ee59288 | 2018-08-24 17:33:53 +0900 | [diff] [blame] | 130 | select ARCH_SUPPORTS_INT128 if GCC_VERSION >= 50000 |
Alan Kao | 10626c3 | 2017-12-18 17:52:48 +0800 | [diff] [blame] | 131 | select HAVE_FUNCTION_TRACER |
| 132 | select HAVE_FUNCTION_GRAPH_TRACER |
Alan Kao | a1d2a6b | 2018-02-13 13:13:16 +0800 | [diff] [blame] | 133 | select HAVE_FTRACE_MCOUNT_RECORD |
Alan Kao | c15ac4f | 2018-02-13 13:13:17 +0800 | [diff] [blame] | 134 | select HAVE_DYNAMIC_FTRACE |
Alan Kao | aea4c67 | 2018-02-13 13:13:20 +0800 | [diff] [blame] | 135 | select HAVE_DYNAMIC_FTRACE_WITH_REGS |
Christoph Hellwig | 10314e0 | 2018-04-27 08:43:14 +0200 | [diff] [blame] | 136 | select SWIOTLB |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 137 | |
| 138 | endchoice |
| 139 | |
| 140 | # We must be able to map all physical memory into the kernel, but the compiler |
| 141 | # is still a bit more efficient when generating code if it's setup in a manner |
| 142 | # such that it can only map 2GiB of memory. |
| 143 | choice |
| 144 | prompt "Kernel Code Model" |
| 145 | default CMODEL_MEDLOW if 32BIT |
| 146 | default CMODEL_MEDANY if 64BIT |
| 147 | |
| 148 | config CMODEL_MEDLOW |
| 149 | bool "medium low code model" |
| 150 | config CMODEL_MEDANY |
| 151 | bool "medium any code model" |
| 152 | endchoice |
| 153 | |
Zong Li | ab1ef68 | 2018-03-15 16:50:41 +0800 | [diff] [blame] | 154 | config MODULE_SECTIONS |
| 155 | bool |
| 156 | select HAVE_MOD_ARCH_SPECIFIC |
| 157 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 158 | choice |
| 159 | prompt "Maximum Physical Memory" |
| 160 | default MAXPHYSMEM_2GB if 32BIT |
| 161 | default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW |
| 162 | default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY |
| 163 | |
| 164 | config MAXPHYSMEM_2GB |
| 165 | bool "2GiB" |
| 166 | config MAXPHYSMEM_128GB |
| 167 | depends on 64BIT && CMODEL_MEDANY |
| 168 | bool "128GiB" |
| 169 | endchoice |
| 170 | |
| 171 | |
| 172 | config SMP |
| 173 | bool "Symmetric Multi-Processing" |
| 174 | help |
| 175 | This enables support for systems with more than one CPU. If |
| 176 | you say N here, the kernel will run on single and |
| 177 | multiprocessor machines, but will use only one CPU of a |
| 178 | multiprocessor machine. If you say Y here, the kernel will run |
| 179 | on many, but not all, single processor machines. On a single |
| 180 | processor machine, the kernel will run faster if you say N |
| 181 | here. |
| 182 | |
| 183 | If you don't know what to do here, say N. |
| 184 | |
| 185 | config NR_CPUS |
| 186 | int "Maximum number of CPUs (2-32)" |
| 187 | range 2 32 |
| 188 | depends on SMP |
| 189 | default "8" |
| 190 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 191 | choice |
| 192 | prompt "CPU Tuning" |
| 193 | default TUNE_GENERIC |
| 194 | |
| 195 | config TUNE_GENERIC |
| 196 | bool "generic" |
| 197 | |
| 198 | endchoice |
| 199 | |
| 200 | config RISCV_ISA_C |
| 201 | bool "Emit compressed instructions when building Linux" |
| 202 | default y |
| 203 | help |
| 204 | Adds "C" to the ISA subsets that the toolchain is allowed to emit |
| 205 | when building Linux, which results in compressed instructions in the |
| 206 | Linux binary. |
| 207 | |
| 208 | If you don't know what to do here, say Y. |
| 209 | |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 210 | menu "supported PMU type" |
| 211 | depends on PERF_EVENTS |
| 212 | |
| 213 | config RISCV_BASE_PMU |
| 214 | bool "Base Performance Monitoring Unit" |
| 215 | def_bool y |
| 216 | help |
| 217 | A base PMU that serves as a reference implementation and has limited |
| 218 | feature of perf. It can run on any RISC-V machines so serves as the |
| 219 | fallback, but this option can also be disable to reduce kernel size. |
| 220 | |
| 221 | endmenu |
| 222 | |
Alan Kao | 9671f70 | 2018-10-09 10:18:33 +0800 | [diff] [blame] | 223 | config FPU |
| 224 | bool "FPU support" |
| 225 | default y |
| 226 | help |
| 227 | Say N here if you want to disable all floating-point related procedure |
| 228 | in the kernel. |
| 229 | |
| 230 | If you don't know what to do here, say Y. |
| 231 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 232 | endmenu |
| 233 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 234 | menu "Kernel features" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 235 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 236 | source "kernel/Kconfig.hz" |
| 237 | |
| 238 | endmenu |
| 239 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 240 | menu "Boot options" |
| 241 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 242 | config CMDLINE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 243 | string "Built-in kernel command line" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 244 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 245 | For most platforms, the arguments for the kernel's command line |
| 246 | are provided at run-time, during boot. However, there are cases |
| 247 | where either no arguments are being provided or the provided |
| 248 | arguments are insufficient or even invalid. |
| 249 | |
| 250 | When that occurs, it is possible to define a built-in command |
| 251 | line here and choose how the kernel should use it later on. |
| 252 | |
| 253 | choice |
| 254 | prompt "Built-in command line usage" if CMDLINE != "" |
| 255 | default CMDLINE_FALLBACK |
| 256 | help |
| 257 | Choose how the kernel will handle the provided built-in command |
| 258 | line. |
| 259 | |
| 260 | config CMDLINE_FALLBACK |
| 261 | bool "Use bootloader kernel arguments if available" |
| 262 | help |
| 263 | Use the built-in command line as fallback in case we get nothing |
| 264 | during boot. This is the default behaviour. |
| 265 | |
| 266 | config CMDLINE_EXTEND |
| 267 | bool "Extend bootloader kernel arguments" |
| 268 | help |
| 269 | The command-line arguments provided during boot will be |
| 270 | appended to the built-in command line. This is useful in |
| 271 | cases where the provided arguments are insufficient and |
| 272 | you don't want to or cannot modify them. |
| 273 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 274 | |
| 275 | config CMDLINE_FORCE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 276 | bool "Always use the default kernel command string" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 277 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 278 | Always use the built-in command line, even if we get one during |
| 279 | boot. This is useful in case you need to override the provided |
| 280 | command line on systems where you don't have or want control |
| 281 | over it. |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 282 | |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 283 | endchoice |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 284 | |
| 285 | endmenu |
| 286 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 287 | menu "Power management options" |
| 288 | |
Masahiro Yamada | 8636a1f | 2018-12-11 20:01:04 +0900 | [diff] [blame] | 289 | source "kernel/power/Kconfig" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 290 | |
| 291 | endmenu |