1fa96b57cSHuacai Chen# SPDX-License-Identifier: GPL-2.0 2fa96b57cSHuacai Chenconfig LOONGARCH 3fa96b57cSHuacai Chen bool 4fa96b57cSHuacai Chen default y 5f30d1f49SHuacai Chen select ACPI 6cd057667SJianmin Lv select ACPI_GENERIC_GSI if ACPI 757fc7323SHuacai Chen select ACPI_MCFG if ACPI 8f6f0c9a7SHuacai Chen select ACPI_PPTT if ACPI 9fa96b57cSHuacai Chen select ACPI_SYSTEM_POWER_STATES_SUPPORT if ACPI 10fa96b57cSHuacai Chen select ARCH_BINFMT_ELF_STATE 115aa4ac64SQing Zhang select ARCH_DISABLE_KASAN_INLINE 12fa96b57cSHuacai Chen select ARCH_ENABLE_MEMORY_HOTPLUG 13fa96b57cSHuacai Chen select ARCH_ENABLE_MEMORY_HOTREMOVE 14fa96b57cSHuacai Chen select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI 159841c423SThomas Gleixner select ARCH_HAS_CPU_FINALIZE_INIT 16d4c937c2SQing Zhang select ARCH_HAS_FORTIFY_SOURCE 172363088eSFeiyang Chen select ARCH_HAS_KCOV 183f48f3d9SPaul E. McKenney select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS 19de0e30beSChenguang Zhao select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE 20fa96b57cSHuacai Chen select ARCH_HAS_PTE_SPECIAL 21fa96b57cSHuacai Chen select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 22fa96b57cSHuacai Chen select ARCH_INLINE_READ_LOCK if !PREEMPTION 23fa96b57cSHuacai Chen select ARCH_INLINE_READ_LOCK_BH if !PREEMPTION 24fa96b57cSHuacai Chen select ARCH_INLINE_READ_LOCK_IRQ if !PREEMPTION 25fa96b57cSHuacai Chen select ARCH_INLINE_READ_LOCK_IRQSAVE if !PREEMPTION 26fa96b57cSHuacai Chen select ARCH_INLINE_READ_UNLOCK if !PREEMPTION 27fa96b57cSHuacai Chen select ARCH_INLINE_READ_UNLOCK_BH if !PREEMPTION 28fa96b57cSHuacai Chen select ARCH_INLINE_READ_UNLOCK_IRQ if !PREEMPTION 29fa96b57cSHuacai Chen select ARCH_INLINE_READ_UNLOCK_IRQRESTORE if !PREEMPTION 30fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_LOCK if !PREEMPTION 31fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_LOCK_BH if !PREEMPTION 32fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_LOCK_IRQ if !PREEMPTION 33fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_LOCK_IRQSAVE if !PREEMPTION 34fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_UNLOCK if !PREEMPTION 35fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_UNLOCK_BH if !PREEMPTION 36fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_UNLOCK_IRQ if !PREEMPTION 37fa96b57cSHuacai Chen select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE if !PREEMPTION 38fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_TRYLOCK if !PREEMPTION 39fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_TRYLOCK_BH if !PREEMPTION 40fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_LOCK if !PREEMPTION 41fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_LOCK_BH if !PREEMPTION 42fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_LOCK_IRQ if !PREEMPTION 43fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_LOCK_IRQSAVE if !PREEMPTION 44fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_UNLOCK if !PREEMPTION 45fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_UNLOCK_BH if !PREEMPTION 46fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_UNLOCK_IRQ if !PREEMPTION 47fa96b57cSHuacai Chen select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE if !PREEMPTION 48e0fba87cSHuacai Chen select ARCH_KEEP_MEMBLOCK 49fa96b57cSHuacai Chen select ARCH_MIGHT_HAVE_PC_PARPORT 50fa96b57cSHuacai Chen select ARCH_MIGHT_HAVE_PC_SERIO 51fa96b57cSHuacai Chen select ARCH_SPARSEMEM_ENABLE 5293a4fa62SQing Zhang select ARCH_STACKWALK 53fa96b57cSHuacai Chen select ARCH_SUPPORTS_ACPI 54fa96b57cSHuacai Chen select ARCH_SUPPORTS_ATOMIC_RMW 55fa96b57cSHuacai Chen select ARCH_SUPPORTS_HUGETLBFS 565a31ed46SWANG Xuerui select ARCH_SUPPORTS_LTO_CLANG 575a31ed46SWANG Xuerui select ARCH_SUPPORTS_LTO_CLANG_THIN 58d4b6f156SHuacai Chen select ARCH_SUPPORTS_NUMA_BALANCING 59fa96b57cSHuacai Chen select ARCH_USE_BUILTIN_BSWAP 60fa96b57cSHuacai Chen select ARCH_USE_CMPXCHG_LOCKREF 61fa96b57cSHuacai Chen select ARCH_USE_QUEUED_RWLOCKS 625f1e001bSHuacai Chen select ARCH_USE_QUEUED_SPINLOCKS 63fa96b57cSHuacai Chen select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT 641429cfdeSArd Biesheuvel select ARCH_WANT_LD_ORPHAN_WARN 650b6f1582SAneesh Kumar K.V select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP 66fa96b57cSHuacai Chen select ARCH_WANTS_NO_INSTR 67fa96b57cSHuacai Chen select BUILDTIME_TABLE_SORT 68fa96b57cSHuacai Chen select COMMON_CLK 69366bb35aSHuacai Chen select CPU_PM 70f30d1f49SHuacai Chen select EFI 71fa96b57cSHuacai Chen select GENERIC_CLOCKEVENTS 72fa96b57cSHuacai Chen select GENERIC_CMOS_UPDATE 73fa96b57cSHuacai Chen select GENERIC_CPU_AUTOPROBE 74fa96b57cSHuacai Chen select GENERIC_ENTRY 75fa96b57cSHuacai Chen select GENERIC_GETTIMEOFDAY 76d2791341SHuacai Chen select GENERIC_IOREMAP if !ARCH_IOREMAP 77fa96b57cSHuacai Chen select GENERIC_IRQ_MULTI_HANDLER 78fa96b57cSHuacai Chen select GENERIC_IRQ_PROBE 79fa96b57cSHuacai Chen select GENERIC_IRQ_SHOW 80fa96b57cSHuacai Chen select GENERIC_LIB_ASHLDI3 81fa96b57cSHuacai Chen select GENERIC_LIB_ASHRDI3 82fa96b57cSHuacai Chen select GENERIC_LIB_CMPDI2 83fa96b57cSHuacai Chen select GENERIC_LIB_LSHRDI3 84fa96b57cSHuacai Chen select GENERIC_LIB_UCMPDI2 85235d074fSHuacai Chen select GENERIC_LIB_DEVMEM_IS_ALLOWED 86fa96b57cSHuacai Chen select GENERIC_PCI_IOMAP 87fa96b57cSHuacai Chen select GENERIC_SCHED_CLOCK 8846859ac8SHuacai Chen select GENERIC_SMP_IDLE_THREAD 89fa96b57cSHuacai Chen select GENERIC_TIME_VSYSCALL 90aa5e65dcSTiezhu Yang select GENERIC_VDSO_TIME_NS 91fa96b57cSHuacai Chen select GPIOLIB 92fcbfe812SNiklas Schnelle select HAS_IOPORT 93fa96b57cSHuacai Chen select HAVE_ARCH_AUDITSYSCALL 94f02644e3SYouling Tang select HAVE_ARCH_JUMP_LABEL 95f02644e3SYouling Tang select HAVE_ARCH_JUMP_LABEL_RELATIVE 965aa4ac64SQing Zhang select HAVE_ARCH_KASAN 976ad3df56SEnze Li select HAVE_ARCH_KFENCE 98e14dd076SQing Zhang select HAVE_ARCH_KGDB if PERF_EVENTS 99fa96b57cSHuacai Chen select HAVE_ARCH_MMAP_RND_BITS if MMU 100fa96b57cSHuacai Chen select HAVE_ARCH_SECCOMP_FILTER 101fa96b57cSHuacai Chen select HAVE_ARCH_TRACEHOOK 102fa96b57cSHuacai Chen select HAVE_ARCH_TRANSPARENT_HUGEPAGE 103fa96b57cSHuacai Chen select HAVE_ASM_MODVERSIONS 10424a9c541SFrederic Weisbecker select HAVE_CONTEXT_TRACKING_USER 105a0a458fbSQing Zhang select HAVE_C_RECORDMCOUNT 1065d553770STiezhu Yang select HAVE_DEBUG_KMEMLEAK 107fa96b57cSHuacai Chen select HAVE_DEBUG_STACKOVERFLOW 108fa96b57cSHuacai Chen select HAVE_DMA_CONTIGUOUS 1094733f09dSQing Zhang select HAVE_DYNAMIC_FTRACE 110ac7127e1SQing Zhang select HAVE_DYNAMIC_FTRACE_WITH_ARGS 1119cdc3b6aSYouling Tang select HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS 1128778ba2cSQing Zhang select HAVE_DYNAMIC_FTRACE_WITH_REGS 1135dc61552STiezhu Yang select HAVE_EBPF_JIT 11441596803SHuacai Chen select HAVE_EFFICIENT_UNALIGNED_ACCESS if !ARCH_STRICT_ALIGN 115fa96b57cSHuacai Chen select HAVE_EXIT_THREAD 116fa96b57cSHuacai Chen select HAVE_FAST_GUP 117a0a458fbSQing Zhang select HAVE_FTRACE_MCOUNT_RECORD 118356bd6f2SQing Zhang select HAVE_FUNCTION_ARG_ACCESS_API 1198b5ee2c6STiezhu Yang select HAVE_FUNCTION_ERROR_INJECTION 1205779e3c0SDonglin Peng select HAVE_FUNCTION_GRAPH_RETVAL if HAVE_FUNCTION_GRAPH_TRACER 121dbe3ba30SQing Zhang select HAVE_FUNCTION_GRAPH_TRACER 122dbe3ba30SQing Zhang select HAVE_FUNCTION_TRACER 1232363088eSFeiyang Chen select HAVE_GCC_PLUGINS 124fa96b57cSHuacai Chen select HAVE_GENERIC_VDSO 125edffa33cSQing Zhang select HAVE_HW_BREAKPOINT if PERF_EVENTS 126fa96b57cSHuacai Chen select HAVE_IOREMAP_PROT 127fa96b57cSHuacai Chen select HAVE_IRQ_EXIT_ON_IRQ_STACK 128fa96b57cSHuacai Chen select HAVE_IRQ_TIME_ACCOUNTING 1296d4cc40fSTiezhu Yang select HAVE_KPROBES 13009e679c2STiezhu Yang select HAVE_KPROBES_ON_FTRACE 1313f553686STiezhu Yang select HAVE_KRETPROBES 132*c1fc48aaSTianrui Zhao select HAVE_KVM 133fa96b57cSHuacai Chen select HAVE_MOD_ARCH_SPECIFIC 134fa96b57cSHuacai Chen select HAVE_NMI 13557fc7323SHuacai Chen select HAVE_PCI 136fa96b57cSHuacai Chen select HAVE_PERF_EVENTS 137b37042b2SHuacai Chen select HAVE_PERF_REGS 138b37042b2SHuacai Chen select HAVE_PERF_USER_STACK_DUMP 139fa96b57cSHuacai Chen select HAVE_REGS_AND_STACK_ACCESS_API 1407b0a0964SHaoran Jiang select HAVE_RETHOOK 141fa96b57cSHuacai Chen select HAVE_RSEQ 14222f367a6SYouling Tang select HAVE_SAMPLE_FTRACE_DIRECT 14322f367a6SYouling Tang select HAVE_SAMPLE_FTRACE_DIRECT_MULTI 144d4b6f156SHuacai Chen select HAVE_SETUP_PER_CPU_AREA if NUMA 14509f33601SHuacai Chen select HAVE_STACKPROTECTOR 146fa96b57cSHuacai Chen select HAVE_SYSCALL_TRACEPOINTS 147fa96b57cSHuacai Chen select HAVE_TIF_NOHZ 14846859ac8SHuacai Chen select HAVE_VIRT_CPU_ACCOUNTING_GEN if !SMP 149fa96b57cSHuacai Chen select IRQ_FORCED_THREADING 150fa96b57cSHuacai Chen select IRQ_LOONGARCH_CPU 151a050ba1eSLinus Torvalds select LOCK_MM_AND_FIND_VMA 152f30d1f49SHuacai Chen select MMU_GATHER_MERGE_VMAS if MMU 153fa96b57cSHuacai Chen select MODULES_USE_ELF_RELA if MODULES 154d4b6f156SHuacai Chen select NEED_PER_CPU_EMBED_FIRST_CHUNK 155d4b6f156SHuacai Chen select NEED_PER_CPU_PAGE_FIRST_CHUNK 15688d4d957SBinbin Zhou select OF 15788d4d957SBinbin Zhou select OF_EARLY_FLATTREE 15857fc7323SHuacai Chen select PCI 15957fc7323SHuacai Chen select PCI_DOMAINS_GENERIC 16057fc7323SHuacai Chen select PCI_ECAM if ACPI 16157fc7323SHuacai Chen select PCI_LOONGSON 16257fc7323SHuacai Chen select PCI_MSI_ARCH_FALLBACKS 1637c12bb8fSHuacai Chen select PCI_QUIRKS 164fa96b57cSHuacai Chen select PERF_USE_VMALLOC 165fa96b57cSHuacai Chen select RTC_LIB 166f30d1f49SHuacai Chen select SMP 167fa96b57cSHuacai Chen select SPARSE_IRQ 16861a6fcccSHuacai Chen select SYSCTL_ARCH_UNALIGN_ALLOW 16961a6fcccSHuacai Chen select SYSCTL_ARCH_UNALIGN_NO_WARN 170fa96b57cSHuacai Chen select SYSCTL_EXCEPTION_TRACE 171fa96b57cSHuacai Chen select SWIOTLB 172fa96b57cSHuacai Chen select TRACE_IRQFLAGS_SUPPORT 173d4b6f156SHuacai Chen select USE_PERCPU_NUMA_NODE_ID 1744d7bf939SQing Zhang select USER_STACKTRACE_SUPPORT 175fa96b57cSHuacai Chen select ZONE_DMA32 176fa96b57cSHuacai Chen 177fa96b57cSHuacai Chenconfig 32BIT 178fa96b57cSHuacai Chen bool 179fa96b57cSHuacai Chen 180fa96b57cSHuacai Chenconfig 64BIT 181fa96b57cSHuacai Chen def_bool y 182fa96b57cSHuacai Chen 1832d2c3952SYouling Tangconfig GENERIC_BUG 1842d2c3952SYouling Tang def_bool y 1852d2c3952SYouling Tang depends on BUG 1862d2c3952SYouling Tang 1872d2c3952SYouling Tangconfig GENERIC_BUG_RELATIVE_POINTERS 1882d2c3952SYouling Tang def_bool y 1892d2c3952SYouling Tang depends on GENERIC_BUG 1902d2c3952SYouling Tang 191fa96b57cSHuacai Chenconfig GENERIC_CALIBRATE_DELAY 192fa96b57cSHuacai Chen def_bool y 193fa96b57cSHuacai Chen 194fa96b57cSHuacai Chenconfig GENERIC_CSUM 195fa96b57cSHuacai Chen def_bool y 196fa96b57cSHuacai Chen 197fa96b57cSHuacai Chenconfig GENERIC_HWEIGHT 198fa96b57cSHuacai Chen def_bool y 199fa96b57cSHuacai Chen 200fa96b57cSHuacai Chenconfig L1_CACHE_SHIFT 201fa96b57cSHuacai Chen int 202fa96b57cSHuacai Chen default "6" 203fa96b57cSHuacai Chen 204fa96b57cSHuacai Chenconfig LOCKDEP_SUPPORT 205fa96b57cSHuacai Chen bool 206fa96b57cSHuacai Chen default y 207fa96b57cSHuacai Chen 20893a4fa62SQing Zhangconfig STACKTRACE_SUPPORT 20993a4fa62SQing Zhang bool 21093a4fa62SQing Zhang default y 21193a4fa62SQing Zhang 2129550dfdeSColin Ian King# MACH_LOONGSON32 and MACH_LOONGSON64 are deliberately carried over from the 213fa96b57cSHuacai Chen# MIPS Loongson code, to preserve Loongson-specific code paths in drivers that 214fa96b57cSHuacai Chen# are shared between architectures, and specifically expecting the symbols. 215fa96b57cSHuacai Chenconfig MACH_LOONGSON32 216fa96b57cSHuacai Chen def_bool 32BIT 217fa96b57cSHuacai Chen 218fa96b57cSHuacai Chenconfig MACH_LOONGSON64 219fa96b57cSHuacai Chen def_bool 64BIT 220fa96b57cSHuacai Chen 221d2791341SHuacai Chenconfig FIX_EARLYCON_MEM 222d2791341SHuacai Chen def_bool y 223d2791341SHuacai Chen 224fa96b57cSHuacai Chenconfig PAGE_SIZE_4KB 225fa96b57cSHuacai Chen bool 226fa96b57cSHuacai Chen 227fa96b57cSHuacai Chenconfig PAGE_SIZE_16KB 228fa96b57cSHuacai Chen bool 229fa96b57cSHuacai Chen 230fa96b57cSHuacai Chenconfig PAGE_SIZE_64KB 231fa96b57cSHuacai Chen bool 232fa96b57cSHuacai Chen 233fa96b57cSHuacai Chenconfig PGTABLE_2LEVEL 234fa96b57cSHuacai Chen bool 235fa96b57cSHuacai Chen 236fa96b57cSHuacai Chenconfig PGTABLE_3LEVEL 237fa96b57cSHuacai Chen bool 238fa96b57cSHuacai Chen 239fa96b57cSHuacai Chenconfig PGTABLE_4LEVEL 240fa96b57cSHuacai Chen bool 241fa96b57cSHuacai Chen 242fa96b57cSHuacai Chenconfig PGTABLE_LEVELS 243fa96b57cSHuacai Chen int 244fa96b57cSHuacai Chen default 2 if PGTABLE_2LEVEL 245fa96b57cSHuacai Chen default 3 if PGTABLE_3LEVEL 246fa96b57cSHuacai Chen default 4 if PGTABLE_4LEVEL 247fa96b57cSHuacai Chen 248fa96b57cSHuacai Chenconfig SCHED_OMIT_FRAME_POINTER 249fa96b57cSHuacai Chen bool 250fa96b57cSHuacai Chen default y 251fa96b57cSHuacai Chen 2520d8dad70SXi Ruoyaoconfig AS_HAS_EXPLICIT_RELOCS 2530d8dad70SXi Ruoyao def_bool $(as-instr,x:pcalau12i \$t0$(comma)%pc_hi20(x)) 2540d8dad70SXi Ruoyao 25538bb46f9SWANG Xueruiconfig AS_HAS_FCSR_CLASS 25638bb46f9SWANG Xuerui def_bool $(as-instr,movfcsr2gr \$t0$(comma)\$fcsr0) 25738bb46f9SWANG Xuerui 25861650023SHuacai Chenconfig AS_HAS_LSX_EXTENSION 25961650023SHuacai Chen def_bool $(as-instr,vld \$vr0$(comma)\$a0$(comma)0) 26061650023SHuacai Chen 26161650023SHuacai Chenconfig AS_HAS_LASX_EXTENSION 26261650023SHuacai Chen def_bool $(as-instr,xvld \$xr0$(comma)\$a0$(comma)0) 26361650023SHuacai Chen 264bd3c5798SQi Huconfig AS_HAS_LBT_EXTENSION 265bd3c5798SQi Hu def_bool $(as-instr,movscr2gr \$a0$(comma)\$scr0) 266bd3c5798SQi Hu 267*c1fc48aaSTianrui Zhaoconfig AS_HAS_LVZ_EXTENSION 268*c1fc48aaSTianrui Zhao def_bool $(as-instr,hvcl 0) 269*c1fc48aaSTianrui Zhao 270fa96b57cSHuacai Chenmenu "Kernel type and options" 271fa96b57cSHuacai Chen 272fa96b57cSHuacai Chensource "kernel/Kconfig.hz" 273fa96b57cSHuacai Chen 274fa96b57cSHuacai Chenchoice 275fa96b57cSHuacai Chen prompt "Page Table Layout" 276fa96b57cSHuacai Chen default 16KB_2LEVEL if 32BIT 277fa96b57cSHuacai Chen default 16KB_3LEVEL if 64BIT 278fa96b57cSHuacai Chen help 279fa96b57cSHuacai Chen Allows choosing the page table layout, which is a combination 280fa96b57cSHuacai Chen of page size and page table levels. The size of virtual memory 281fa96b57cSHuacai Chen address space are determined by the page table layout. 282fa96b57cSHuacai Chen 283fa96b57cSHuacai Chenconfig 4KB_3LEVEL 284fa96b57cSHuacai Chen bool "4KB with 3 levels" 285fa96b57cSHuacai Chen select PAGE_SIZE_4KB 286fa96b57cSHuacai Chen select PGTABLE_3LEVEL 287fa96b57cSHuacai Chen help 288fa96b57cSHuacai Chen This option selects 4KB page size with 3 level page tables, which 289fa96b57cSHuacai Chen support a maximum of 39 bits of application virtual memory. 290fa96b57cSHuacai Chen 291fa96b57cSHuacai Chenconfig 4KB_4LEVEL 292fa96b57cSHuacai Chen bool "4KB with 4 levels" 293fa96b57cSHuacai Chen select PAGE_SIZE_4KB 294fa96b57cSHuacai Chen select PGTABLE_4LEVEL 295fa96b57cSHuacai Chen help 296fa96b57cSHuacai Chen This option selects 4KB page size with 4 level page tables, which 297fa96b57cSHuacai Chen support a maximum of 48 bits of application virtual memory. 298fa96b57cSHuacai Chen 299fa96b57cSHuacai Chenconfig 16KB_2LEVEL 300fa96b57cSHuacai Chen bool "16KB with 2 levels" 301fa96b57cSHuacai Chen select PAGE_SIZE_16KB 302fa96b57cSHuacai Chen select PGTABLE_2LEVEL 303fa96b57cSHuacai Chen help 304fa96b57cSHuacai Chen This option selects 16KB page size with 2 level page tables, which 305fa96b57cSHuacai Chen support a maximum of 36 bits of application virtual memory. 306fa96b57cSHuacai Chen 307fa96b57cSHuacai Chenconfig 16KB_3LEVEL 308fa96b57cSHuacai Chen bool "16KB with 3 levels" 309fa96b57cSHuacai Chen select PAGE_SIZE_16KB 310fa96b57cSHuacai Chen select PGTABLE_3LEVEL 311fa96b57cSHuacai Chen help 312fa96b57cSHuacai Chen This option selects 16KB page size with 3 level page tables, which 313fa96b57cSHuacai Chen support a maximum of 47 bits of application virtual memory. 314fa96b57cSHuacai Chen 315fa96b57cSHuacai Chenconfig 64KB_2LEVEL 316fa96b57cSHuacai Chen bool "64KB with 2 levels" 317fa96b57cSHuacai Chen select PAGE_SIZE_64KB 318fa96b57cSHuacai Chen select PGTABLE_2LEVEL 319fa96b57cSHuacai Chen help 320fa96b57cSHuacai Chen This option selects 64KB page size with 2 level page tables, which 321fa96b57cSHuacai Chen support a maximum of 42 bits of application virtual memory. 322fa96b57cSHuacai Chen 323fa96b57cSHuacai Chenconfig 64KB_3LEVEL 324fa96b57cSHuacai Chen bool "64KB with 3 levels" 325fa96b57cSHuacai Chen select PAGE_SIZE_64KB 326fa96b57cSHuacai Chen select PGTABLE_3LEVEL 327fa96b57cSHuacai Chen help 328fa96b57cSHuacai Chen This option selects 64KB page size with 3 level page tables, which 329fa96b57cSHuacai Chen support a maximum of 55 bits of application virtual memory. 330fa96b57cSHuacai Chen 331fa96b57cSHuacai Chenendchoice 332fa96b57cSHuacai Chen 333fa96b57cSHuacai Chenconfig CMDLINE 334fa96b57cSHuacai Chen string "Built-in kernel command line" 335fa96b57cSHuacai Chen help 336fa96b57cSHuacai Chen For most platforms, the arguments for the kernel's command line 337fa96b57cSHuacai Chen are provided at run-time, during boot. However, there are cases 338fa96b57cSHuacai Chen where either no arguments are being provided or the provided 339fa96b57cSHuacai Chen arguments are insufficient or even invalid. 340fa96b57cSHuacai Chen 341fa96b57cSHuacai Chen When that occurs, it is possible to define a built-in command 342fa96b57cSHuacai Chen line here and choose how the kernel should use it later on. 343fa96b57cSHuacai Chen 344fa96b57cSHuacai Chenchoice 345fa96b57cSHuacai Chen prompt "Kernel command line type" 346fa96b57cSHuacai Chen default CMDLINE_BOOTLOADER 347fa96b57cSHuacai Chen help 348fa96b57cSHuacai Chen Choose how the kernel will handle the provided built-in command 349fa96b57cSHuacai Chen line. 350fa96b57cSHuacai Chen 351fa96b57cSHuacai Chenconfig CMDLINE_BOOTLOADER 352fa96b57cSHuacai Chen bool "Use bootloader kernel arguments if available" 353fa96b57cSHuacai Chen help 354fa96b57cSHuacai Chen Prefer the command-line passed by the boot loader if available. 355fa96b57cSHuacai Chen Use the built-in command line as fallback in case we get nothing 356fa96b57cSHuacai Chen during boot. This is the default behaviour. 357fa96b57cSHuacai Chen 358fa96b57cSHuacai Chenconfig CMDLINE_EXTEND 359fa96b57cSHuacai Chen bool "Use built-in to extend bootloader kernel arguments" 360fa96b57cSHuacai Chen help 361fa96b57cSHuacai Chen The command-line arguments provided during boot will be 362fa96b57cSHuacai Chen appended to the built-in command line. This is useful in 363fa96b57cSHuacai Chen cases where the provided arguments are insufficient and 364fa96b57cSHuacai Chen you don't want to or cannot modify them. 365fa96b57cSHuacai Chen 366fa96b57cSHuacai Chenconfig CMDLINE_FORCE 367fa96b57cSHuacai Chen bool "Always use the built-in kernel command string" 368fa96b57cSHuacai Chen help 369fa96b57cSHuacai Chen Always use the built-in command line, even if we get one during 370fa96b57cSHuacai Chen boot. This is useful in case you need to override the provided 371fa96b57cSHuacai Chen command line on systems where you don't have or want control 372fa96b57cSHuacai Chen over it. 373fa96b57cSHuacai Chen 374fa96b57cSHuacai Chenendchoice 375fa96b57cSHuacai Chen 376fa96b57cSHuacai Chenconfig DMI 377fa96b57cSHuacai Chen bool "Enable DMI scanning" 378fa96b57cSHuacai Chen select DMI_SCAN_MACHINE_NON_EFI_FALLBACK 379fa96b57cSHuacai Chen default y 380fa96b57cSHuacai Chen help 381fa96b57cSHuacai Chen This enables SMBIOS/DMI feature for systems, and scanning of 382fa96b57cSHuacai Chen DMI to identify machine quirks. 383fa96b57cSHuacai Chen 384fa96b57cSHuacai Chenconfig EFI 385fa96b57cSHuacai Chen bool "EFI runtime service support" 386fa96b57cSHuacai Chen select UCS2_STRING 387fa96b57cSHuacai Chen select EFI_RUNTIME_WRAPPERS 388fa96b57cSHuacai Chen help 389fa96b57cSHuacai Chen This enables the kernel to use EFI runtime services that are 390fa96b57cSHuacai Chen available (such as the EFI variable services). 391fa96b57cSHuacai Chen 392ead384d9SHuacai Chenconfig EFI_STUB 393ead384d9SHuacai Chen bool "EFI boot stub support" 394ead384d9SHuacai Chen default y 395ead384d9SHuacai Chen depends on EFI 396ead384d9SHuacai Chen select EFI_GENERIC_STUB 397ead384d9SHuacai Chen help 398ead384d9SHuacai Chen This kernel feature allows the kernel to be loaded directly by 399ead384d9SHuacai Chen EFI firmware without the use of a bootloader. 400ead384d9SHuacai Chen 401f6f0c9a7SHuacai Chenconfig SCHED_SMT 402f6f0c9a7SHuacai Chen bool "SMT scheduler support" 403f6f0c9a7SHuacai Chen default y 404f6f0c9a7SHuacai Chen help 405f6f0c9a7SHuacai Chen Improves scheduler's performance when there are multiple 406f6f0c9a7SHuacai Chen threads in one physical core. 407f6f0c9a7SHuacai Chen 40846859ac8SHuacai Chenconfig SMP 40946859ac8SHuacai Chen bool "Multi-Processing support" 41046859ac8SHuacai Chen help 41146859ac8SHuacai Chen This enables support for systems with more than one CPU. If you have 41246859ac8SHuacai Chen a system with only one CPU, say N. If you have a system with more 41346859ac8SHuacai Chen than one CPU, say Y. 41446859ac8SHuacai Chen 41546859ac8SHuacai Chen If you say N here, the kernel will run on uni- and multiprocessor 41646859ac8SHuacai Chen machines, but will use only one CPU of a multiprocessor machine. If 41746859ac8SHuacai Chen you say Y here, the kernel will run on many, but not all, 41846859ac8SHuacai Chen uniprocessor machines. On a uniprocessor machine, the kernel 41946859ac8SHuacai Chen will run faster if you say N here. 42046859ac8SHuacai Chen 42146859ac8SHuacai Chen See also the SMP-HOWTO available at <http://www.tldp.org/docs.html#howto>. 42246859ac8SHuacai Chen 42346859ac8SHuacai Chen If you don't know what to do here, say N. 42446859ac8SHuacai Chen 42546859ac8SHuacai Chenconfig HOTPLUG_CPU 42646859ac8SHuacai Chen bool "Support for hot-pluggable CPUs" 42746859ac8SHuacai Chen depends on SMP 42846859ac8SHuacai Chen select GENERIC_IRQ_MIGRATION 42946859ac8SHuacai Chen help 43046859ac8SHuacai Chen Say Y here to allow turning CPUs off and on. CPUs can be 43146859ac8SHuacai Chen controlled through /sys/devices/system/cpu. 43246859ac8SHuacai Chen (Note: power management support will enable this option 43346859ac8SHuacai Chen automatically on SMP systems. ) 43446859ac8SHuacai Chen Say N if you want to disable CPU hotplug. 43546859ac8SHuacai Chen 43646859ac8SHuacai Chenconfig NR_CPUS 43746859ac8SHuacai Chen int "Maximum number of CPUs (2-256)" 43846859ac8SHuacai Chen range 2 256 43946859ac8SHuacai Chen depends on SMP 44046859ac8SHuacai Chen default "64" 44146859ac8SHuacai Chen help 44246859ac8SHuacai Chen This allows you to specify the maximum number of CPUs which this 44346859ac8SHuacai Chen kernel will support. 44446859ac8SHuacai Chen 445d4b6f156SHuacai Chenconfig NUMA 446d4b6f156SHuacai Chen bool "NUMA Support" 447255b4658SHuacai Chen select SMP 448d4b6f156SHuacai Chen select ACPI_NUMA if ACPI 449d4b6f156SHuacai Chen help 450d4b6f156SHuacai Chen Say Y to compile the kernel with NUMA (Non-Uniform Memory Access) 451d4b6f156SHuacai Chen support. This option improves performance on systems with more 452d4b6f156SHuacai Chen than one NUMA node; on single node systems it is generally better 453d4b6f156SHuacai Chen to leave it disabled. 454d4b6f156SHuacai Chen 455d4b6f156SHuacai Chenconfig NODES_SHIFT 456d4b6f156SHuacai Chen int 457d4b6f156SHuacai Chen default "6" 458d4b6f156SHuacai Chen depends on NUMA 459d4b6f156SHuacai Chen 4600192445cSZi Yanconfig ARCH_FORCE_MAX_ORDER 461fa96b57cSHuacai Chen int "Maximum zone order" 46223baf831SKirill A. Shutemov default "13" if PAGE_SIZE_64KB 46323baf831SKirill A. Shutemov default "11" if PAGE_SIZE_16KB 46423baf831SKirill A. Shutemov default "10" 465fa96b57cSHuacai Chen help 466fa96b57cSHuacai Chen The kernel memory allocator divides physically contiguous memory 467fa96b57cSHuacai Chen blocks into "zones", where each zone is a power of two number of 468fa96b57cSHuacai Chen pages. This option selects the largest power of two that the kernel 469fa96b57cSHuacai Chen keeps in the memory allocator. If you need to allocate very large 470fa96b57cSHuacai Chen blocks of physically contiguous memory, then you may need to 471fa96b57cSHuacai Chen increase this value. 472fa96b57cSHuacai Chen 473fa96b57cSHuacai Chen The page size is not necessarily 4KB. Keep this in mind 474fa96b57cSHuacai Chen when choosing a value for this option. 475fa96b57cSHuacai Chen 476d2791341SHuacai Chenconfig ARCH_IOREMAP 477d2791341SHuacai Chen bool "Enable LoongArch DMW-based ioremap()" 478d2791341SHuacai Chen help 479d2791341SHuacai Chen We use generic TLB-based ioremap() by default since it has page 480d2791341SHuacai Chen protection support. However, you can enable LoongArch DMW-based 481d2791341SHuacai Chen ioremap() for better performance. 482d2791341SHuacai Chen 48316c52e50SHuacai Chenconfig ARCH_WRITECOMBINE 48416c52e50SHuacai Chen bool "Enable WriteCombine (WUC) for ioremap()" 48516c52e50SHuacai Chen help 48616c52e50SHuacai Chen LoongArch maintains cache coherency in hardware, but when paired 48716c52e50SHuacai Chen with LS7A chipsets the WUC attribute (Weak-ordered UnCached, which 48816c52e50SHuacai Chen is similar to WriteCombine) is out of the scope of cache coherency 48916c52e50SHuacai Chen machanism for PCIe devices (this is a PCIe protocol violation, which 49016c52e50SHuacai Chen may be fixed in newer chipsets). 49116c52e50SHuacai Chen 49216c52e50SHuacai Chen This means WUC can only used for write-only memory regions now, so 49316c52e50SHuacai Chen this option is disabled by default, making WUC silently fallback to 49416c52e50SHuacai Chen SUC for ioremap(). You can enable this option if the kernel is ensured 49516c52e50SHuacai Chen to run on hardware without this bug. 49616c52e50SHuacai Chen 49716c52e50SHuacai Chen You can override this setting via writecombine=on/off boot parameter. 49816c52e50SHuacai Chen 49941596803SHuacai Chenconfig ARCH_STRICT_ALIGN 50041596803SHuacai Chen bool "Enable -mstrict-align to prevent unaligned accesses" if EXPERT 50141596803SHuacai Chen default y 50241596803SHuacai Chen help 50341596803SHuacai Chen Not all LoongArch cores support h/w unaligned access, we can use 50441596803SHuacai Chen -mstrict-align build parameter to prevent unaligned accesses. 50541596803SHuacai Chen 50641596803SHuacai Chen CPUs with h/w unaligned access support: 50741596803SHuacai Chen Loongson-2K2000/2K3000/3A5000/3C5000/3D5000. 50841596803SHuacai Chen 50941596803SHuacai Chen CPUs without h/w unaligned access support: 51041596803SHuacai Chen Loongson-2K500/2K1000. 51141596803SHuacai Chen 51241596803SHuacai Chen This option is enabled by default to make the kernel be able to run 51341596803SHuacai Chen on all LoongArch systems. But you can disable it manually if you want 51441596803SHuacai Chen to run kernel only on systems with h/w unaligned access support in 51541596803SHuacai Chen order to optimise for performance. 51641596803SHuacai Chen 51761650023SHuacai Chenconfig CPU_HAS_FPU 51861650023SHuacai Chen bool 51961650023SHuacai Chen default y 52061650023SHuacai Chen 52161650023SHuacai Chenconfig CPU_HAS_LSX 52261650023SHuacai Chen bool "Support for the Loongson SIMD Extension" 52361650023SHuacai Chen depends on AS_HAS_LSX_EXTENSION 52461650023SHuacai Chen help 52561650023SHuacai Chen Loongson SIMD Extension (LSX) introduces 128 bit wide vector registers 52661650023SHuacai Chen and a set of SIMD instructions to operate on them. When this option 52761650023SHuacai Chen is enabled the kernel will support allocating & switching LSX 52861650023SHuacai Chen vector register contexts. If you know that your kernel will only be 52961650023SHuacai Chen running on CPUs which do not support LSX or that your userland will 53061650023SHuacai Chen not be making use of it then you may wish to say N here to reduce 53161650023SHuacai Chen the size & complexity of your kernel. 53261650023SHuacai Chen 53361650023SHuacai Chen If unsure, say Y. 53461650023SHuacai Chen 53561650023SHuacai Chenconfig CPU_HAS_LASX 53661650023SHuacai Chen bool "Support for the Loongson Advanced SIMD Extension" 53761650023SHuacai Chen depends on CPU_HAS_LSX 53861650023SHuacai Chen depends on AS_HAS_LASX_EXTENSION 53961650023SHuacai Chen help 54061650023SHuacai Chen Loongson Advanced SIMD Extension (LASX) introduces 256 bit wide vector 54161650023SHuacai Chen registers and a set of SIMD instructions to operate on them. When this 54261650023SHuacai Chen option is enabled the kernel will support allocating & switching LASX 54361650023SHuacai Chen vector register contexts. If you know that your kernel will only be 54461650023SHuacai Chen running on CPUs which do not support LASX or that your userland will 54561650023SHuacai Chen not be making use of it then you may wish to say N here to reduce 54661650023SHuacai Chen the size & complexity of your kernel. 54761650023SHuacai Chen 54861650023SHuacai Chen If unsure, say Y. 54961650023SHuacai Chen 550bd3c5798SQi Huconfig CPU_HAS_LBT 551bd3c5798SQi Hu bool "Support for the Loongson Binary Translation Extension" 552bd3c5798SQi Hu depends on AS_HAS_LBT_EXTENSION 553bd3c5798SQi Hu help 554bd3c5798SQi Hu Loongson Binary Translation (LBT) introduces 4 scratch registers (SCR0 555bd3c5798SQi Hu to SCR3), x86/ARM eflags (eflags) and x87 fpu stack pointer (ftop). 556bd3c5798SQi Hu Enabling this option allows the kernel to allocate and switch registers 557bd3c5798SQi Hu specific to LBT. 558bd3c5798SQi Hu 559bd3c5798SQi Hu If you want to use this feature, such as the Loongson Architecture 560bd3c5798SQi Hu Translator (LAT), say Y. 561bd3c5798SQi Hu 56261650023SHuacai Chenconfig CPU_HAS_PREFETCH 56361650023SHuacai Chen bool 56461650023SHuacai Chen default y 56561650023SHuacai Chen 56619e6dd0bSEric DeVolderconfig ARCH_SUPPORTS_KEXEC 56719e6dd0bSEric DeVolder def_bool y 5684a03b2acSYouling Tang 56919e6dd0bSEric DeVolderconfig ARCH_SUPPORTS_CRASH_DUMP 57019e6dd0bSEric DeVolder def_bool y 5714a03b2acSYouling Tang 57219e6dd0bSEric DeVolderconfig ARCH_SELECTS_CRASH_DUMP 57319e6dd0bSEric DeVolder def_bool y 57419e6dd0bSEric DeVolder depends on CRASH_DUMP 5753f89765dSYouling Tang select RELOCATABLE 5764e62d1d8SYouling Tang 577d8da19fbSYouling Tangconfig RELOCATABLE 578d8da19fbSYouling Tang bool "Relocatable kernel" 579d8da19fbSYouling Tang help 580d8da19fbSYouling Tang This builds the kernel as a Position Independent Executable (PIE), 581d8da19fbSYouling Tang which retains all relocation metadata required, so as to relocate 582d8da19fbSYouling Tang the kernel binary at runtime to a different virtual address from 583d8da19fbSYouling Tang its link address. 584d8da19fbSYouling Tang 585e5f02b51SYouling Tangconfig RANDOMIZE_BASE 586e5f02b51SYouling Tang bool "Randomize the address of the kernel (KASLR)" 587e5f02b51SYouling Tang depends on RELOCATABLE 588e5f02b51SYouling Tang help 589e5f02b51SYouling Tang Randomizes the physical and virtual address at which the 590e5f02b51SYouling Tang kernel image is loaded, as a security feature that 591e5f02b51SYouling Tang deters exploit attempts relying on knowledge of the location 592e5f02b51SYouling Tang of kernel internals. 593e5f02b51SYouling Tang 594e5f02b51SYouling Tang The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET. 595e5f02b51SYouling Tang 596e5f02b51SYouling Tang If unsure, say N. 597e5f02b51SYouling Tang 598e5f02b51SYouling Tangconfig RANDOMIZE_BASE_MAX_OFFSET 599e5f02b51SYouling Tang hex "Maximum KASLR offset" if EXPERT 600e5f02b51SYouling Tang depends on RANDOMIZE_BASE 601e5f02b51SYouling Tang range 0x0 0x10000000 602e5f02b51SYouling Tang default "0x01000000" 603e5f02b51SYouling Tang help 604e5f02b51SYouling Tang When KASLR is active, this provides the maximum offset that will 605e5f02b51SYouling Tang be applied to the kernel image. It should be set according to the 606e5f02b51SYouling Tang amount of physical RAM available in the target system. 607e5f02b51SYouling Tang 608e5f02b51SYouling Tang This is limited by the size of the lower address memory, 256MB. 609e5f02b51SYouling Tang 610fa96b57cSHuacai Chenconfig SECCOMP 611fa96b57cSHuacai Chen bool "Enable seccomp to safely compute untrusted bytecode" 612fa96b57cSHuacai Chen depends on PROC_FS 613fa96b57cSHuacai Chen default y 614fa96b57cSHuacai Chen help 615fa96b57cSHuacai Chen This kernel feature is useful for number crunching applications 616fa96b57cSHuacai Chen that may need to compute untrusted bytecode during their 617fa96b57cSHuacai Chen execution. By using pipes or other transports made available to 618fa96b57cSHuacai Chen the process as file descriptors supporting the read/write 619fa96b57cSHuacai Chen syscalls, it's possible to isolate those applications in 620fa96b57cSHuacai Chen their own address space using seccomp. Once seccomp is 621fa96b57cSHuacai Chen enabled via /proc/<pid>/seccomp, it cannot be disabled 622fa96b57cSHuacai Chen and the task is only allowed to execute a few safe syscalls 623fa96b57cSHuacai Chen defined by each seccomp mode. 624fa96b57cSHuacai Chen 625fa96b57cSHuacai Chen If unsure, say Y. Only embedded should say N here. 626fa96b57cSHuacai Chen 627fa96b57cSHuacai Chenendmenu 628fa96b57cSHuacai Chen 629fa96b57cSHuacai Chenconfig ARCH_SELECT_MEMORY_MODEL 630fa96b57cSHuacai Chen def_bool y 631fa96b57cSHuacai Chen 632fa96b57cSHuacai Chenconfig ARCH_FLATMEM_ENABLE 633fa96b57cSHuacai Chen def_bool y 634d4b6f156SHuacai Chen depends on !NUMA 635fa96b57cSHuacai Chen 636fa96b57cSHuacai Chenconfig ARCH_SPARSEMEM_ENABLE 637fa96b57cSHuacai Chen def_bool y 6387b09f5afSFeiyang Chen select SPARSEMEM_VMEMMAP_ENABLE 639fa96b57cSHuacai Chen help 640fa96b57cSHuacai Chen Say Y to support efficient handling of sparse physical memory, 641fa96b57cSHuacai Chen for architectures which are either NUMA (Non-Uniform Memory Access) 642fa96b57cSHuacai Chen or have huge holes in the physical address space for other reasons. 643ee65728eSMike Rapoport See <file:Documentation/mm/numa.rst> for more. 644fa96b57cSHuacai Chen 645fa96b57cSHuacai Chenconfig ARCH_ENABLE_THP_MIGRATION 646fa96b57cSHuacai Chen def_bool y 647fa96b57cSHuacai Chen depends on TRANSPARENT_HUGEPAGE 648fa96b57cSHuacai Chen 649fa96b57cSHuacai Chenconfig ARCH_MEMORY_PROBE 650fa96b57cSHuacai Chen def_bool y 651fa96b57cSHuacai Chen depends on MEMORY_HOTPLUG 652fa96b57cSHuacai Chen 653fa96b57cSHuacai Chenconfig MMU 654fa96b57cSHuacai Chen bool 655fa96b57cSHuacai Chen default y 656fa96b57cSHuacai Chen 657fa96b57cSHuacai Chenconfig ARCH_MMAP_RND_BITS_MIN 658fa96b57cSHuacai Chen default 12 659fa96b57cSHuacai Chen 660fa96b57cSHuacai Chenconfig ARCH_MMAP_RND_BITS_MAX 661fa96b57cSHuacai Chen default 18 662fa96b57cSHuacai Chen 66319bc6cb6STiezhu Yangconfig ARCH_SUPPORTS_UPROBES 66419bc6cb6STiezhu Yang def_bool y 66519bc6cb6STiezhu Yang 6665aa4ac64SQing Zhangconfig KASAN_SHADOW_OFFSET 6675aa4ac64SQing Zhang hex 6685aa4ac64SQing Zhang default 0x0 6695aa4ac64SQing Zhang depends on KASAN 6705aa4ac64SQing Zhang 671fa96b57cSHuacai Chenmenu "Power management options" 672fa96b57cSHuacai Chen 673366bb35aSHuacai Chenconfig ARCH_SUSPEND_POSSIBLE 674366bb35aSHuacai Chen def_bool y 675366bb35aSHuacai Chen 6767db54bfeSHuacai Chenconfig ARCH_HIBERNATION_POSSIBLE 6777db54bfeSHuacai Chen def_bool y 6787db54bfeSHuacai Chen 679366bb35aSHuacai Chensource "kernel/power/Kconfig" 680fa96b57cSHuacai Chensource "drivers/acpi/Kconfig" 681fa96b57cSHuacai Chen 682fa96b57cSHuacai Chenendmenu 683*c1fc48aaSTianrui Zhao 684*c1fc48aaSTianrui Zhaosource "arch/loongarch/kvm/Kconfig" 685