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 ACPI_GENERIC_GSI if ACPI 16 select ACPI_REDUCED_HARDWARE_ONLY if ACPI 17 select ARCH_DMA_DEFAULT_COHERENT 18 select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION 19 select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2 20 select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE 21 select ARCH_HAS_BINFMT_FLAT 22 select ARCH_HAS_CURRENT_STACK_POINTER 23 select ARCH_HAS_DEBUG_VIRTUAL if MMU 24 select ARCH_HAS_DEBUG_VM_PGTABLE 25 select ARCH_HAS_DEBUG_WX 26 select ARCH_HAS_FORTIFY_SOURCE 27 select ARCH_HAS_GCOV_PROFILE_ALL 28 select ARCH_HAS_GIGANTIC_PAGE 29 select ARCH_HAS_KCOV 30 select ARCH_HAS_MMIOWB 31 select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE 32 select ARCH_HAS_PMEM_API 33 select ARCH_HAS_PTE_SPECIAL 34 select ARCH_HAS_SET_DIRECT_MAP if MMU 35 select ARCH_HAS_SET_MEMORY if MMU 36 select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL 37 select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL 38 select ARCH_HAS_SYSCALL_WRAPPER 39 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 40 select ARCH_HAS_UBSAN_SANITIZE_ALL 41 select ARCH_HAS_VDSO_DATA 42 select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX 43 select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT 44 select ARCH_STACKWALK 45 select ARCH_SUPPORTS_ATOMIC_RMW 46 select ARCH_SUPPORTS_CFI_CLANG 47 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU 48 select ARCH_SUPPORTS_HUGETLBFS if MMU 49 select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU 50 select ARCH_SUPPORTS_PER_VMA_LOCK if MMU 51 select ARCH_USE_MEMTEST 52 select ARCH_USE_QUEUED_RWLOCKS 53 select ARCH_USES_CFI_TRAPS if CFI_CLANG 54 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU 55 select ARCH_WANT_FRAME_POINTERS 56 select ARCH_WANT_GENERAL_HUGETLB if !RISCV_ISA_SVNAPOT 57 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT 58 select ARCH_WANT_LD_ORPHAN_WARN if !XIP_KERNEL 59 select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP 60 select ARCH_WANTS_THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE 61 select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU 62 select BUILDTIME_TABLE_SORT if MMU 63 select CLINT_TIMER if !MMU 64 select CLONE_BACKWARDS 65 select COMMON_CLK 66 select CPU_PM if CPU_IDLE || HIBERNATION 67 select EDAC_SUPPORT 68 select FRAME_POINTER if PERF_EVENTS || (FUNCTION_TRACER && !DYNAMIC_FTRACE) 69 select GENERIC_ARCH_TOPOLOGY 70 select GENERIC_ATOMIC64 if !64BIT 71 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 72 select GENERIC_EARLY_IOREMAP 73 select GENERIC_ENTRY 74 select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO 75 select GENERIC_IDLE_POLL_SETUP 76 select GENERIC_IOREMAP if MMU 77 select GENERIC_IRQ_IPI if SMP 78 select GENERIC_IRQ_IPI_MUX if SMP 79 select GENERIC_IRQ_MULTI_HANDLER 80 select GENERIC_IRQ_SHOW 81 select GENERIC_IRQ_SHOW_LEVEL 82 select GENERIC_LIB_DEVMEM_IS_ALLOWED 83 select GENERIC_PCI_IOMAP 84 select GENERIC_PTDUMP if MMU 85 select GENERIC_SCHED_CLOCK 86 select GENERIC_SMP_IDLE_THREAD 87 select GENERIC_TIME_VSYSCALL if MMU && 64BIT 88 select GENERIC_VDSO_TIME_NS if HAVE_GENERIC_VDSO 89 select HARDIRQS_SW_RESEND 90 select HAS_IOPORT if MMU 91 select HAVE_ARCH_AUDITSYSCALL 92 select HAVE_ARCH_HUGE_VMALLOC if HAVE_ARCH_HUGE_VMAP 93 select HAVE_ARCH_HUGE_VMAP if MMU && 64BIT && !XIP_KERNEL 94 select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL 95 select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL 96 select HAVE_ARCH_KASAN if MMU && 64BIT 97 select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT 98 select HAVE_ARCH_KFENCE if MMU && 64BIT 99 select HAVE_ARCH_KGDB if !XIP_KERNEL 100 select HAVE_ARCH_KGDB_QXFER_PKT 101 select HAVE_ARCH_MMAP_RND_BITS if MMU 102 select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT 103 select HAVE_ARCH_SECCOMP_FILTER 104 select HAVE_ARCH_THREAD_STRUCT_WHITELIST 105 select HAVE_ARCH_TRACEHOOK 106 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU 107 select HAVE_ARCH_USERFAULTFD_MINOR if 64BIT && USERFAULTFD 108 select HAVE_ARCH_VMAP_STACK if MMU && 64BIT 109 select HAVE_ASM_MODVERSIONS 110 select HAVE_CONTEXT_TRACKING_USER 111 select HAVE_DEBUG_KMEMLEAK 112 select HAVE_DMA_CONTIGUOUS if MMU 113 select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && (CLANG_SUPPORTS_DYNAMIC_FTRACE || GCC_SUPPORTS_DYNAMIC_FTRACE) 114 select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE 115 select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL 116 select HAVE_FUNCTION_GRAPH_TRACER 117 select HAVE_FUNCTION_GRAPH_RETVAL if HAVE_FUNCTION_GRAPH_TRACER 118 select HAVE_FUNCTION_TRACER if !XIP_KERNEL && !PREEMPTION 119 select HAVE_EBPF_JIT if MMU 120 select HAVE_FUNCTION_ARG_ACCESS_API 121 select HAVE_FUNCTION_ERROR_INJECTION 122 select HAVE_GCC_PLUGINS 123 select HAVE_GENERIC_VDSO if MMU && 64BIT 124 select HAVE_IRQ_TIME_ACCOUNTING 125 select HAVE_KPROBES if !XIP_KERNEL 126 select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL 127 select HAVE_KRETPROBES if !XIP_KERNEL 128 # https://github.com/ClangBuiltLinux/linux/issues/1881 129 select HAVE_LD_DEAD_CODE_DATA_ELIMINATION if !LD_IS_LLD 130 select HAVE_MOVE_PMD 131 select HAVE_MOVE_PUD 132 select HAVE_PCI 133 select HAVE_PERF_EVENTS 134 select HAVE_PERF_REGS 135 select HAVE_PERF_USER_STACK_DUMP 136 select HAVE_POSIX_CPU_TIMERS_TASK_WORK 137 select HAVE_PREEMPT_DYNAMIC_KEY if !XIP_KERNEL 138 select HAVE_REGS_AND_STACK_ACCESS_API 139 select HAVE_RETHOOK if !XIP_KERNEL 140 select HAVE_RSEQ 141 select HAVE_STACKPROTECTOR 142 select HAVE_SYSCALL_TRACEPOINTS 143 select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU 144 select IRQ_DOMAIN 145 select IRQ_FORCED_THREADING 146 select KASAN_VMALLOC if KASAN 147 select LOCK_MM_AND_FIND_VMA 148 select MODULES_USE_ELF_RELA if MODULES 149 select MODULE_SECTIONS if MODULES 150 select OF 151 select OF_EARLY_FLATTREE 152 select OF_IRQ 153 select PCI_DOMAINS_GENERIC if PCI 154 select PCI_MSI if PCI 155 select RISCV_ALTERNATIVE if !XIP_KERNEL 156 select RISCV_INTC 157 select RISCV_TIMER if RISCV_SBI 158 select SIFIVE_PLIC 159 select SPARSE_IRQ 160 select SYSCTL_EXCEPTION_TRACE 161 select THREAD_INFO_IN_TASK 162 select TRACE_IRQFLAGS_SUPPORT 163 select UACCESS_MEMCPY if !MMU 164 select ZONE_DMA32 if 64BIT 165 166config CLANG_SUPPORTS_DYNAMIC_FTRACE 167 def_bool CC_IS_CLANG 168 # https://github.com/llvm/llvm-project/commit/6ab8927931851bb42b2c93a00801dc499d7d9b1e 169 depends on CLANG_VERSION >= 130000 170 # https://github.com/ClangBuiltLinux/linux/issues/1817 171 depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600)) 172 173config GCC_SUPPORTS_DYNAMIC_FTRACE 174 def_bool CC_IS_GCC 175 depends on $(cc-option,-fpatchable-function-entry=8) 176 177config ARCH_MMAP_RND_BITS_MIN 178 default 18 if 64BIT 179 default 8 180 181config ARCH_MMAP_RND_COMPAT_BITS_MIN 182 default 8 183 184# max bits determined by the following formula: 185# VA_BITS - PAGE_SHIFT - 3 186config ARCH_MMAP_RND_BITS_MAX 187 default 24 if 64BIT # SV39 based 188 default 17 189 190config ARCH_MMAP_RND_COMPAT_BITS_MAX 191 default 17 192 193# set if we run in machine mode, cleared if we run in supervisor mode 194config RISCV_M_MODE 195 bool 196 default !MMU 197 198# set if we are running in S-mode and can use SBI calls 199config RISCV_SBI 200 bool 201 depends on !RISCV_M_MODE 202 default y 203 204config MMU 205 bool "MMU-based Paged Memory Management Support" 206 default y 207 help 208 Select if you want MMU-based virtualised addressing space 209 support by paged memory management. If unsure, say 'Y'. 210 211config PAGE_OFFSET 212 hex 213 default 0xC0000000 if 32BIT && MMU 214 default 0x80000000 if !MMU 215 default 0xff60000000000000 if 64BIT 216 217config KASAN_SHADOW_OFFSET 218 hex 219 depends on KASAN_GENERIC 220 default 0xdfffffff00000000 if 64BIT 221 default 0xffffffff if 32BIT 222 223config ARCH_FLATMEM_ENABLE 224 def_bool !NUMA 225 226config ARCH_SPARSEMEM_ENABLE 227 def_bool y 228 depends on MMU 229 select SPARSEMEM_STATIC if 32BIT && SPARSEMEM 230 select SPARSEMEM_VMEMMAP_ENABLE if 64BIT 231 232config ARCH_SELECT_MEMORY_MODEL 233 def_bool ARCH_SPARSEMEM_ENABLE 234 235config ARCH_SUPPORTS_UPROBES 236 def_bool y 237 238config STACKTRACE_SUPPORT 239 def_bool y 240 241config GENERIC_BUG 242 def_bool y 243 depends on BUG 244 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT 245 246config GENERIC_BUG_RELATIVE_POINTERS 247 bool 248 249config GENERIC_CALIBRATE_DELAY 250 def_bool y 251 252config GENERIC_CSUM 253 def_bool y 254 255config GENERIC_HWEIGHT 256 def_bool y 257 258config FIX_EARLYCON_MEM 259 def_bool MMU 260 261config PGTABLE_LEVELS 262 int 263 default 5 if 64BIT 264 default 2 265 266config LOCKDEP_SUPPORT 267 def_bool y 268 269config RISCV_DMA_NONCOHERENT 270 bool 271 select ARCH_HAS_DMA_PREP_COHERENT 272 select ARCH_HAS_SETUP_DMA_OPS 273 select ARCH_HAS_SYNC_DMA_FOR_CPU 274 select ARCH_HAS_SYNC_DMA_FOR_DEVICE 275 select DMA_BOUNCE_UNALIGNED_KMALLOC if SWIOTLB 276 select DMA_DIRECT_REMAP if MMU 277 278config RISCV_NONSTANDARD_CACHE_OPS 279 bool 280 depends on RISCV_DMA_NONCOHERENT 281 help 282 This enables function pointer support for non-standard noncoherent 283 systems to handle cache management. 284 285config AS_HAS_INSN 286 def_bool $(as-instr,.insn r 51$(comma) 0$(comma) 0$(comma) t0$(comma) t0$(comma) zero) 287 288config AS_HAS_OPTION_ARCH 289 # https://reviews.llvm.org/D123515 290 def_bool y 291 depends on $(as-instr, .option arch$(comma) +m) 292 depends on !$(as-instr, .option arch$(comma) -i) 293 294source "arch/riscv/Kconfig.socs" 295source "arch/riscv/Kconfig.errata" 296 297menu "Platform type" 298 299config NONPORTABLE 300 bool "Allow configurations that result in non-portable kernels" 301 help 302 RISC-V kernel binaries are compatible between all known systems 303 whenever possible, but there are some use cases that can only be 304 satisfied by configurations that result in kernel binaries that are 305 not portable between systems. 306 307 Selecting N does not guarantee kernels will be portable to all known 308 systems. Selecting any of the options guarded by NONPORTABLE will 309 result in kernel binaries that are unlikely to be portable between 310 systems. 311 312 If unsure, say N. 313 314choice 315 prompt "Base ISA" 316 default ARCH_RV64I 317 help 318 This selects the base ISA that this kernel will target and must match 319 the target platform. 320 321config ARCH_RV32I 322 bool "RV32I" 323 depends on NONPORTABLE 324 select 32BIT 325 select GENERIC_LIB_ASHLDI3 326 select GENERIC_LIB_ASHRDI3 327 select GENERIC_LIB_LSHRDI3 328 select GENERIC_LIB_UCMPDI2 329 330config ARCH_RV64I 331 bool "RV64I" 332 select 64BIT 333 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 334 select SWIOTLB if MMU 335 336endchoice 337 338# We must be able to map all physical memory into the kernel, but the compiler 339# is still a bit more efficient when generating code if it's setup in a manner 340# such that it can only map 2GiB of memory. 341choice 342 prompt "Kernel Code Model" 343 default CMODEL_MEDLOW if 32BIT 344 default CMODEL_MEDANY if 64BIT 345 346 config CMODEL_MEDLOW 347 bool "medium low code model" 348 config CMODEL_MEDANY 349 bool "medium any code model" 350endchoice 351 352config MODULE_SECTIONS 353 bool 354 select HAVE_MOD_ARCH_SPECIFIC 355 356config SMP 357 bool "Symmetric Multi-Processing" 358 help 359 This enables support for systems with more than one CPU. If 360 you say N here, the kernel will run on single and 361 multiprocessor machines, but will use only one CPU of a 362 multiprocessor machine. If you say Y here, the kernel will run 363 on many, but not all, single processor machines. On a single 364 processor machine, the kernel will run faster if you say N 365 here. 366 367 If you don't know what to do here, say N. 368 369config SCHED_MC 370 bool "Multi-core scheduler support" 371 depends on SMP 372 help 373 Multi-core scheduler support improves the CPU scheduler's decision 374 making when dealing with multi-core CPU chips at a cost of slightly 375 increased overhead in some places. If unsure say N here. 376 377config NR_CPUS 378 int "Maximum number of CPUs (2-512)" 379 depends on SMP 380 range 2 512 if !RISCV_SBI_V01 381 range 2 32 if RISCV_SBI_V01 && 32BIT 382 range 2 64 if RISCV_SBI_V01 && 64BIT 383 default "32" if 32BIT 384 default "64" if 64BIT 385 386config HOTPLUG_CPU 387 bool "Support for hot-pluggable CPUs" 388 depends on SMP 389 select GENERIC_IRQ_MIGRATION 390 help 391 392 Say Y here to experiment with turning CPUs off and on. CPUs 393 can be controlled through /sys/devices/system/cpu. 394 395 Say N if you want to disable CPU hotplug. 396 397choice 398 prompt "CPU Tuning" 399 default TUNE_GENERIC 400 401config TUNE_GENERIC 402 bool "generic" 403 404endchoice 405 406# Common NUMA Features 407config NUMA 408 bool "NUMA Memory Allocation and Scheduler Support" 409 depends on SMP && MMU 410 select ARCH_SUPPORTS_NUMA_BALANCING 411 select GENERIC_ARCH_NUMA 412 select NEED_PER_CPU_EMBED_FIRST_CHUNK 413 select OF_NUMA 414 select USE_PERCPU_NUMA_NODE_ID 415 help 416 Enable NUMA (Non-Uniform Memory Access) support. 417 418 The kernel will try to allocate memory used by a CPU on the 419 local memory of the CPU and add some more NUMA awareness to the kernel. 420 421config NODES_SHIFT 422 int "Maximum NUMA Nodes (as a power of 2)" 423 range 1 10 424 default "2" 425 depends on NUMA 426 help 427 Specify the maximum number of NUMA Nodes available on the target 428 system. Increases memory reserved to accommodate various tables. 429 430config RISCV_ALTERNATIVE 431 bool 432 depends on !XIP_KERNEL 433 help 434 This Kconfig allows the kernel to automatically patch the 435 erratum or cpufeature required by the execution platform at run 436 time. The code patching overhead is minimal, as it's only done 437 once at boot and once on each module load. 438 439config RISCV_ALTERNATIVE_EARLY 440 bool 441 depends on RISCV_ALTERNATIVE 442 help 443 Allows early patching of the kernel for special errata 444 445config RISCV_ISA_C 446 bool "Emit compressed instructions when building Linux" 447 default y 448 help 449 Adds "C" to the ISA subsets that the toolchain is allowed to emit 450 when building Linux, which results in compressed instructions in the 451 Linux binary. 452 453 If you don't know what to do here, say Y. 454 455config RISCV_ISA_SVNAPOT 456 bool "Svnapot extension support for supervisor mode NAPOT pages" 457 depends on 64BIT && MMU 458 depends on RISCV_ALTERNATIVE 459 default y 460 help 461 Allow kernel to detect the Svnapot ISA-extension dynamically at boot 462 time and enable its usage. 463 464 The Svnapot extension is used to mark contiguous PTEs as a range 465 of contiguous virtual-to-physical translations for a naturally 466 aligned power-of-2 (NAPOT) granularity larger than the base 4KB page 467 size. When HUGETLBFS is also selected this option unconditionally 468 allocates some memory for each NAPOT page size supported by the kernel. 469 When optimizing for low memory consumption and for platforms without 470 the Svnapot extension, it may be better to say N here. 471 472 If you don't know what to do here, say Y. 473 474config RISCV_ISA_SVPBMT 475 bool "Svpbmt extension support for supervisor mode page-based memory types" 476 depends on 64BIT && MMU 477 depends on RISCV_ALTERNATIVE 478 default y 479 help 480 Adds support to dynamically detect the presence of the Svpbmt 481 ISA-extension (Supervisor-mode: page-based memory types) and 482 enable its usage. 483 484 The memory type for a page contains a combination of attributes 485 that indicate the cacheability, idempotency, and ordering 486 properties for access to that page. 487 488 The Svpbmt extension is only available on 64-bit cpus. 489 490 If you don't know what to do here, say Y. 491 492config TOOLCHAIN_HAS_V 493 bool 494 default y 495 depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64iv) 496 depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32iv) 497 depends on LLD_VERSION >= 140000 || LD_VERSION >= 23800 498 depends on AS_HAS_OPTION_ARCH 499 500config RISCV_ISA_V 501 bool "VECTOR extension support" 502 depends on TOOLCHAIN_HAS_V 503 depends on FPU 504 select DYNAMIC_SIGFRAME 505 default y 506 help 507 Say N here if you want to disable all vector related procedure 508 in the kernel. 509 510 If you don't know what to do here, say Y. 511 512config RISCV_ISA_V_DEFAULT_ENABLE 513 bool "Enable userspace Vector by default" 514 depends on RISCV_ISA_V 515 default y 516 help 517 Say Y here if you want to enable Vector in userspace by default. 518 Otherwise, userspace has to make explicit prctl() call to enable 519 Vector, or enable it via the sysctl interface. 520 521 If you don't know what to do here, say Y. 522 523config TOOLCHAIN_HAS_ZBB 524 bool 525 default y 526 depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zbb) 527 depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zbb) 528 depends on LLD_VERSION >= 150000 || LD_VERSION >= 23900 529 depends on AS_HAS_OPTION_ARCH 530 531config RISCV_ISA_ZBB 532 bool "Zbb extension support for bit manipulation instructions" 533 depends on TOOLCHAIN_HAS_ZBB 534 depends on MMU 535 depends on RISCV_ALTERNATIVE 536 default y 537 help 538 Adds support to dynamically detect the presence of the ZBB 539 extension (basic bit manipulation) and enable its usage. 540 541 The Zbb extension provides instructions to accelerate a number 542 of bit-specific operations (count bit population, sign extending, 543 bitrotation, etc). 544 545 If you don't know what to do here, say Y. 546 547config RISCV_ISA_ZICBOM 548 bool "Zicbom extension support for non-coherent DMA operation" 549 depends on MMU 550 depends on RISCV_ALTERNATIVE 551 default y 552 select RISCV_DMA_NONCOHERENT 553 help 554 Adds support to dynamically detect the presence of the ZICBOM 555 extension (Cache Block Management Operations) and enable its 556 usage. 557 558 The Zicbom extension can be used to handle for example 559 non-coherent DMA support on devices that need it. 560 561 If you don't know what to do here, say Y. 562 563config RISCV_ISA_ZICBOZ 564 bool "Zicboz extension support for faster zeroing of memory" 565 depends on MMU 566 depends on RISCV_ALTERNATIVE 567 default y 568 help 569 Enable the use of the Zicboz extension (cbo.zero instruction) 570 when available. 571 572 The Zicboz extension is used for faster zeroing of memory. 573 574 If you don't know what to do here, say Y. 575 576config TOOLCHAIN_HAS_ZIHINTPAUSE 577 bool 578 default y 579 depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zihintpause) 580 depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zihintpause) 581 depends on LLD_VERSION >= 150000 || LD_VERSION >= 23600 582 583config TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI 584 def_bool y 585 # https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=aed44286efa8ae8717a77d94b51ac3614e2ca6dc 586 # https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=98416dbb0a62579d4a7a4a76bab51b5b52fec2cd 587 depends on AS_IS_GNU && AS_VERSION >= 23600 588 help 589 Binutils-2.38 and GCC-12.1.0 bumped the default ISA spec to the newer 590 20191213 version, which moves some instructions from the I extension to 591 the Zicsr and Zifencei extensions. This requires explicitly specifying 592 Zicsr and Zifencei when binutils >= 2.38 or GCC >= 12.1.0. Zicsr 593 and Zifencei are supported in binutils from version 2.36 onwards. 594 To make life easier, and avoid forcing toolchains that default to a 595 newer ISA spec to version 2.2, relax the check to binutils >= 2.36. 596 For clang < 17 or GCC < 11.3.0, for which this is not possible or need 597 special treatment, this is dealt with in TOOLCHAIN_NEEDS_OLD_ISA_SPEC. 598 599config TOOLCHAIN_NEEDS_OLD_ISA_SPEC 600 def_bool y 601 depends on TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI 602 # https://github.com/llvm/llvm-project/commit/22e199e6afb1263c943c0c0d4498694e15bf8a16 603 # https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d29f5d6ab513c52fd872f532c492e35ae9fd6671 604 depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300) 605 help 606 Certain versions of clang and GCC do not support zicsr and zifencei via 607 -march. This option causes an older ISA spec compatible with these older 608 versions of clang and GCC to be passed to GAS, which has the same result 609 as passing zicsr and zifencei to -march. 610 611config FPU 612 bool "FPU support" 613 default y 614 help 615 Say N here if you want to disable all floating-point related procedure 616 in the kernel. 617 618 If you don't know what to do here, say Y. 619 620config IRQ_STACKS 621 bool "Independent irq & softirq stacks" if EXPERT 622 default y 623 select HAVE_IRQ_EXIT_ON_IRQ_STACK 624 select HAVE_SOFTIRQ_ON_OWN_STACK 625 help 626 Add independent irq & softirq stacks for percpu to prevent kernel stack 627 overflows. We may save some memory footprint by disabling IRQ_STACKS. 628 629config THREAD_SIZE_ORDER 630 int "Kernel stack size (in power-of-two numbers of page size)" if VMAP_STACK && EXPERT 631 range 0 4 632 default 1 if 32BIT && !KASAN 633 default 3 if 64BIT && KASAN 634 default 2 635 help 636 Specify the Pages of thread stack size (from 4KB to 64KB), which also 637 affects irq stack size, which is equal to thread stack size. 638 639endmenu # "Platform type" 640 641menu "Kernel features" 642 643source "kernel/Kconfig.hz" 644 645config RISCV_SBI_V01 646 bool "SBI v0.1 support" 647 depends on RISCV_SBI 648 help 649 This config allows kernel to use SBI v0.1 APIs. This will be 650 deprecated in future once legacy M-mode software are no longer in use. 651 652config RISCV_BOOT_SPINWAIT 653 bool "Spinwait booting method" 654 depends on SMP 655 default y if RISCV_SBI_V01 || RISCV_M_MODE 656 help 657 This enables support for booting Linux via spinwait method. In the 658 spinwait method, all cores randomly jump to Linux. One of the cores 659 gets chosen via lottery and all other keep spinning on a percpu 660 variable. This method cannot support CPU hotplug and sparse hartid 661 scheme. It should be only enabled for M-mode Linux or platforms relying 662 on older firmware without SBI HSM extension. All other platforms should 663 rely on ordered booting via SBI HSM extension which gets chosen 664 dynamically at runtime if the firmware supports it. 665 666 Since spinwait is incompatible with sparse hart IDs, it requires 667 NR_CPUS be large enough to contain the physical hart ID of the first 668 hart to enter Linux. 669 670 If unsure what to do here, say N. 671 672config ARCH_SUPPORTS_KEXEC 673 def_bool MMU 674 675config ARCH_SELECTS_KEXEC 676 def_bool y 677 depends on KEXEC 678 select HOTPLUG_CPU if SMP 679 680config ARCH_SUPPORTS_KEXEC_FILE 681 def_bool 64BIT && MMU 682 683config ARCH_SELECTS_KEXEC_FILE 684 def_bool y 685 depends on KEXEC_FILE 686 select HAVE_IMA_KEXEC if IMA 687 select KEXEC_ELF 688 689config ARCH_SUPPORTS_KEXEC_PURGATORY 690 def_bool KEXEC_FILE 691 depends on CRYPTO=y 692 depends on CRYPTO_SHA256=y 693 694config ARCH_SUPPORTS_CRASH_DUMP 695 def_bool y 696 697config COMPAT 698 bool "Kernel support for 32-bit U-mode" 699 default 64BIT 700 depends on 64BIT && MMU 701 help 702 This option enables support for a 32-bit U-mode running under a 64-bit 703 kernel at S-mode. riscv32-specific components such as system calls, 704 the user helper functions (vdso), signal rt_frame functions and the 705 ptrace interface are handled appropriately by the kernel. 706 707 If you want to execute 32-bit userspace applications, say Y. 708 709config RELOCATABLE 710 bool "Build a relocatable kernel" 711 depends on MMU && 64BIT && !XIP_KERNEL 712 help 713 This builds a kernel as a Position Independent Executable (PIE), 714 which retains all relocation metadata required to relocate the 715 kernel binary at runtime to a different virtual address than the 716 address it was linked at. 717 Since RISCV uses the RELA relocation format, this requires a 718 relocation pass at runtime even if the kernel is loaded at the 719 same address it was linked at. 720 721 If unsure, say N. 722 723config RANDOMIZE_BASE 724 bool "Randomize the address of the kernel image" 725 select RELOCATABLE 726 depends on MMU && 64BIT && !XIP_KERNEL 727 help 728 Randomizes the virtual address at which the kernel image is 729 loaded, as a security feature that deters exploit attempts 730 relying on knowledge of the location of kernel internals. 731 732 It is the bootloader's job to provide entropy, by passing a 733 random u64 value in /chosen/kaslr-seed at kernel entry. 734 735 When booting via the UEFI stub, it will invoke the firmware's 736 EFI_RNG_PROTOCOL implementation (if available) to supply entropy 737 to the kernel proper. In addition, it will randomise the physical 738 location of the kernel Image as well. 739 740 If unsure, say N. 741 742endmenu # "Kernel features" 743 744menu "Boot options" 745 746config CMDLINE 747 string "Built-in kernel command line" 748 help 749 For most platforms, the arguments for the kernel's command line 750 are provided at run-time, during boot. However, there are cases 751 where either no arguments are being provided or the provided 752 arguments are insufficient or even invalid. 753 754 When that occurs, it is possible to define a built-in command 755 line here and choose how the kernel should use it later on. 756 757choice 758 prompt "Built-in command line usage" if CMDLINE != "" 759 default CMDLINE_FALLBACK 760 help 761 Choose how the kernel will handle the provided built-in command 762 line. 763 764config CMDLINE_FALLBACK 765 bool "Use bootloader kernel arguments if available" 766 help 767 Use the built-in command line as fallback in case we get nothing 768 during boot. This is the default behaviour. 769 770config CMDLINE_EXTEND 771 bool "Extend bootloader kernel arguments" 772 help 773 The command-line arguments provided during boot will be 774 appended to the built-in command line. This is useful in 775 cases where the provided arguments are insufficient and 776 you don't want to or cannot modify them. 777 778config CMDLINE_FORCE 779 bool "Always use the default kernel command string" 780 help 781 Always use the built-in command line, even if we get one during 782 boot. This is useful in case you need to override the provided 783 command line on systems where you don't have or want control 784 over it. 785 786endchoice 787 788config EFI_STUB 789 bool 790 791config EFI 792 bool "UEFI runtime support" 793 depends on OF && !XIP_KERNEL 794 depends on MMU 795 default y 796 select ARCH_SUPPORTS_ACPI if 64BIT 797 select EFI_GENERIC_STUB 798 select EFI_PARAMS_FROM_FDT 799 select EFI_RUNTIME_WRAPPERS 800 select EFI_STUB 801 select LIBFDT 802 select RISCV_ISA_C 803 select UCS2_STRING 804 help 805 This option provides support for runtime services provided 806 by UEFI firmware (such as non-volatile variables, realtime 807 clock, and platform reset). A UEFI stub is also provided to 808 allow the kernel to be booted as an EFI application. This 809 is only useful on systems that have UEFI firmware. 810 811config CC_HAVE_STACKPROTECTOR_TLS 812 def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0) 813 814config STACKPROTECTOR_PER_TASK 815 def_bool y 816 depends on !RANDSTRUCT 817 depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS 818 819config PHYS_RAM_BASE_FIXED 820 bool "Explicitly specified physical RAM address" 821 depends on NONPORTABLE 822 default n 823 824config PHYS_RAM_BASE 825 hex "Platform Physical RAM address" 826 depends on PHYS_RAM_BASE_FIXED 827 default "0x80000000" 828 help 829 This is the physical address of RAM in the system. It has to be 830 explicitly specified to run early relocations of read-write data 831 from flash to RAM. 832 833config XIP_KERNEL 834 bool "Kernel Execute-In-Place from ROM" 835 depends on MMU && SPARSEMEM && NONPORTABLE 836 # This prevents XIP from being enabled by all{yes,mod}config, which 837 # fail to build since XIP doesn't support large kernels. 838 depends on !COMPILE_TEST 839 select PHYS_RAM_BASE_FIXED 840 help 841 Execute-In-Place allows the kernel to run from non-volatile storage 842 directly addressable by the CPU, such as NOR flash. This saves RAM 843 space since the text section of the kernel is not loaded from flash 844 to RAM. Read-write sections, such as the data section and stack, 845 are still copied to RAM. The XIP kernel is not compressed since 846 it has to run directly from flash, so it will take more space to 847 store it. The flash address used to link the kernel object files, 848 and for storing it, is configuration dependent. Therefore, if you 849 say Y here, you must know the proper physical address where to 850 store the kernel image depending on your own flash memory usage. 851 852 Also note that the make target becomes "make xipImage" rather than 853 "make zImage" or "make Image". The final kernel binary to put in 854 ROM memory will be arch/riscv/boot/xipImage. 855 856 SPARSEMEM is required because the kernel text and rodata that are 857 flash resident are not backed by memmap, then any attempt to get 858 a struct page on those regions will trigger a fault. 859 860 If unsure, say N. 861 862config XIP_PHYS_ADDR 863 hex "XIP Kernel Physical Location" 864 depends on XIP_KERNEL 865 default "0x21000000" 866 help 867 This is the physical address in your flash memory the kernel will 868 be linked for and stored to. This address is dependent on your 869 own flash usage. 870 871config RISCV_ISA_FALLBACK 872 bool "Permit falling back to parsing riscv,isa for extension support by default" 873 default y 874 help 875 Parsing the "riscv,isa" devicetree property has been deprecated and 876 replaced by a list of explicitly defined strings. For compatibility 877 with existing platforms, the kernel will fall back to parsing the 878 "riscv,isa" property if the replacements are not found. 879 880 Selecting N here will result in a kernel that does not use the 881 fallback, unless the commandline "riscv_isa_fallback" parameter is 882 present. 883 884 Please see the dt-binding, located at 885 Documentation/devicetree/bindings/riscv/extensions.yaml for details 886 on the replacement properties, "riscv,isa-base" and 887 "riscv,isa-extensions". 888 889endmenu # "Boot options" 890 891config BUILTIN_DTB 892 bool 893 depends on OF && NONPORTABLE 894 default y if XIP_KERNEL 895 896config PORTABLE 897 bool 898 default !NONPORTABLE 899 select EFI 900 select MMU 901 select OF 902 903menu "Power management options" 904 905source "kernel/power/Kconfig" 906 907# Hibernation is only possible on systems where the SBI implementation has 908# marked its reserved memory as not accessible from, or does not run 909# from the same memory as, Linux 910config ARCH_HIBERNATION_POSSIBLE 911 def_bool NONPORTABLE 912 913config ARCH_HIBERNATION_HEADER 914 def_bool HIBERNATION 915 916config ARCH_SUSPEND_POSSIBLE 917 def_bool y 918 919endmenu # "Power management options" 920 921menu "CPU Power Management" 922 923source "drivers/cpuidle/Kconfig" 924 925source "drivers/cpufreq/Kconfig" 926 927endmenu # "CPU Power Management" 928 929source "arch/riscv/kvm/Kconfig" 930 931source "drivers/acpi/Kconfig" 932