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