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 |
| 15 | select OF |
| 16 | select OF_EARLY_FLATTREE |
| 17 | select OF_IRQ |
Christoph Hellwig | ad97f9d | 2019-06-13 09:09:03 +0200 | [diff] [blame] | 18 | select ARCH_HAS_BINFMT_FLAT |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 19 | 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 Patel | 9b9afe4 | 2018-12-04 15:59:51 +0530 | [diff] [blame] | 26 | select GENERIC_SCHED_CLOCK |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 27 | select GENERIC_STRNCPY_FROM_USER if MMU |
| 28 | select GENERIC_STRNLEN_USER if MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 29 | select GENERIC_SMP_IDLE_THREAD |
Christoph Hellwig | 09afac7 | 2019-04-15 11:14:35 +0200 | [diff] [blame] | 30 | select GENERIC_ATOMIC64 if !64BIT |
Christoph Hellwig | 38af578 | 2019-08-13 11:27:56 +0200 | [diff] [blame] | 31 | select GENERIC_IOREMAP |
David Abdurachmanov | efe75c4 | 2018-10-29 11:48:53 +0100 | [diff] [blame] | 32 | select HAVE_ARCH_AUDITSYSCALL |
David Abdurachmanov | 5340627 | 2019-10-04 17:12:22 -0700 | [diff] [blame] | 33 | select HAVE_ARCH_SECCOMP_FILTER |
Masahiro Yamada | 2ff2b7e | 2019-08-19 14:54:20 +0900 | [diff] [blame] | 34 | select HAVE_ASM_MODVERSIONS |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 35 | select HAVE_MEMBLOCK_NODE_MAP |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 36 | select HAVE_DMA_CONTIGUOUS if MMU |
Jim Wilson | b90edb3 | 2018-10-16 14:42:59 -0700 | [diff] [blame] | 37 | select HAVE_FUTEX_CMPXCHG if FUTEX |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 38 | select HAVE_PERF_EVENTS |
Mao Han | 98a93b0 | 2019-09-05 11:46:35 +0800 | [diff] [blame] | 39 | select HAVE_PERF_REGS |
| 40 | select HAVE_PERF_USER_STACK_DUMP |
David Abdurachmanov | 5aeb1b3 | 2018-12-06 16:26:35 +0100 | [diff] [blame] | 41 | select HAVE_SYSCALL_TRACEPOINTS |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 42 | select IRQ_DOMAIN |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 43 | select SPARSE_IRQ |
| 44 | select SYSCTL_EXCEPTION_TRACE |
| 45 | select HAVE_ARCH_TRACEHOOK |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 46 | select HAVE_PCI |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 47 | select MODULES_USE_ELF_RELA if MODULES |
Zong Li | 2cffc95 | 2018-12-07 17:02:16 +0800 | [diff] [blame] | 48 | select MODULE_SECTIONS if MODULES |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 49 | select THREAD_INFO_IN_TASK |
Christoph Hellwig | 2eac9c2 | 2018-11-15 20:05:33 +0100 | [diff] [blame] | 50 | select PCI_DOMAINS_GENERIC if PCI |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 51 | select PCI_MSI if PCI |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 52 | select RISCV_TIMER |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 53 | select UACCESS_MEMCPY if !MMU |
Palmer Dabbelt | cc6c984 | 2018-03-07 15:57:28 -0800 | [diff] [blame] | 54 | select GENERIC_IRQ_MULTI_HANDLER |
Atish Patra | 03f11f0 | 2019-06-27 12:53:00 -0700 | [diff] [blame] | 55 | select GENERIC_ARCH_TOPOLOGY if SMP |
Laurent Dufour | 3010a5e | 2018-06-07 17:06:08 -0700 | [diff] [blame] | 56 | select ARCH_HAS_PTE_SPECIAL |
Will Deacon | b012980 | 2019-02-22 14:45:42 +0000 | [diff] [blame] | 57 | select ARCH_HAS_MMIOWB |
Zong Li | 6435f77 | 2020-01-02 11:12:39 +0800 | [diff] [blame] | 58 | select ARCH_HAS_DEBUG_VIRTUAL |
Björn Töpel | 2353ecc | 2019-02-05 13:41:22 +0100 | [diff] [blame] | 59 | select HAVE_EBPF_JIT if 64BIT |
Yash Shah | 91abaea | 2019-05-06 16:57:06 +0530 | [diff] [blame] | 60 | select EDAC_SUPPORT |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 61 | select ARCH_HAS_GIGANTIC_PAGE |
Zong Li | 395a21f | 2020-03-10 00:55:37 +0800 | [diff] [blame] | 62 | select ARCH_HAS_SET_DIRECT_MAP |
Zong Li | d3ab332 | 2020-03-10 00:55:36 +0800 | [diff] [blame] | 63 | select ARCH_HAS_SET_MEMORY |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 64 | select ARCH_WANT_HUGE_PMD_SHARE if 64BIT |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 65 | select SPARSEMEM_STATIC if 32BIT |
Alexandre Ghiti | 54c95a1 | 2019-09-23 15:39:21 -0700 | [diff] [blame] | 66 | select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 67 | select HAVE_ARCH_MMAP_RND_BITS if MMU |
Zong Li | 0da310e8 | 2020-01-02 11:09:54 +0800 | [diff] [blame] | 68 | select ARCH_HAS_GCOV_PROFILE_ALL |
Amanieu d'Antras | 20bda4e | 2020-01-02 18:24:11 +0100 | [diff] [blame] | 69 | select HAVE_COPY_THREAD_TLS |
Nick Hu | 8ad8b72 | 2020-01-06 10:38:32 -0800 | [diff] [blame] | 70 | select HAVE_ARCH_KASAN if MMU && 64BIT |
Alexandre Ghiti | 54c95a1 | 2019-09-23 15:39:21 -0700 | [diff] [blame] | 71 | |
| 72 | config ARCH_MMAP_RND_BITS_MIN |
| 73 | default 18 if 64BIT |
| 74 | default 8 |
| 75 | |
| 76 | # max bits determined by the following formula: |
| 77 | # VA_BITS - PAGE_SHIFT - 3 |
| 78 | config ARCH_MMAP_RND_BITS_MAX |
| 79 | default 24 if 64BIT # SV39 based |
| 80 | default 17 |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 81 | |
Christoph Hellwig | a4c3733 | 2019-10-28 13:10:32 +0100 | [diff] [blame] | 82 | # set if we run in machine mode, cleared if we run in supervisor mode |
| 83 | config RISCV_M_MODE |
| 84 | bool |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 85 | default !MMU |
Christoph Hellwig | a4c3733 | 2019-10-28 13:10:32 +0100 | [diff] [blame] | 86 | |
Damien Le Moal | eded8bc | 2019-10-28 13:10:33 +0100 | [diff] [blame] | 87 | # set if we are running in S-mode and can use SBI calls |
| 88 | config RISCV_SBI |
| 89 | bool |
| 90 | depends on !RISCV_M_MODE |
| 91 | default y |
| 92 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 93 | config MMU |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 94 | bool "MMU-based Paged Memory Management Support" |
| 95 | default y |
| 96 | help |
| 97 | Select if you want MMU-based virtualised addressing space |
| 98 | support by paged memory management. If unsure, say 'Y'. |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 99 | |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 100 | config ZONE_DMA32 |
| 101 | bool |
Christoph Hellwig | f1306f0 | 2018-04-27 08:41:09 +0200 | [diff] [blame] | 102 | default y if 64BIT |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 103 | |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 104 | config VA_BITS |
| 105 | int |
| 106 | default 32 if 32BIT |
| 107 | default 39 if 64BIT |
| 108 | |
| 109 | config PA_BITS |
| 110 | int |
| 111 | default 34 if 32BIT |
| 112 | default 56 if 64BIT |
| 113 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 114 | config PAGE_OFFSET |
| 115 | hex |
| 116 | default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 117 | default 0x80000000 if 64BIT && !MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 118 | default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB |
| 119 | default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB |
| 120 | |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 121 | config ARCH_FLATMEM_ENABLE |
| 122 | def_bool y |
| 123 | |
| 124 | config ARCH_SPARSEMEM_ENABLE |
| 125 | def_bool y |
| 126 | select SPARSEMEM_VMEMMAP_ENABLE |
| 127 | |
| 128 | config ARCH_SELECT_MEMORY_MODEL |
| 129 | def_bool ARCH_SPARSEMEM_ENABLE |
| 130 | |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 131 | config ARCH_WANT_GENERAL_HUGETLB |
| 132 | def_bool y |
| 133 | |
Zong Li | 5fde3db | 2020-03-10 00:55:38 +0800 | [diff] [blame^] | 134 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
| 135 | def_bool y |
| 136 | |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 137 | config SYS_SUPPORTS_HUGETLBFS |
| 138 | def_bool y |
| 139 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 140 | config STACKTRACE_SUPPORT |
| 141 | def_bool y |
| 142 | |
Alan Kao | 10626c3 | 2017-12-18 17:52:48 +0800 | [diff] [blame] | 143 | config TRACE_IRQFLAGS_SUPPORT |
| 144 | def_bool y |
| 145 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 146 | config GENERIC_BUG |
| 147 | def_bool y |
| 148 | depends on BUG |
| 149 | select GENERIC_BUG_RELATIVE_POINTERS if 64BIT |
| 150 | |
| 151 | config GENERIC_BUG_RELATIVE_POINTERS |
| 152 | bool |
| 153 | |
| 154 | config GENERIC_CALIBRATE_DELAY |
| 155 | def_bool y |
| 156 | |
| 157 | config GENERIC_CSUM |
| 158 | def_bool y |
| 159 | |
| 160 | config GENERIC_HWEIGHT |
| 161 | def_bool y |
| 162 | |
Anup Patel | f2c17aa | 2019-01-07 20:57:01 +0530 | [diff] [blame] | 163 | config FIX_EARLYCON_MEM |
Andreas Schwab | 0312a3d | 2019-12-17 12:15:16 +0100 | [diff] [blame] | 164 | def_bool MMU |
Anup Patel | f2c17aa | 2019-01-07 20:57:01 +0530 | [diff] [blame] | 165 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 166 | config PGTABLE_LEVELS |
| 167 | int |
| 168 | default 3 if 64BIT |
| 169 | default 2 |
| 170 | |
Loys Ollivier | 0cbb8a3 | 2019-06-17 21:29:48 +0200 | [diff] [blame] | 171 | source "arch/riscv/Kconfig.socs" |
| 172 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 173 | menu "Platform type" |
| 174 | |
| 175 | choice |
| 176 | prompt "Base ISA" |
| 177 | default ARCH_RV64I |
| 178 | help |
Antony Pavlov | 86cca81 | 2019-01-08 22:45:57 +0300 | [diff] [blame] | 179 | 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] | 180 | the target platform. |
| 181 | |
| 182 | config ARCH_RV32I |
| 183 | bool "RV32I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 184 | select 32BIT |
Matt Redfearn | e3d5980 | 2018-04-11 08:50:17 +0100 | [diff] [blame] | 185 | select GENERIC_LIB_ASHLDI3 |
| 186 | select GENERIC_LIB_ASHRDI3 |
| 187 | select GENERIC_LIB_LSHRDI3 |
Zong Li | 8f79125 | 2018-06-25 16:49:38 +0800 | [diff] [blame] | 188 | select GENERIC_LIB_UCMPDI2 |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 189 | select MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 190 | |
| 191 | config ARCH_RV64I |
| 192 | bool "RV64I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 193 | select 64BIT |
Ard Biesheuvel | c12d336 | 2019-11-08 13:22:27 +0100 | [diff] [blame] | 194 | select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && GCC_VERSION >= 50000 |
Alan Kao | 10626c3 | 2017-12-18 17:52:48 +0800 | [diff] [blame] | 195 | select HAVE_FUNCTION_TRACER |
| 196 | select HAVE_FUNCTION_GRAPH_TRACER |
Alan Kao | a1d2a6b | 2018-02-13 13:13:16 +0800 | [diff] [blame] | 197 | select HAVE_FTRACE_MCOUNT_RECORD |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 198 | select HAVE_DYNAMIC_FTRACE if MMU |
| 199 | select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE |
| 200 | select SWIOTLB if MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 201 | |
| 202 | endchoice |
| 203 | |
| 204 | # We must be able to map all physical memory into the kernel, but the compiler |
| 205 | # is still a bit more efficient when generating code if it's setup in a manner |
| 206 | # such that it can only map 2GiB of memory. |
| 207 | choice |
| 208 | prompt "Kernel Code Model" |
| 209 | default CMODEL_MEDLOW if 32BIT |
| 210 | default CMODEL_MEDANY if 64BIT |
| 211 | |
| 212 | config CMODEL_MEDLOW |
| 213 | bool "medium low code model" |
| 214 | config CMODEL_MEDANY |
| 215 | bool "medium any code model" |
| 216 | endchoice |
| 217 | |
Zong Li | ab1ef68 | 2018-03-15 16:50:41 +0800 | [diff] [blame] | 218 | config MODULE_SECTIONS |
| 219 | bool |
| 220 | select HAVE_MOD_ARCH_SPECIFIC |
| 221 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 222 | choice |
| 223 | prompt "Maximum Physical Memory" |
| 224 | default MAXPHYSMEM_2GB if 32BIT |
| 225 | default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW |
| 226 | default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY |
| 227 | |
| 228 | config MAXPHYSMEM_2GB |
| 229 | bool "2GiB" |
| 230 | config MAXPHYSMEM_128GB |
| 231 | depends on 64BIT && CMODEL_MEDANY |
| 232 | bool "128GiB" |
| 233 | endchoice |
| 234 | |
| 235 | |
| 236 | config SMP |
| 237 | bool "Symmetric Multi-Processing" |
| 238 | help |
| 239 | This enables support for systems with more than one CPU. If |
| 240 | you say N here, the kernel will run on single and |
| 241 | multiprocessor machines, but will use only one CPU of a |
| 242 | multiprocessor machine. If you say Y here, the kernel will run |
| 243 | on many, but not all, single processor machines. On a single |
| 244 | processor machine, the kernel will run faster if you say N |
| 245 | here. |
| 246 | |
| 247 | If you don't know what to do here, say N. |
| 248 | |
| 249 | config NR_CPUS |
| 250 | int "Maximum number of CPUs (2-32)" |
| 251 | range 2 32 |
| 252 | depends on SMP |
| 253 | default "8" |
| 254 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 255 | choice |
| 256 | prompt "CPU Tuning" |
| 257 | default TUNE_GENERIC |
| 258 | |
| 259 | config TUNE_GENERIC |
| 260 | bool "generic" |
| 261 | |
| 262 | endchoice |
| 263 | |
| 264 | config RISCV_ISA_C |
| 265 | bool "Emit compressed instructions when building Linux" |
| 266 | default y |
| 267 | help |
| 268 | Adds "C" to the ISA subsets that the toolchain is allowed to emit |
| 269 | when building Linux, which results in compressed instructions in the |
| 270 | Linux binary. |
| 271 | |
| 272 | If you don't know what to do here, say Y. |
| 273 | |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 274 | menu "supported PMU type" |
| 275 | depends on PERF_EVENTS |
| 276 | |
| 277 | config RISCV_BASE_PMU |
| 278 | bool "Base Performance Monitoring Unit" |
| 279 | def_bool y |
| 280 | help |
| 281 | A base PMU that serves as a reference implementation and has limited |
| 282 | feature of perf. It can run on any RISC-V machines so serves as the |
| 283 | fallback, but this option can also be disable to reduce kernel size. |
| 284 | |
| 285 | endmenu |
| 286 | |
Alan Kao | 9671f70 | 2018-10-09 10:18:33 +0800 | [diff] [blame] | 287 | config FPU |
| 288 | bool "FPU support" |
| 289 | default y |
| 290 | help |
| 291 | Say N here if you want to disable all floating-point related procedure |
| 292 | in the kernel. |
| 293 | |
| 294 | If you don't know what to do here, say Y. |
| 295 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 296 | endmenu |
| 297 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 298 | menu "Kernel features" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 299 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 300 | source "kernel/Kconfig.hz" |
| 301 | |
David Abdurachmanov | 5340627 | 2019-10-04 17:12:22 -0700 | [diff] [blame] | 302 | config SECCOMP |
| 303 | bool "Enable seccomp to safely compute untrusted bytecode" |
| 304 | help |
| 305 | This kernel feature is useful for number crunching applications |
| 306 | that may need to compute untrusted bytecode during their |
| 307 | execution. By using pipes or other transports made available to |
| 308 | the process as file descriptors supporting the read/write |
| 309 | syscalls, it's possible to isolate those applications in |
| 310 | their own address space using seccomp. Once seccomp is |
| 311 | enabled via prctl(PR_SET_SECCOMP), it cannot be disabled |
| 312 | and the task is only allowed to execute a few safe syscalls |
| 313 | defined by each seccomp mode. |
| 314 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 315 | endmenu |
| 316 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 317 | menu "Boot options" |
| 318 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 319 | config CMDLINE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 320 | string "Built-in kernel command line" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 321 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 322 | For most platforms, the arguments for the kernel's command line |
| 323 | are provided at run-time, during boot. However, there are cases |
| 324 | where either no arguments are being provided or the provided |
| 325 | arguments are insufficient or even invalid. |
| 326 | |
| 327 | When that occurs, it is possible to define a built-in command |
| 328 | line here and choose how the kernel should use it later on. |
| 329 | |
| 330 | choice |
| 331 | prompt "Built-in command line usage" if CMDLINE != "" |
| 332 | default CMDLINE_FALLBACK |
| 333 | help |
| 334 | Choose how the kernel will handle the provided built-in command |
| 335 | line. |
| 336 | |
| 337 | config CMDLINE_FALLBACK |
| 338 | bool "Use bootloader kernel arguments if available" |
| 339 | help |
| 340 | Use the built-in command line as fallback in case we get nothing |
| 341 | during boot. This is the default behaviour. |
| 342 | |
| 343 | config CMDLINE_EXTEND |
| 344 | bool "Extend bootloader kernel arguments" |
| 345 | help |
| 346 | The command-line arguments provided during boot will be |
| 347 | appended to the built-in command line. This is useful in |
| 348 | cases where the provided arguments are insufficient and |
| 349 | you don't want to or cannot modify them. |
| 350 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 351 | |
| 352 | config CMDLINE_FORCE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 353 | bool "Always use the default kernel command string" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 354 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 355 | Always use the built-in command line, even if we get one during |
| 356 | boot. This is useful in case you need to override the provided |
| 357 | command line on systems where you don't have or want control |
| 358 | over it. |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 359 | |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 360 | endchoice |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 361 | |
| 362 | endmenu |
| 363 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 364 | menu "Power management options" |
| 365 | |
Masahiro Yamada | 8636a1f | 2018-12-11 20:01:04 +0900 | [diff] [blame] | 366 | source "kernel/power/Kconfig" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 367 | |
| 368 | endmenu |