1# SPDX-License-Identifier: GPL-2.0-only 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.rst. 5# 6 7config 64BIT 8 bool 9 10config 32BIT 11 bool 12 13config RISCV 14 def_bool y 15 select ARCH_CLOCKSOURCE_INIT 16 select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION 17 select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2 18 select ARCH_HAS_BINFMT_FLAT 19 select ARCH_HAS_CURRENT_STACK_POINTER 20 select ARCH_HAS_DEBUG_VM_PGTABLE 21 select ARCH_HAS_DEBUG_VIRTUAL if MMU 22 select ARCH_HAS_DEBUG_WX 23 select ARCH_HAS_FORTIFY_SOURCE 24 select ARCH_HAS_GCOV_PROFILE_ALL 25 select ARCH_HAS_GIGANTIC_PAGE 26 select ARCH_HAS_KCOV 27 select ARCH_HAS_MMIOWB 28 select ARCH_HAS_PTE_SPECIAL 29 select ARCH_HAS_SET_DIRECT_MAP if MMU 30 select ARCH_HAS_SET_MEMORY if MMU 31 select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL 32 select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL 33 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 34 select ARCH_HAS_UBSAN_SANITIZE_ALL 35 select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX 36 select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT 37 select ARCH_STACKWALK 38 select ARCH_SUPPORTS_ATOMIC_RMW 39 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU 40 select ARCH_SUPPORTS_HUGETLBFS if MMU 41 select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU 42 select ARCH_USE_MEMTEST 43 select ARCH_USE_QUEUED_RWLOCKS 44 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU 45 select ARCH_WANT_FRAME_POINTERS 46 select ARCH_WANT_GENERAL_HUGETLB 47 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT 48 select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU 49 select BUILDTIME_TABLE_SORT if MMU 50 select CLONE_BACKWARDS 51 select CLINT_TIMER if !MMU 52 select COMMON_CLK 53 select CPU_PM if CPU_IDLE 54 select EDAC_SUPPORT 55 select GENERIC_ARCH_TOPOLOGY if SMP 56 select GENERIC_ATOMIC64 if !64BIT 57 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 58 select GENERIC_EARLY_IOREMAP 59 select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO 60 select GENERIC_IDLE_POLL_SETUP 61 select GENERIC_IOREMAP if MMU 62 select GENERIC_IRQ_MULTI_HANDLER 63 select GENERIC_IRQ_SHOW 64 select GENERIC_IRQ_SHOW_LEVEL 65 select GENERIC_LIB_DEVMEM_IS_ALLOWED 66 select GENERIC_PCI_IOMAP 67 select GENERIC_PTDUMP if MMU 68 select GENERIC_SCHED_CLOCK 69 select GENERIC_SMP_IDLE_THREAD 70 select GENERIC_TIME_VSYSCALL if MMU && 64BIT 71 select GENERIC_VDSO_TIME_NS if HAVE_GENERIC_VDSO 72 select HAVE_ARCH_AUDITSYSCALL 73 select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL 74 select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL 75 select HAVE_ARCH_KASAN if MMU && 64BIT 76 select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT 77 select HAVE_ARCH_KFENCE if MMU && 64BIT 78 select HAVE_ARCH_KGDB if !XIP_KERNEL 79 select HAVE_ARCH_KGDB_QXFER_PKT 80 select HAVE_ARCH_MMAP_RND_BITS if MMU 81 select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT 82 select HAVE_ARCH_SECCOMP_FILTER 83 select HAVE_ARCH_TRACEHOOK 84 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU 85 select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE 86 select HAVE_ARCH_THREAD_STRUCT_WHITELIST 87 select HAVE_ARCH_VMAP_STACK if MMU && 64BIT 88 select HAVE_ASM_MODVERSIONS 89 select HAVE_CONTEXT_TRACKING_USER 90 select HAVE_DEBUG_KMEMLEAK 91 select HAVE_DMA_CONTIGUOUS if MMU 92 select HAVE_EBPF_JIT if MMU 93 select HAVE_FUNCTION_ERROR_INJECTION 94 select HAVE_GCC_PLUGINS 95 select HAVE_GENERIC_VDSO if MMU && 64BIT 96 select HAVE_IRQ_TIME_ACCOUNTING 97 select HAVE_KPROBES if !XIP_KERNEL 98 select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL 99 select HAVE_KRETPROBES if !XIP_KERNEL 100 select HAVE_MOVE_PMD 101 select HAVE_MOVE_PUD 102 select HAVE_PCI 103 select HAVE_PERF_EVENTS 104 select HAVE_PERF_REGS 105 select HAVE_PERF_USER_STACK_DUMP 106 select HAVE_REGS_AND_STACK_ACCESS_API 107 select HAVE_FUNCTION_ARG_ACCESS_API 108 select HAVE_STACKPROTECTOR 109 select HAVE_SYSCALL_TRACEPOINTS 110 select HAVE_RSEQ 111 select IRQ_DOMAIN 112 select IRQ_FORCED_THREADING 113 select MODULES_USE_ELF_RELA if MODULES 114 select MODULE_SECTIONS if MODULES 115 select OF 116 select OF_EARLY_FLATTREE 117 select OF_IRQ 118 select PCI_DOMAINS_GENERIC if PCI 119 select PCI_MSI if PCI 120 select RISCV_INTC 121 select RISCV_TIMER if RISCV_SBI 122 select SPARSE_IRQ 123 select SYSCTL_EXCEPTION_TRACE 124 select THREAD_INFO_IN_TASK 125 select TRACE_IRQFLAGS_SUPPORT 126 select UACCESS_MEMCPY if !MMU 127 select ZONE_DMA32 if 64BIT 128 129config ARCH_MMAP_RND_BITS_MIN 130 default 18 if 64BIT 131 default 8 132 133config ARCH_MMAP_RND_COMPAT_BITS_MIN 134 default 8 135 136# max bits determined by the following formula: 137# VA_BITS - PAGE_SHIFT - 3 138config ARCH_MMAP_RND_BITS_MAX 139 default 24 if 64BIT # SV39 based 140 default 17 141 142config ARCH_MMAP_RND_COMPAT_BITS_MAX 143 default 17 144 145# set if we run in machine mode, cleared if we run in supervisor mode 146config RISCV_M_MODE 147 bool 148 default !MMU 149 150# set if we are running in S-mode and can use SBI calls 151config RISCV_SBI 152 bool 153 depends on !RISCV_M_MODE 154 default y 155 156config MMU 157 bool "MMU-based Paged Memory Management Support" 158 default y 159 help 160 Select if you want MMU-based virtualised addressing space 161 support by paged memory management. If unsure, say 'Y'. 162 163config PAGE_OFFSET 164 hex 165 default 0xC0000000 if 32BIT 166 default 0x80000000 if 64BIT && !MMU 167 default 0xff60000000000000 if 64BIT 168 169config KASAN_SHADOW_OFFSET 170 hex 171 depends on KASAN_GENERIC 172 default 0xdfffffff00000000 if 64BIT 173 default 0xffffffff if 32BIT 174 175config ARCH_FLATMEM_ENABLE 176 def_bool !NUMA 177 178config ARCH_SPARSEMEM_ENABLE 179 def_bool y 180 depends on MMU 181 select SPARSEMEM_STATIC if 32BIT && SPARSEMEM 182 select SPARSEMEM_VMEMMAP_ENABLE if 64BIT 183 184config ARCH_SELECT_MEMORY_MODEL 185 def_bool ARCH_SPARSEMEM_ENABLE 186 187config ARCH_SUPPORTS_UPROBES 188 def_bool y 189 190config STACKTRACE_SUPPORT 191 def_bool y 192 193config GENERIC_BUG 194 def_bool y 195 depends on BUG 196 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT 197 198config GENERIC_BUG_RELATIVE_POINTERS 199 bool 200 201config GENERIC_CALIBRATE_DELAY 202 def_bool y 203 204config GENERIC_CSUM 205 def_bool y 206 207config GENERIC_HWEIGHT 208 def_bool y 209 210config FIX_EARLYCON_MEM 211 def_bool MMU 212 213config PGTABLE_LEVELS 214 int 215 default 5 if 64BIT 216 default 2 217 218config LOCKDEP_SUPPORT 219 def_bool y 220 221source "arch/riscv/Kconfig.socs" 222source "arch/riscv/Kconfig.erratas" 223 224menu "Platform type" 225 226config NONPORTABLE 227 bool "Allow configurations that result in non-portable kernels" 228 help 229 RISC-V kernel binaries are compatible between all known systems 230 whenever possible, but there are some use cases that can only be 231 satisfied by configurations that result in kernel binaries that are 232 not portable between systems. 233 234 Selecting N does not guarantee kernels will be portable to all known 235 systems. Selecting any of the options guarded by NONPORTABLE will 236 result in kernel binaries that are unlikely to be portable between 237 systems. 238 239 If unsure, say N. 240 241choice 242 prompt "Base ISA" 243 default ARCH_RV64I 244 help 245 This selects the base ISA that this kernel will target and must match 246 the target platform. 247 248config ARCH_RV32I 249 bool "RV32I" 250 depends on NONPORTABLE 251 select 32BIT 252 select GENERIC_LIB_ASHLDI3 253 select GENERIC_LIB_ASHRDI3 254 select GENERIC_LIB_LSHRDI3 255 select GENERIC_LIB_UCMPDI2 256 select MMU 257 258config ARCH_RV64I 259 bool "RV64I" 260 select 64BIT 261 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 262 select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && $(cc-option,-fpatchable-function-entry=8) 263 select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE 264 select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL 265 select HAVE_FUNCTION_GRAPH_TRACER 266 select HAVE_FUNCTION_TRACER if !XIP_KERNEL 267 select SWIOTLB if MMU 268 269endchoice 270 271# We must be able to map all physical memory into the kernel, but the compiler 272# is still a bit more efficient when generating code if it's setup in a manner 273# such that it can only map 2GiB of memory. 274choice 275 prompt "Kernel Code Model" 276 default CMODEL_MEDLOW if 32BIT 277 default CMODEL_MEDANY if 64BIT 278 279 config CMODEL_MEDLOW 280 bool "medium low code model" 281 config CMODEL_MEDANY 282 bool "medium any code model" 283endchoice 284 285config MODULE_SECTIONS 286 bool 287 select HAVE_MOD_ARCH_SPECIFIC 288 289config SMP 290 bool "Symmetric Multi-Processing" 291 help 292 This enables support for systems with more than one CPU. If 293 you say N here, the kernel will run on single and 294 multiprocessor machines, but will use only one CPU of a 295 multiprocessor machine. If you say Y here, the kernel will run 296 on many, but not all, single processor machines. On a single 297 processor machine, the kernel will run faster if you say N 298 here. 299 300 If you don't know what to do here, say N. 301 302config NR_CPUS 303 int "Maximum number of CPUs (2-32)" 304 range 2 32 305 depends on SMP 306 default "8" 307 308config HOTPLUG_CPU 309 bool "Support for hot-pluggable CPUs" 310 depends on SMP 311 select GENERIC_IRQ_MIGRATION 312 help 313 314 Say Y here to experiment with turning CPUs off and on. CPUs 315 can be controlled through /sys/devices/system/cpu. 316 317 Say N if you want to disable CPU hotplug. 318 319choice 320 prompt "CPU Tuning" 321 default TUNE_GENERIC 322 323config TUNE_GENERIC 324 bool "generic" 325 326endchoice 327 328# Common NUMA Features 329config NUMA 330 bool "NUMA Memory Allocation and Scheduler Support" 331 depends on SMP && MMU 332 select GENERIC_ARCH_NUMA 333 select OF_NUMA 334 select ARCH_SUPPORTS_NUMA_BALANCING 335 select USE_PERCPU_NUMA_NODE_ID 336 select NEED_PER_CPU_EMBED_FIRST_CHUNK 337 help 338 Enable NUMA (Non-Uniform Memory Access) support. 339 340 The kernel will try to allocate memory used by a CPU on the 341 local memory of the CPU and add some more NUMA awareness to the kernel. 342 343config NODES_SHIFT 344 int "Maximum NUMA Nodes (as a power of 2)" 345 range 1 10 346 default "2" 347 depends on NUMA 348 help 349 Specify the maximum number of NUMA Nodes available on the target 350 system. Increases memory reserved to accommodate various tables. 351 352config RISCV_ALTERNATIVE 353 bool 354 depends on !XIP_KERNEL 355 help 356 This Kconfig allows the kernel to automatically patch the 357 errata required by the execution platform at run time. The 358 code patching is performed once in the boot stages. It means 359 that the overhead from this mechanism is just taken once. 360 361config RISCV_ALTERNATIVE_EARLY 362 bool 363 depends on RISCV_ALTERNATIVE 364 help 365 Allows early patching of the kernel for special errata 366 367config RISCV_ISA_C 368 bool "Emit compressed instructions when building Linux" 369 default y 370 help 371 Adds "C" to the ISA subsets that the toolchain is allowed to emit 372 when building Linux, which results in compressed instructions in the 373 Linux binary. 374 375 If you don't know what to do here, say Y. 376 377config RISCV_ISA_SVPBMT 378 bool "SVPBMT extension support" 379 depends on 64BIT && MMU 380 select RISCV_ALTERNATIVE 381 default y 382 help 383 Adds support to dynamically detect the presence of the SVPBMT 384 ISA-extension (Supervisor-mode: page-based memory types) and 385 enable its usage. 386 387 The memory type for a page contains a combination of attributes 388 that indicate the cacheability, idempotency, and ordering 389 properties for access to that page. 390 391 The SVPBMT extension is only available on 64Bit cpus. 392 393 If you don't know what to do here, say Y. 394 395config FPU 396 bool "FPU support" 397 default y 398 help 399 Say N here if you want to disable all floating-point related procedure 400 in the kernel. 401 402 If you don't know what to do here, say Y. 403 404endmenu # "Platform type" 405 406menu "Kernel features" 407 408source "kernel/Kconfig.hz" 409 410config RISCV_SBI_V01 411 bool "SBI v0.1 support" 412 depends on RISCV_SBI 413 help 414 This config allows kernel to use SBI v0.1 APIs. This will be 415 deprecated in future once legacy M-mode software are no longer in use. 416 417config RISCV_BOOT_SPINWAIT 418 bool "Spinwait booting method" 419 depends on SMP 420 default y if RISCV_SBI_V01 || RISCV_M_MODE 421 help 422 This enables support for booting Linux via spinwait method. In the 423 spinwait method, all cores randomly jump to Linux. One of the cores 424 gets chosen via lottery and all other keep spinning on a percpu 425 variable. This method cannot support CPU hotplug and sparse hartid 426 scheme. It should be only enabled for M-mode Linux or platforms relying 427 on older firmware without SBI HSM extension. All other platforms should 428 rely on ordered booting via SBI HSM extension which gets chosen 429 dynamically at runtime if the firmware supports it. 430 431 Since spinwait is incompatible with sparse hart IDs, it requires 432 NR_CPUS be large enough to contain the physical hart ID of the first 433 hart to enter Linux. 434 435 If unsure what to do here, say N. 436 437config KEXEC 438 bool "Kexec system call" 439 select KEXEC_CORE 440 select HOTPLUG_CPU if SMP 441 depends on MMU 442 help 443 kexec is a system call that implements the ability to shutdown your 444 current kernel, and to start another kernel. It is like a reboot 445 but it is independent of the system firmware. And like a reboot 446 you can start any kernel with it, not just Linux. 447 448 The name comes from the similarity to the exec system call. 449 450config KEXEC_FILE 451 bool "kexec file based systmem call" 452 select KEXEC_CORE 453 select KEXEC_ELF 454 select HAVE_IMA_KEXEC if IMA 455 depends on 64BIT 456 help 457 This is new version of kexec system call. This system call is 458 file based and takes file descriptors as system call argument 459 for kernel and initramfs as opposed to list of segments as 460 accepted by previous system call. 461 462 If you don't know what to do here, say Y. 463 464config ARCH_HAS_KEXEC_PURGATORY 465 def_bool KEXEC_FILE 466 select BUILD_BIN2C 467 depends on CRYPTO=y 468 depends on CRYPTO_SHA256=y 469 470config CRASH_DUMP 471 bool "Build kdump crash kernel" 472 help 473 Generate crash dump after being started by kexec. This should 474 be normally only set in special crash dump kernels which are 475 loaded in the main kernel with kexec-tools into a specially 476 reserved region and then later executed after a crash by 477 kdump/kexec. 478 479 For more details see Documentation/admin-guide/kdump/kdump.rst 480 481config COMPAT 482 bool "Kernel support for 32-bit U-mode" 483 default 64BIT 484 depends on 64BIT && MMU 485 help 486 This option enables support for a 32-bit U-mode running under a 64-bit 487 kernel at S-mode. riscv32-specific components such as system calls, 488 the user helper functions (vdso), signal rt_frame functions and the 489 ptrace interface are handled appropriately by the kernel. 490 491 If you want to execute 32-bit userspace applications, say Y. 492 493endmenu # "Kernel features" 494 495menu "Boot options" 496 497config CMDLINE 498 string "Built-in kernel command line" 499 help 500 For most platforms, the arguments for the kernel's command line 501 are provided at run-time, during boot. However, there are cases 502 where either no arguments are being provided or the provided 503 arguments are insufficient or even invalid. 504 505 When that occurs, it is possible to define a built-in command 506 line here and choose how the kernel should use it later on. 507 508choice 509 prompt "Built-in command line usage" if CMDLINE != "" 510 default CMDLINE_FALLBACK 511 help 512 Choose how the kernel will handle the provided built-in command 513 line. 514 515config CMDLINE_FALLBACK 516 bool "Use bootloader kernel arguments if available" 517 help 518 Use the built-in command line as fallback in case we get nothing 519 during boot. This is the default behaviour. 520 521config CMDLINE_EXTEND 522 bool "Extend bootloader kernel arguments" 523 help 524 The command-line arguments provided during boot will be 525 appended to the built-in command line. This is useful in 526 cases where the provided arguments are insufficient and 527 you don't want to or cannot modify them. 528 529config CMDLINE_FORCE 530 bool "Always use the default kernel command string" 531 help 532 Always use the built-in command line, even if we get one during 533 boot. This is useful in case you need to override the provided 534 command line on systems where you don't have or want control 535 over it. 536 537endchoice 538 539config EFI_STUB 540 bool 541 542config EFI 543 bool "UEFI runtime support" 544 depends on OF && !XIP_KERNEL 545 select LIBFDT 546 select UCS2_STRING 547 select EFI_PARAMS_FROM_FDT 548 select EFI_STUB 549 select EFI_GENERIC_STUB 550 select EFI_RUNTIME_WRAPPERS 551 select RISCV_ISA_C 552 depends on MMU 553 default y 554 help 555 This option provides support for runtime services provided 556 by UEFI firmware (such as non-volatile variables, realtime 557 clock, and platform reset). A UEFI stub is also provided to 558 allow the kernel to be booted as an EFI application. This 559 is only useful on systems that have UEFI firmware. 560 561config CC_HAVE_STACKPROTECTOR_TLS 562 def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0) 563 564config STACKPROTECTOR_PER_TASK 565 def_bool y 566 depends on !RANDSTRUCT 567 depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS 568 569config PHYS_RAM_BASE_FIXED 570 bool "Explicitly specified physical RAM address" 571 depends on NONPORTABLE 572 default n 573 574config PHYS_RAM_BASE 575 hex "Platform Physical RAM address" 576 depends on PHYS_RAM_BASE_FIXED 577 default "0x80000000" 578 help 579 This is the physical address of RAM in the system. It has to be 580 explicitly specified to run early relocations of read-write data 581 from flash to RAM. 582 583config XIP_KERNEL 584 bool "Kernel Execute-In-Place from ROM" 585 depends on MMU && SPARSEMEM && NONPORTABLE 586 # This prevents XIP from being enabled by all{yes,mod}config, which 587 # fail to build since XIP doesn't support large kernels. 588 depends on !COMPILE_TEST 589 select PHYS_RAM_BASE_FIXED 590 help 591 Execute-In-Place allows the kernel to run from non-volatile storage 592 directly addressable by the CPU, such as NOR flash. This saves RAM 593 space since the text section of the kernel is not loaded from flash 594 to RAM. Read-write sections, such as the data section and stack, 595 are still copied to RAM. The XIP kernel is not compressed since 596 it has to run directly from flash, so it will take more space to 597 store it. The flash address used to link the kernel object files, 598 and for storing it, is configuration dependent. Therefore, if you 599 say Y here, you must know the proper physical address where to 600 store the kernel image depending on your own flash memory usage. 601 602 Also note that the make target becomes "make xipImage" rather than 603 "make zImage" or "make Image". The final kernel binary to put in 604 ROM memory will be arch/riscv/boot/xipImage. 605 606 SPARSEMEM is required because the kernel text and rodata that are 607 flash resident are not backed by memmap, then any attempt to get 608 a struct page on those regions will trigger a fault. 609 610 If unsure, say N. 611 612config XIP_PHYS_ADDR 613 hex "XIP Kernel Physical Location" 614 depends on XIP_KERNEL 615 default "0x21000000" 616 help 617 This is the physical address in your flash memory the kernel will 618 be linked for and stored to. This address is dependent on your 619 own flash usage. 620 621endmenu # "Boot options" 622 623config BUILTIN_DTB 624 bool 625 depends on OF && NONPORTABLE 626 default y if XIP_KERNEL 627 628config PORTABLE 629 bool 630 default !NONPORTABLE 631 select EFI 632 select OF 633 select MMU 634 635menu "Power management options" 636 637source "kernel/power/Kconfig" 638 639endmenu # "Power management options" 640 641menu "CPU Power Management" 642 643source "drivers/cpuidle/Kconfig" 644 645endmenu # "CPU Power Management" 646 647source "arch/riscv/kvm/Kconfig" 648