1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvaldsconfig MMU 361d48c2cSMartin Schwidefsky def_bool y 41da177e4SLinus Torvalds 52fd92273SHeiko Carstensconfig CPU_BIG_ENDIAN 62fd92273SHeiko Carstens def_bool y 72fd92273SHeiko Carstens 82b105ff9SIngo Molnarconfig LOCKDEP_SUPPORT 961d48c2cSMartin Schwidefsky def_bool y 102b105ff9SIngo Molnar 115bdc9b44SHeiko Carstensconfig STACKTRACE_SUPPORT 1261d48c2cSMartin Schwidefsky def_bool y 135bdc9b44SHeiko Carstens 14f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32 156f9a3c33SMartin Schwidefsky def_bool n 16f0d1b0b3SDavid Howells 17f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64 186f9a3c33SMartin Schwidefsky def_bool n 19f0d1b0b3SDavid Howells 203bb11234SAlexander Gordeevconfig ARCH_PROC_KCORE_TEXT 213bb11234SAlexander Gordeev def_bool y 223bb11234SAlexander Gordeev 237e33db4eSAkinobu Mitaconfig GENERIC_HWEIGHT 247c679286SHeiko Carstens def_bool !HAVE_MARCH_Z196_FEATURES 257e33db4eSAkinobu Mita 26c0007f1aSHeiko Carstensconfig GENERIC_BUG 276f9a3c33SMartin Schwidefsky def_bool y if BUG 28c0007f1aSHeiko Carstens 2952499f40SHeiko Carstensconfig GENERIC_BUG_RELATIVE_POINTERS 3052499f40SHeiko Carstens def_bool y 3152499f40SHeiko Carstens 32b6b40c53SMartin Schwidefskyconfig GENERIC_LOCKBREAK 33114b9df4SEric Farman def_bool y if PREEMPTION 34b6b40c53SMartin Schwidefsky 35402b0862SCarsten Otteconfig PGSTE 366f9a3c33SMartin Schwidefsky def_bool y if KVM 37402b0862SCarsten Otte 38843c48fdSJan Glauberconfig AUDIT_ARCH 39843c48fdSJan Glauber def_bool y 40843c48fdSJan Glauber 41ce816fa8SUwe Kleine-Königconfig NO_IOPORT_MAP 42c8717a3dSJan Glauber def_bool y 43c8717a3dSJan Glauber 442a0a5b22SJan Willekeconfig ARCH_SUPPORTS_UPROBES 455a79859aSHeiko Carstens def_bool y 462a0a5b22SJan Willeke 475e785963SVasily Gorbikconfig KASAN_SHADOW_OFFSET 485e785963SVasily Gorbik hex 495e785963SVasily Gorbik depends on KASAN 509a39abb7SVasily Gorbik default 0x1C000000000000 515e785963SVasily Gorbik 52579a6633SHeiko Carstensconfig CC_ASM_FLAG_OUTPUT_BROKEN 53e7583c5fSHeiko Carstens def_bool CC_IS_GCC && GCC_VERSION < 140200 54e7583c5fSHeiko Carstens help 55e7583c5fSHeiko Carstens GCC versions before 14.2.0 may die with an internal 56e7583c5fSHeiko Carstens compiler error in some configurations if flag output 57e7583c5fSHeiko Carstens operands are used within inline assemblies. 58e7583c5fSHeiko Carstens 59f340d270SHeiko Carstensconfig CC_HAS_ASM_AOR_FORMAT_FLAGS 60f340d270SHeiko Carstens def_bool !(CC_IS_CLANG && CLANG_VERSION < 190100) 61f340d270SHeiko Carstens help 62f340d270SHeiko Carstens Clang versions before 19.1.0 do not support A, 63f340d270SHeiko Carstens O, and R inline assembly format flags. 64f340d270SHeiko Carstens 65347a8dc3SMartin Schwidefskyconfig S390 6661d48c2cSMartin Schwidefsky def_bool y 67129975e7SHeiko Carstens # 68129975e7SHeiko Carstens # Note: keep this list sorted alphabetically 69129975e7SHeiko Carstens # 70129975e7SHeiko Carstens imply IMA_SECURE_AND_OR_TRUSTED_BOOT 7112700c17SArnd Bergmann select ALTERNATE_USER_ADDRESS_SPACE 7296c0a6a7SHeiko Carstens select ARCH_32BIT_USTAT_F_TINODE 73708b1376SVasily Gorbik select ARCH_CORRECT_STACKTRACE_ON_KRETPROBE 7491024b3cSAnshuman Khandual select ARCH_ENABLE_MEMORY_HOTPLUG if SPARSEMEM 7591024b3cSAnshuman Khandual select ARCH_ENABLE_MEMORY_HOTREMOVE 76cebc774fSAnshuman Khandual select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2 7710dd5a00SGerald Schaefer select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE 783bcc8a1aSHeiko Carstens select ARCH_HAS_CPU_FINALIZE_INIT 792792d84eSKees Cook select ARCH_HAS_CURRENT_STACK_POINTER 805f58bde7SHeiko Carstens select ARCH_HAS_DEBUG_VIRTUAL 81399145f9SAnshuman Khandual select ARCH_HAS_DEBUG_VM_PGTABLE 8208c8e685SHeiko Carstens select ARCH_HAS_DEBUG_WX 8321266be9SDan Williams select ARCH_HAS_DEVMEM_IS_ALLOWED 84de6c85bfSChristoph Hellwig select ARCH_HAS_DMA_OPS if PCI 852b68f6caSKees Cook select ARCH_HAS_ELF_RANDOMIZE 86129975e7SHeiko Carstens select ARCH_HAS_FORCE_DMA_UNENCRYPTED 8779962038SHeiko Carstens select ARCH_HAS_FORTIFY_SOURCE 88957e3facSRiku Voipio select ARCH_HAS_GCOV_PROFILE_ALL 894eb0716eSAlexandre Ghiti select ARCH_HAS_GIGANTIC_PAGE 90907fa061SHeiko Carstens select ARCH_HAS_KCOV 91e7615c92SHeiko Carstens select ARCH_HAS_MEMBARRIER_SYNC_CORE 920c9c1d56SThiago Jung Bauermann select ARCH_HAS_MEM_ENCRYPT 9385bf3785SPaul E. McKenney select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS 949de3e4bfSHeiko Carstens select ARCH_HAS_PREEMPT_LAZY 95f9aad622SAnshuman Khandual select ARCH_HAS_PTDUMP 963010a5eaSLaurent Dufour select ARCH_HAS_PTE_SPECIAL 97129975e7SHeiko Carstens select ARCH_HAS_SCALED_CPUTIME 980490d6d7SHeiko Carstens select ARCH_HAS_SET_DIRECT_MAP 99d2852a22SDaniel Borkmann select ARCH_HAS_SET_MEMORY 100ad21fc4fSLaura Abbott select ARCH_HAS_STRICT_KERNEL_RWX 101ad21fc4fSLaura Abbott select ARCH_HAS_STRICT_MODULE_RWX 102aa0d6e70SArnd Bergmann select ARCH_HAS_SYSCALL_WRAPPER 103918327e9SKees Cook select ARCH_HAS_UBSAN 104a812eee0SNam Cao select ARCH_HAS_VDSO_TIME_DATA 1050e0d04a8SHeiko Carstens select ARCH_HAVE_NMI_SAFE_CMPXCHG 106ccb0aa03SSteffen Maier select ARCH_HAVE_TRACE_MMIO_ACCESS 1076beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK 1086beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_BH 1096beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_IRQ 1106beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_IRQSAVE 1110e0d04a8SHeiko Carstens select ARCH_INLINE_READ_TRYLOCK 1126beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK 1136beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_BH 1146beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_IRQ 1156beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_IRQRESTORE 1160e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK 1170e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_BH 1180e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_IRQ 1190e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_IRQSAVE 1200e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_TRYLOCK 1210e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_TRYLOCK_BH 1220e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK 1230e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_BH 1240e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_IRQ 1250e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE 1266beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK 1276beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_BH 1286beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_IRQ 1296beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_IRQSAVE 1300e0d04a8SHeiko Carstens select ARCH_INLINE_WRITE_TRYLOCK 1316beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK 1326beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_BH 1336beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_IRQ 1346beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE 1359eda317cSSumanth Korikkar select ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE 13659b5ed40SHao Ge select ARCH_MODULE_NEEDS_WEAK_PER_CPU 137e991e5bbSVasily Gorbik select ARCH_STACKWALK 13836e7fdaaSChristian Borntraeger select ARCH_SUPPORTS_ATOMIC_RMW 1395d6ad668SMike Rapoport select ARCH_SUPPORTS_DEBUG_PAGEALLOC 140bb9c14adSDavid Hildenbrand select ARCH_SUPPORTS_HUGETLBFS 141fbac266fSHeiko Carstens select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && CC_IS_CLANG 14224e3f9fbSHeiko Carstens select ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS 143a763bc8bSPhilipp Hachtmann select ARCH_SUPPORTS_NUMA_BALANCING 144e06f47a1SHeiko Carstens select ARCH_SUPPORTS_PER_VMA_LOCK 145295d8fa9SChristian Borntraeger select ARCH_USE_BUILTIN_BSWAP 146efc1d23bSHeiko Carstens select ARCH_USE_CMPXCHG_LOCKREF 147ccf7c3fbSHeiko Carstens select ARCH_USE_SYM_ANNOTATIONS 14851c2ee6dSNick Desaulniers select ARCH_WANTS_NO_INSTR 149d2abfbe4SHeiko Carstens select ARCH_WANT_DEFAULT_BPF_JIT 1506ca6b581SHeiko Carstens select ARCH_WANT_IPC_PARSE_VERSION 151fe201641SHeiko Carstens select ARCH_WANT_IRQS_OFF_ACTIVATE_MM 1522f0584f3SRick Edgecombe select ARCH_WANT_KERNEL_PMD_MKWRITE 153acb7c202SNathan Chancellor select ARCH_WANT_LD_ORPHAN_WARN 1540b6f1582SAneesh Kumar K.V select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP 15510dd5a00SGerald Schaefer select ARCH_WANTS_THP_SWAP 15610916706SShile Zhang select BUILDTIME_TABLE_SORT 1570e0d04a8SHeiko Carstens select CLONE_BACKWARDS2 158802ba53eSHeiko Carstens select DCACHE_WORD_ACCESS if !KMSAN 1595d6a0163SHeiko Carstens select DYNAMIC_FTRACE if FUNCTION_TRACER 1606ef55060SHeiko Carstens select FUNCTION_ALIGNMENT_8B if CC_IS_GCC 1616ef55060SHeiko Carstens select FUNCTION_ALIGNMENT_16B if !CC_IS_GCC 162129975e7SHeiko Carstens select GENERIC_ALLOCATOR 1634a39f12eSSven Schnelle select GENERIC_CPU_DEVICES 1648f00b3e2SHendrik Brueckner select GENERIC_CPU_AUTOPROBE 165d424986fSMartin Schwidefsky select GENERIC_CPU_VULNERABILITIES 16656e62a73SSven Schnelle select GENERIC_ENTRY 1674bff8cb5SSven Schnelle select GENERIC_GETTIMEOFDAY 168e80e7813SThomas Gleixner select GENERIC_SMP_IDLE_THREAD 16979c74ecbSMartin Schwidefsky select GENERIC_TIME_VSYSCALL 1709bf39a65SThomas Weißschuh select GENERIC_VDSO_DATA_STORE 171eeab78b0SHeiko Carstens select GENERIC_VDSO_TIME_NS 172b43b3fffSBaoquan He select GENERIC_IOREMAP if PCI 1732a19be61SVlastimil Babka select HAVE_ALIGNED_STRUCT_PAGE 1747a017721SAKASHI Takahiro select HAVE_ARCH_AUDITSYSCALL 1755a79859aSHeiko Carstens select HAVE_ARCH_JUMP_LABEL 17613ddb52cSHeiko Carstens select HAVE_ARCH_JUMP_LABEL_RELATIVE 17742db5ed8SVasily Gorbik select HAVE_ARCH_KASAN 1783e39ce26SVasily Gorbik select HAVE_ARCH_KASAN_VMALLOC 179e37b3dd0SIlya Leoshkevich select HAVE_ARCH_KCSAN 1803a8f6f3bSIlya Leoshkevich select HAVE_ARCH_KMSAN 181e41ba111SSven Schnelle select HAVE_ARCH_KFENCE 18257fbad15SKees Cook select HAVE_ARCH_KSTACK_ERASE 183bae1cd36SSven Schnelle select HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET 184c63cb468SHeiko Carstens select HAVE_ARCH_SECCOMP_FILTER 1855614dd92SMartin Schwidefsky select HAVE_ARCH_SOFT_DIRTY 1860e0d04a8SHeiko Carstens select HAVE_ARCH_TRACEHOOK 1875a79859aSHeiko Carstens select HAVE_ARCH_TRANSPARENT_HUGEPAGE 188ce3dc447SMartin Schwidefsky select HAVE_ARCH_VMAP_STACK 1892ff2b7ecSMasahiro Yamada select HAVE_ASM_MODVERSIONS 190fa151887SHeiko Carstens select HAVE_BUILDTIME_MCOUNT_SORT 1910e0d04a8SHeiko Carstens select HAVE_CMPXCHG_DOUBLE 1920e0d04a8SHeiko Carstens select HAVE_CMPXCHG_LOCAL 1930e0d04a8SHeiko Carstens select HAVE_DEBUG_KMEMLEAK 194e1231b0eSHeiko Carstens select HAVE_DMA_CONTIGUOUS 1955a79859aSHeiko Carstens select HAVE_DYNAMIC_FTRACE 1965740a7c7SHeiko Carstens select HAVE_DYNAMIC_FTRACE_WITH_ARGS 197762abbc0SMasami Hiramatsu (Google) select HAVE_FTRACE_REGS_HAVING_PT_REGS 1982ab3a0a9SHeiko Carstens select HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS 1995a79859aSHeiko Carstens select HAVE_DYNAMIC_FTRACE_WITH_REGS 20042b01a55SVasily Gorbik select HAVE_EBPF_JIT if HAVE_MARCH_Z196_FEATURES 2019078a549SChristian Borntraeger select HAVE_EFFICIENT_UNALIGNED_ACCESS 20225176ad0SDavid Hildenbrand select HAVE_GUP_FAST 203d983c89cSVasily Gorbik select HAVE_FENTRY 2047495e179SSven Schnelle select HAVE_FTRACE_GRAPH_FUNC 205a30b5b03SHeiko Carstens select HAVE_FUNCTION_ARG_ACCESS_API 20673d6eb48SIlya Leoshkevich select HAVE_FUNCTION_ERROR_INJECTION 207a3ed4157SMasami Hiramatsu (Google) select HAVE_FUNCTION_GRAPH_FREGS 2085a79859aSHeiko Carstens select HAVE_FUNCTION_GRAPH_TRACER 2095a79859aSHeiko Carstens select HAVE_FUNCTION_TRACER 210bc00b3ecSHeiko Carstens select HAVE_GCC_PLUGINS 2114bff8cb5SSven Schnelle select HAVE_GENERIC_VDSO 212d460bb6cSNiklas Schnelle select HAVE_IOREMAP_PROT if PCI 2130e0d04a8SHeiko Carstens select HAVE_KERNEL_BZIP2 2140e0d04a8SHeiko Carstens select HAVE_KERNEL_GZIP 2158e2872ceSHeiko Carstens select HAVE_KERNEL_LZ4 2160e0d04a8SHeiko Carstens select HAVE_KERNEL_LZMA 2170e0d04a8SHeiko Carstens select HAVE_KERNEL_LZO 21889b5202eSVasily Gorbik select HAVE_KERNEL_UNCOMPRESSED 2190e0d04a8SHeiko Carstens select HAVE_KERNEL_XZ 2207b034d9cSDimitri John Ledkov select HAVE_KERNEL_ZSTD 2210e0d04a8SHeiko Carstens select HAVE_KPROBES 222657480d9SSven Schnelle select HAVE_KPROBES_ON_FTRACE 2230e0d04a8SHeiko Carstens select HAVE_KRETPROBES 22421042d43SJiri Slaby select HAVE_LIVEPATCH 22550be6345SPhilipp Hachtmann select HAVE_MEMBLOCK_PHYS_MAP 226786d35d4SDavid Howells select HAVE_MOD_ARCH_SPECIFIC 227129975e7SHeiko Carstens select HAVE_NMI 228d983c89cSVasily Gorbik select HAVE_NOP_MCOUNT 2295394f1e9SArnd Bergmann select HAVE_PAGE_SIZE_4KB 230eb01d42aSChristoph Hellwig select HAVE_PCI 2310e0d04a8SHeiko Carstens select HAVE_PERF_EVENTS 232129975e7SHeiko Carstens select HAVE_PERF_REGS 233129975e7SHeiko Carstens select HAVE_PERF_USER_STACK_DUMP 234b5f46348SHeiko Carstens select HAVE_PREEMPT_DYNAMIC_KEY 2350e0d04a8SHeiko Carstens select HAVE_REGS_AND_STACK_ACCESS_API 236aa137a6dSMiroslav Benes select HAVE_RELIABLE_STACKTRACE 2376ca6b581SHeiko Carstens select HAVE_RETHOOK 2389d6d99e3SHeiko Carstens select HAVE_RSEQ 2391254cfbcSHeiko Carstens select HAVE_SAMPLE_FTRACE_DIRECT 240890e3dc8SHeiko Carstens select HAVE_SAMPLE_FTRACE_DIRECT_MULTI 241254b2fd0SHeiko Carstens select HAVE_SETUP_PER_CPU_AREA 242cd1a41ceSThomas Gleixner select HAVE_SOFTIRQ_ON_OWN_STACK 2430e0d04a8SHeiko Carstens select HAVE_SYSCALL_TRACEPOINTS 2440e0d04a8SHeiko Carstens select HAVE_VIRT_CPU_ACCOUNTING 2452b91ec9fSFrederic Weisbecker select HAVE_VIRT_CPU_ACCOUNTING_IDLE 2461018424aSHeiko Carstens select HOTPLUG_SMT 247eb01d42aSChristoph Hellwig select IOMMU_HELPER if PCI 248eb01d42aSChristoph Hellwig select IOMMU_SUPPORT if PCI 249e7256acaSHeiko Carstens select KASAN_VMALLOC if KASAN 25057d1da4fSHeiko Carstens select LOCK_MM_AND_FIND_VMA 2516ca6b581SHeiko Carstens select MMU_GATHER_MERGE_VMAS 252129975e7SHeiko Carstens select MMU_GATHER_NO_GATHER 253129975e7SHeiko Carstens select MMU_GATHER_RCU_TABLE_FREE 254786d35d4SDavid Howells select MODULES_USE_ELF_RELA 255eb01d42aSChristoph Hellwig select NEED_DMA_MAP_STATE if PCI 256254b2fd0SHeiko Carstens select NEED_PER_CPU_EMBED_FIRST_CHUNK 257212c3a85SDavid Hildenbrand select NEED_PROC_VMCORE_DEVICE_RAM if PROC_VMCORE 258eb01d42aSChristoph Hellwig select NEED_SG_DMA_LENGTH if PCI 2597eddd99cSAl Viro select OLD_SIGACTION 26093bead43SHeiko Carstens select OLD_SIGSUSPEND3 2612eac9c2dSChristoph Hellwig select PCI_DOMAINS if PCI 262eb01d42aSChristoph Hellwig select PCI_MSI if PCI 263981aa1d3SThomas Gleixner select PCI_MSI_ARCH_FALLBACKS if PCI_MSI 264aa9f168dSNiklas Schnelle select PCI_QUIRKS if PCI 265bb98f396SSebastian Ott select SPARSE_IRQ 266129975e7SHeiko Carstens select SWIOTLB 2670e0d04a8SHeiko Carstens select SYSCTL_EXCEPTION_TRACE 268d5c352cdSHeiko Carstens select THREAD_INFO_IN_TASK 2694aae683fSMasahiro Yamada select TRACE_IRQFLAGS_SUPPORT 2700563416bSJosh Triplett select TTY 271aa44433aSHeiko Carstens select USER_STACKTRACE_SUPPORT 272b920aa77SHeiko Carstens select VDSO_GETRANDOM 2730e0d04a8SHeiko Carstens select VIRT_CPU_ACCOUNTING 27427939d6cSHeiko Carstens select VMAP_STACK 27563703f37SKefeng Wang select ZONE_DMA 276129975e7SHeiko Carstens # Note: keep the above list sorted alphabetically 2771da177e4SLinus Torvalds 278fca3e357SMartin Schwidefskyconfig SCHED_OMIT_FRAME_POINTER 2796f9a3c33SMartin Schwidefsky def_bool y 280fca3e357SMartin Schwidefsky 281c81956c9SKirill A. Shutemovconfig PGTABLE_LEVELS 282c81956c9SKirill A. Shutemov int 2831aea9b3fSMartin Schwidefsky default 5 284c81956c9SKirill A. Shutemov 28521042d43SJiri Slabysource "kernel/livepatch/Kconfig" 28621042d43SJiri Slaby 28775239cf7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC 28875239cf7SEric DeVolder def_bool y 28975239cf7SEric DeVolder 29075239cf7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC_FILE 291c1ad12eeSArnd Bergmann def_bool y 29275239cf7SEric DeVolder 29375239cf7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC_SIG 29475239cf7SEric DeVolder def_bool MODULE_SIG_FORMAT 29575239cf7SEric DeVolder 296e6265fe7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC_PURGATORY 297c1ad12eeSArnd Bergmann def_bool y 29875239cf7SEric DeVolder 29975239cf7SEric DeVolderconfig ARCH_SUPPORTS_CRASH_DUMP 30075239cf7SEric DeVolder def_bool y 30175239cf7SEric DeVolder help 302d68b4b6fSLinus Torvalds Refer to <file:Documentation/arch/s390/zfcpdump.rst> for more details on this. 30375239cf7SEric DeVolder This option also enables s390 zfcpdump. 304d68b4b6fSLinus Torvalds See also <file:Documentation/arch/s390/zfcpdump.rst> 30575239cf7SEric DeVolder 30631daa343SDave Vasilevskyconfig ARCH_DEFAULT_CRASH_DUMP 30731daa343SDave Vasilevsky def_bool y 30831daa343SDave Vasilevsky 309843c48fdSJan Glaubermenu "Processor type and features" 3101da177e4SLinus Torvalds 311843c48fdSJan Glauberconfig HAVE_MARCH_Z10_FEATURES 312843c48fdSJan Glauber def_bool n 313843c48fdSJan Glauber 314843c48fdSJan Glauberconfig HAVE_MARCH_Z196_FEATURES 315843c48fdSJan Glauber def_bool n 316843c48fdSJan Glauber select HAVE_MARCH_Z10_FEATURES 317843c48fdSJan Glauber 318991c1505SHeiko Carstensconfig HAVE_MARCH_ZEC12_FEATURES 319991c1505SHeiko Carstens def_bool n 320991c1505SHeiko Carstens select HAVE_MARCH_Z196_FEATURES 321991c1505SHeiko Carstens 322f8b2dcbdSMartin Schwidefskyconfig HAVE_MARCH_Z13_FEATURES 323f8b2dcbdSMartin Schwidefsky def_bool n 324f8b2dcbdSMartin Schwidefsky select HAVE_MARCH_ZEC12_FEATURES 325f8b2dcbdSMartin Schwidefsky 3266997c323SMartin Schwidefskyconfig HAVE_MARCH_Z14_FEATURES 3276997c323SMartin Schwidefsky def_bool n 3286997c323SMartin Schwidefsky select HAVE_MARCH_Z13_FEATURES 3296997c323SMartin Schwidefsky 330a0e22511SMartin Schwidefskyconfig HAVE_MARCH_Z15_FEATURES 331a0e22511SMartin Schwidefsky def_bool n 332a0e22511SMartin Schwidefsky select HAVE_MARCH_Z14_FEATURES 333a0e22511SMartin Schwidefsky 334e69a7ff8SHeiko Carstensconfig HAVE_MARCH_Z16_FEATURES 335e69a7ff8SHeiko Carstens def_bool n 336e69a7ff8SHeiko Carstens select HAVE_MARCH_Z15_FEATURES 337e69a7ff8SHeiko Carstens 338c51ea988SVasily Gorbikconfig HAVE_MARCH_Z17_FEATURES 339c51ea988SVasily Gorbik def_bool n 340c51ea988SVasily Gorbik select HAVE_MARCH_Z16_FEATURES 341c51ea988SVasily Gorbik 342843c48fdSJan Glauberchoice 343843c48fdSJan Glauber prompt "Processor type" 3447072276eSMartin Schwidefsky default MARCH_Z196 345843c48fdSJan Glauber 346843c48fdSJan Glauberconfig MARCH_Z10 347843c48fdSJan Glauber bool "IBM System z10" 3485a79859aSHeiko Carstens select HAVE_MARCH_Z10_FEATURES 3495474080aSHeiko Carstens depends on $(cc-option,-march=z10) 350843c48fdSJan Glauber help 3514efd417fSVasily Gorbik Select this to enable optimizations for IBM System z10 (2097 and 2098 3524efd417fSVasily Gorbik series). This is the oldest machine generation currently supported. 353843c48fdSJan Glauber 354843c48fdSJan Glauberconfig MARCH_Z196 355843c48fdSJan Glauber bool "IBM zEnterprise 114 and 196" 3565a79859aSHeiko Carstens select HAVE_MARCH_Z196_FEATURES 3575474080aSHeiko Carstens depends on $(cc-option,-march=z196) 358843c48fdSJan Glauber help 359843c48fdSJan Glauber Select this to enable optimizations for IBM zEnterprise 114 and 196 360843c48fdSJan Glauber (2818 and 2817 series). The kernel will be slightly faster but will 361843c48fdSJan Glauber not work on older machines. 362843c48fdSJan Glauber 363991c1505SHeiko Carstensconfig MARCH_ZEC12 36459471227SHeiko Carstens bool "IBM zBC12 and zEC12" 3655a79859aSHeiko Carstens select HAVE_MARCH_ZEC12_FEATURES 3665474080aSHeiko Carstens depends on $(cc-option,-march=zEC12) 367991c1505SHeiko Carstens help 36859471227SHeiko Carstens Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and 36959471227SHeiko Carstens 2827 series). The kernel will be slightly faster but will not work on 37059471227SHeiko Carstens older machines. 371991c1505SHeiko Carstens 372f8b2dcbdSMartin Schwidefskyconfig MARCH_Z13 373bb3aa614SHeiko Carstens bool "IBM z13s and z13" 3745a79859aSHeiko Carstens select HAVE_MARCH_Z13_FEATURES 3755474080aSHeiko Carstens depends on $(cc-option,-march=z13) 376f8b2dcbdSMartin Schwidefsky help 377bb3aa614SHeiko Carstens Select this to enable optimizations for IBM z13s and z13 (2965 and 378bb3aa614SHeiko Carstens 2964 series). The kernel will be slightly faster but will not work on 379bb3aa614SHeiko Carstens older machines. 380f8b2dcbdSMartin Schwidefsky 3816997c323SMartin Schwidefskyconfig MARCH_Z14 382451239ebSHeiko Carstens bool "IBM z14 ZR1 and z14" 3836997c323SMartin Schwidefsky select HAVE_MARCH_Z14_FEATURES 3845474080aSHeiko Carstens depends on $(cc-option,-march=z14) 3856997c323SMartin Schwidefsky help 386451239ebSHeiko Carstens Select this to enable optimizations for IBM z14 ZR1 and z14 (3907 387451239ebSHeiko Carstens and 3906 series). The kernel will be slightly faster but will not 388451239ebSHeiko Carstens work on older machines. 3896997c323SMartin Schwidefsky 390a0e22511SMartin Schwidefskyconfig MARCH_Z15 391a0e22511SMartin Schwidefsky bool "IBM z15" 392a0e22511SMartin Schwidefsky select HAVE_MARCH_Z15_FEATURES 3935474080aSHeiko Carstens depends on $(cc-option,-march=z15) 394a0e22511SMartin Schwidefsky help 395a0e22511SMartin Schwidefsky Select this to enable optimizations for IBM z15 (8562 396a0e22511SMartin Schwidefsky and 8561 series). The kernel will be slightly faster but will not 397a0e22511SMartin Schwidefsky work on older machines. 398a0e22511SMartin Schwidefsky 399e69a7ff8SHeiko Carstensconfig MARCH_Z16 400e69a7ff8SHeiko Carstens bool "IBM z16" 401e69a7ff8SHeiko Carstens select HAVE_MARCH_Z16_FEATURES 402e69a7ff8SHeiko Carstens depends on $(cc-option,-march=z16) 403e69a7ff8SHeiko Carstens help 404e69a7ff8SHeiko Carstens Select this to enable optimizations for IBM z16 (3931 and 405e69a7ff8SHeiko Carstens 3932 series). 406e69a7ff8SHeiko Carstens 407c51ea988SVasily Gorbikconfig MARCH_Z17 408c51ea988SVasily Gorbik bool "IBM z17" 409c51ea988SVasily Gorbik select HAVE_MARCH_Z17_FEATURES 410c51ea988SVasily Gorbik depends on $(cc-option,-march=z17) 411c51ea988SVasily Gorbik help 412c51ea988SVasily Gorbik Select this to enable optimizations for IBM z17 (9175 and 413c51ea988SVasily Gorbik 9176 series). 414c51ea988SVasily Gorbik 415843c48fdSJan Glauberendchoice 4161da177e4SLinus Torvalds 4171db9e051SHeiko Carstensconfig MARCH_Z10_TUNE 4181db9e051SHeiko Carstens def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT 4191db9e051SHeiko Carstens 4201db9e051SHeiko Carstensconfig MARCH_Z196_TUNE 4211db9e051SHeiko Carstens def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT 4221db9e051SHeiko Carstens 4231db9e051SHeiko Carstensconfig MARCH_ZEC12_TUNE 4241db9e051SHeiko Carstens def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT 4251db9e051SHeiko Carstens 426f8b2dcbdSMartin Schwidefskyconfig MARCH_Z13_TUNE 427f8b2dcbdSMartin Schwidefsky def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT 428f8b2dcbdSMartin Schwidefsky 4296997c323SMartin Schwidefskyconfig MARCH_Z14_TUNE 4306997c323SMartin Schwidefsky def_bool TUNE_Z14 || MARCH_Z14 && TUNE_DEFAULT 4316997c323SMartin Schwidefsky 432a0e22511SMartin Schwidefskyconfig MARCH_Z15_TUNE 433a0e22511SMartin Schwidefsky def_bool TUNE_Z15 || MARCH_Z15 && TUNE_DEFAULT 434a0e22511SMartin Schwidefsky 435e69a7ff8SHeiko Carstensconfig MARCH_Z16_TUNE 436e69a7ff8SHeiko Carstens def_bool TUNE_Z16 || MARCH_Z16 && TUNE_DEFAULT 437e69a7ff8SHeiko Carstens 438c51ea988SVasily Gorbikconfig MARCH_Z17_TUNE 439c51ea988SVasily Gorbik def_bool TUNE_Z17 || MARCH_Z17 && TUNE_DEFAULT 440c51ea988SVasily Gorbik 4411db9e051SHeiko Carstenschoice 4421db9e051SHeiko Carstens prompt "Tune code generation" 4431db9e051SHeiko Carstens default TUNE_DEFAULT 4441db9e051SHeiko Carstens help 4451db9e051SHeiko Carstens Cause the compiler to tune (-mtune) the generated code for a machine. 4461db9e051SHeiko Carstens This will make the code run faster on the selected machine but 4471db9e051SHeiko Carstens somewhat slower on other machines. 4481db9e051SHeiko Carstens This option only changes how the compiler emits instructions, not the 4491db9e051SHeiko Carstens selection of instructions itself, so the resulting kernel will run on 4501db9e051SHeiko Carstens all other machines. 4511db9e051SHeiko Carstens 4521db9e051SHeiko Carstensconfig TUNE_DEFAULT 4531db9e051SHeiko Carstens bool "Default" 4541db9e051SHeiko Carstens help 4551db9e051SHeiko Carstens Tune the generated code for the target processor for which the kernel 4561db9e051SHeiko Carstens will be compiled. 4571db9e051SHeiko Carstens 4581db9e051SHeiko Carstensconfig TUNE_Z10 4591db9e051SHeiko Carstens bool "IBM System z10" 4601db9e051SHeiko Carstens 4611db9e051SHeiko Carstensconfig TUNE_Z196 4621db9e051SHeiko Carstens bool "IBM zEnterprise 114 and 196" 4635474080aSHeiko Carstens depends on $(cc-option,-mtune=z196) 4641db9e051SHeiko Carstens 4651db9e051SHeiko Carstensconfig TUNE_ZEC12 4661db9e051SHeiko Carstens bool "IBM zBC12 and zEC12" 4675474080aSHeiko Carstens depends on $(cc-option,-mtune=zEC12) 4681db9e051SHeiko Carstens 469f8b2dcbdSMartin Schwidefskyconfig TUNE_Z13 47089d0180aSHeiko Carstens bool "IBM z13s and z13" 4715474080aSHeiko Carstens depends on $(cc-option,-mtune=z13) 472f8b2dcbdSMartin Schwidefsky 4736997c323SMartin Schwidefskyconfig TUNE_Z14 47489d0180aSHeiko Carstens bool "IBM z14 ZR1 and z14" 4755474080aSHeiko Carstens depends on $(cc-option,-mtune=z14) 4766997c323SMartin Schwidefsky 477a0e22511SMartin Schwidefskyconfig TUNE_Z15 478a0e22511SMartin Schwidefsky bool "IBM z15" 4795474080aSHeiko Carstens depends on $(cc-option,-mtune=z15) 480a0e22511SMartin Schwidefsky 481e69a7ff8SHeiko Carstensconfig TUNE_Z16 482e69a7ff8SHeiko Carstens bool "IBM z16" 483e69a7ff8SHeiko Carstens depends on $(cc-option,-mtune=z16) 484e69a7ff8SHeiko Carstens 485c51ea988SVasily Gorbikconfig TUNE_Z17 486c51ea988SVasily Gorbik bool "IBM z17" 487c51ea988SVasily Gorbik depends on $(cc-option,-mtune=z17) 488c51ea988SVasily Gorbik 4891db9e051SHeiko Carstensendchoice 4901db9e051SHeiko Carstens 491347a8dc3SMartin Schwidefskyconfig 64BIT 4926f9a3c33SMartin Schwidefsky def_bool y 493d9f7a745SMartin Schwidefsky 494622021cdSSven Schnelleconfig COMMAND_LINE_SIZE 495622021cdSSven Schnelle int "Maximum size of kernel command line" 496622021cdSSven Schnelle default 4096 497622021cdSSven Schnelle range 896 1048576 498622021cdSSven Schnelle help 499622021cdSSven Schnelle This allows you to specify the maximum length of the kernel command 500622021cdSSven Schnelle line. 501622021cdSSven Schnelle 502843c48fdSJan Glauberconfig COMPAT 50377ed045eSHeiko Carstens def_bool n 504843c48fdSJan Glauber prompt "Kernel support for 31 bit emulation" 505843c48fdSJan Glauber select ARCH_WANT_OLD_COMPAT_IPC 5067eddd99cSAl Viro select COMPAT_OLD_SIGACTION 507fef747baSArnd Bergmann select HAVE_UID16 5082813893fSIulia Manda depends on MULTIUSER 509b20ea29aSNathan Chancellor depends on !CC_IS_CLANG && !LD_IS_LLD 510843c48fdSJan Glauber help 511843c48fdSJan Glauber Select this option if you want to enable your system kernel to 512843c48fdSJan Glauber handle system-calls from ELF binaries for 31 bit ESA. This option 513843c48fdSJan Glauber (and some other stuff like libraries and such) is needed for 51477ed045eSHeiko Carstens executing 31 bit applications. 51577ed045eSHeiko Carstens 51677ed045eSHeiko Carstens If unsure say N. 517843c48fdSJan Glauber 5181da177e4SLinus Torvaldsconfig SMP 5196f9a3c33SMartin Schwidefsky def_bool y 5201da177e4SLinus Torvalds 5211da177e4SLinus Torvaldsconfig NR_CPUS 5225c75a0daSHeiko Carstens int "Maximum number of CPUs (2-512)" 5235c75a0daSHeiko Carstens range 2 512 5245a79859aSHeiko Carstens default "64" 5251da177e4SLinus Torvalds help 5261da177e4SLinus Torvalds This allows you to specify the maximum number of CPUs which this 5275c75a0daSHeiko Carstens kernel will support. The maximum supported value is 512 and the 5281da177e4SLinus Torvalds minimum value which makes sense is 2. 5291da177e4SLinus Torvalds 5301da177e4SLinus Torvalds This is purely to save memory - each supported CPU adds 5311da177e4SLinus Torvalds approximately sixteen kilobytes to the kernel image. 5321da177e4SLinus Torvalds 5331da177e4SLinus Torvaldsconfig HOTPLUG_CPU 5346f9a3c33SMartin Schwidefsky def_bool y 5351da177e4SLinus Torvalds 5363a368f74SPhilipp Hachtmannconfig NUMA 5373a368f74SPhilipp Hachtmann bool "NUMA support" 53867626fadSHeiko Carstens depends on SCHED_TOPOLOGY 5393a368f74SPhilipp Hachtmann default n 5403a368f74SPhilipp Hachtmann help 5413a368f74SPhilipp Hachtmann Enable NUMA support 5423a368f74SPhilipp Hachtmann 5433a368f74SPhilipp Hachtmann This option adds NUMA support to the kernel. 5443a368f74SPhilipp Hachtmann 5453a368f74SPhilipp Hachtmannconfig NODES_SHIFT 546701dc81eSHeiko Carstens int 547a9ee6cf5SMike Rapoport depends on NUMA 548701dc81eSHeiko Carstens default "1" 549c29a7bafSMichael Holzheu 55010ad34bcSMartin Schwidefskyconfig SCHED_TOPOLOGY 5516f9a3c33SMartin Schwidefsky def_bool y 55210ad34bcSMartin Schwidefsky prompt "Topology scheduler support" 553*7bd291abSPeter Zijlstra select ARCH_SUPPORTS_SCHED_SMT 554*7bd291abSPeter Zijlstra select ARCH_SUPPORTS_SCHED_MC 55510ad34bcSMartin Schwidefsky select SCHED_SMT 55683a24e32SHeiko Carstens select SCHED_MC 5574cb14bc8SHeiko Carstens help 55810ad34bcSMartin Schwidefsky Topology scheduler support improves the CPU scheduler's decision 55910ad34bcSMartin Schwidefsky making when dealing with machines that have multi-threading, 56010ad34bcSMartin Schwidefsky multiple cores or multiple books. 5614cb14bc8SHeiko Carstens 5627e627f81STobias Huschleconfig SCHED_TOPOLOGY_VERTICAL 5637e627f81STobias Huschle def_bool y 5647e627f81STobias Huschle bool "Use vertical CPU polarization by default" 5657e627f81STobias Huschle depends on SCHED_TOPOLOGY 5667e627f81STobias Huschle help 5677e627f81STobias Huschle Use vertical CPU polarization by default if available. 5687e627f81STobias Huschle The default CPU polarization is horizontal. 5697e627f81STobias Huschle 570b9271a53SMete Durluconfig HIPERDISPATCH_ON 571b9271a53SMete Durlu def_bool y 572b9271a53SMete Durlu bool "Use hiperdispatch on vertical polarization by default" 573b9271a53SMete Durlu depends on SCHED_TOPOLOGY 574b9271a53SMete Durlu depends on PROC_SYSCTL 575b9271a53SMete Durlu help 576b9271a53SMete Durlu Hiperdispatch aims to improve the CPU scheduler's decision 577b9271a53SMete Durlu making when using vertical polarization by adjusting CPU 578b9271a53SMete Durlu capacities dynamically. Set this option to use hiperdispatch 579b9271a53SMete Durlu on vertical polarization by default. This can be overwritten 580b9271a53SMete Durlu by sysctl's s390.hiperdispatch attribute later on. 581b9271a53SMete Durlu 5828636a1f9SMasahiro Yamadasource "kernel/Kconfig.hz" 583843c48fdSJan Glauber 5848cf57d72SAnastasia Eskovaconfig CERT_STORE 5858cf57d72SAnastasia Eskova bool "Get user certificates via DIAG320" 5868cf57d72SAnastasia Eskova depends on KEYS 587481daa50SSven Schnelle select CRYPTO_LIB_SHA256 5888cf57d72SAnastasia Eskova help 5898cf57d72SAnastasia Eskova Enable this option if you want to access user-provided secure boot 5908cf57d72SAnastasia Eskova certificates via DIAG 0x320. 5918cf57d72SAnastasia Eskova 5928cf57d72SAnastasia Eskova These certificates will be made available via the keyring named 5938cf57d72SAnastasia Eskova 'cert_store'. 5948cf57d72SAnastasia Eskova 595d768bd89SMartin Schwidefskyconfig KERNEL_NOBP 596d768bd89SMartin Schwidefsky def_bool n 597d768bd89SMartin Schwidefsky prompt "Enable modified branch prediction for the kernel by default" 598d768bd89SMartin Schwidefsky help 599d768bd89SMartin Schwidefsky If this option is selected the kernel will switch to a modified 600d768bd89SMartin Schwidefsky branch prediction mode if the firmware interface is available. 601d768bd89SMartin Schwidefsky The modified branch prediction mode improves the behaviour in 602d768bd89SMartin Schwidefsky regard to speculative execution. 603d768bd89SMartin Schwidefsky 604d768bd89SMartin Schwidefsky With the option enabled the kernel parameter "nobp=0" or "nospec" 605d768bd89SMartin Schwidefsky can be used to run the kernel in the normal branch prediction mode. 606d768bd89SMartin Schwidefsky 607d768bd89SMartin Schwidefsky With the option disabled the modified branch prediction mode is 608d768bd89SMartin Schwidefsky enabled with the "nobp=1" kernel parameter. 609d768bd89SMartin Schwidefsky 610d768bd89SMartin Schwidefsky If unsure, say N. 611d768bd89SMartin Schwidefsky 612f19fbd5eSMartin Schwidefskyconfig EXPOLINE 613f19fbd5eSMartin Schwidefsky def_bool n 6141d2ad084SVasily Gorbik depends on $(cc-option,-mindirect-branch=thunk) 615f19fbd5eSMartin Schwidefsky prompt "Avoid speculative indirect branches in the kernel" 616f19fbd5eSMartin Schwidefsky help 617f19fbd5eSMartin Schwidefsky Compile the kernel with the expoline compiler options to guard 618f19fbd5eSMartin Schwidefsky against kernel-to-user data leaks by avoiding speculative indirect 619f19fbd5eSMartin Schwidefsky branches. 620f19fbd5eSMartin Schwidefsky Requires a compiler with -mindirect-branch=thunk support for full 621f19fbd5eSMartin Schwidefsky protection. The kernel may run slower. 622f19fbd5eSMartin Schwidefsky 623f19fbd5eSMartin Schwidefsky If unsure, say N. 624f19fbd5eSMartin Schwidefsky 6251d2ad084SVasily Gorbikconfig EXPOLINE_EXTERN 6264eac37ffSVasily Gorbik def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \ 6274eac37ffSVasily Gorbik $(success,$(srctree)/arch/s390/tools/gcc-thunk-extern.sh $(CC)) 6281d2ad084SVasily Gorbik help 6294eac37ffSVasily Gorbik Generate expolines as external functions if the compiler supports it. 6304eac37ffSVasily Gorbik This option is required for some tooling like kpatch, if expolines 6314eac37ffSVasily Gorbik are enabled. The kernel is compiled with 6324eac37ffSVasily Gorbik -mindirect-branch=thunk-extern, which requires a newer compiler. 6331d2ad084SVasily Gorbik 634f19fbd5eSMartin Schwidefskychoice 635f19fbd5eSMartin Schwidefsky prompt "Expoline default" 636f19fbd5eSMartin Schwidefsky depends on EXPOLINE 637f19fbd5eSMartin Schwidefsky default EXPOLINE_FULL 638f19fbd5eSMartin Schwidefsky 639f19fbd5eSMartin Schwidefskyconfig EXPOLINE_OFF 640f19fbd5eSMartin Schwidefsky bool "spectre_v2=off" 641f19fbd5eSMartin Schwidefsky 6426e179d64SMartin Schwidefskyconfig EXPOLINE_AUTO 643f19fbd5eSMartin Schwidefsky bool "spectre_v2=auto" 644f19fbd5eSMartin Schwidefsky 645f19fbd5eSMartin Schwidefskyconfig EXPOLINE_FULL 646f19fbd5eSMartin Schwidefsky bool "spectre_v2=on" 647f19fbd5eSMartin Schwidefsky 648f19fbd5eSMartin Schwidefskyendchoice 649f19fbd5eSMartin Schwidefsky 650805bc0bcSGerald Schaeferconfig RELOCATABLE 65180ddf5ceSHeiko Carstens def_bool y 6529b400d17SArd Biesheuvel select ARCH_VMLINUX_NEEDS_RELOCS 653805bc0bcSGerald Schaefer help 654805bc0bcSGerald Schaefer This builds a kernel image that retains relocation information 655805bc0bcSGerald Schaefer so it can be loaded at an arbitrary address. 656805bc0bcSGerald Schaefer The relocations make the kernel image about 15% larger (compressed 657805bc0bcSGerald Schaefer 10%), but are discarded at runtime. 65880ddf5ceSHeiko Carstens Note: this option exists only for documentation purposes, please do 65980ddf5ceSHeiko Carstens not remove it. 660805bc0bcSGerald Schaefer 661b2d24b97SGerald Schaeferconfig RANDOMIZE_BASE 662b2d24b97SGerald Schaefer bool "Randomize the address of the kernel image (KASLR)" 663b2d24b97SGerald Schaefer default y 664b2d24b97SGerald Schaefer help 665b2d24b97SGerald Schaefer In support of Kernel Address Space Layout Randomization (KASLR), 666b2d24b97SGerald Schaefer this randomizes the address at which the kernel image is loaded, 667b2d24b97SGerald Schaefer as a security feature that deters exploit attempts relying on 668b2d24b97SGerald Schaefer knowledge of the location of kernel internals. 669b2d24b97SGerald Schaefer 67032db4019SAlexander Gordeevconfig RANDOMIZE_IDENTITY_BASE 67132db4019SAlexander Gordeev bool "Randomize the address of the identity mapping base" 67232db4019SAlexander Gordeev depends on RANDOMIZE_BASE 67332db4019SAlexander Gordeev default DEBUG_VM 67432db4019SAlexander Gordeev help 67532db4019SAlexander Gordeev The identity mapping base address is pinned to zero by default. 67632db4019SAlexander Gordeev Allow randomization of that base to expose otherwise missed 67732db4019SAlexander Gordeev notion of physical and virtual addresses of data structures. 67832db4019SAlexander Gordeev That does not have any impact on the base address at which the 67932db4019SAlexander Gordeev kernel image is loaded. 68032db4019SAlexander Gordeev 68132db4019SAlexander Gordeev If unsure, say N 68232db4019SAlexander Gordeev 68354f2ecc3SAlexander Gordeevconfig KERNEL_IMAGE_BASE 68454f2ecc3SAlexander Gordeev hex "Kernel image base address" 68554f2ecc3SAlexander Gordeev range 0x100000 0x1FFFFFE0000000 if !KASAN 68654f2ecc3SAlexander Gordeev range 0x100000 0x1BFFFFE0000000 if KASAN 68754f2ecc3SAlexander Gordeev default 0x3FFE0000000 if !KASAN 68854f2ecc3SAlexander Gordeev default 0x7FFFE0000000 if KASAN 68954f2ecc3SAlexander Gordeev help 69054f2ecc3SAlexander Gordeev This is the address at which the kernel image is loaded in case 69154f2ecc3SAlexander Gordeev Kernel Address Space Layout Randomization (KASLR) is disabled. 69254f2ecc3SAlexander Gordeev 69354f2ecc3SAlexander Gordeev In case the Protected virtualization guest support is enabled the 69454f2ecc3SAlexander Gordeev Ultravisor imposes a virtual address limit. If the value of this 69554f2ecc3SAlexander Gordeev option leads to the kernel image exceeding the Ultravisor limit, 69654f2ecc3SAlexander Gordeev this option is ignored and the image is loaded below the limit. 69754f2ecc3SAlexander Gordeev 69854f2ecc3SAlexander Gordeev If the value of this option leads to the kernel image overlapping 69954f2ecc3SAlexander Gordeev the virtual memory where other data structures are located, this 70054f2ecc3SAlexander Gordeev option is ignored and the image is loaded above the structures. 70154f2ecc3SAlexander Gordeev 702843c48fdSJan Glauberendmenu 703843c48fdSJan Glauber 704843c48fdSJan Glaubermenu "Memory setup" 705843c48fdSJan Glauber 706843c48fdSJan Glauberconfig ARCH_SPARSEMEM_ENABLE 7076f9a3c33SMartin Schwidefsky def_bool y 708843c48fdSJan Glauber select SPARSEMEM_VMEMMAP_ENABLE 709843c48fdSJan Glauber select SPARSEMEM_VMEMMAP 7101da177e4SLinus Torvalds 711843c48fdSJan Glauberconfig ARCH_SPARSEMEM_DEFAULT 7126f9a3c33SMartin Schwidefsky def_bool y 713e65e1fc2SAl Viro 714b8402b95SHeiko Carstensconfig MAX_PHYSMEM_BITS 715b8402b95SHeiko Carstens int "Maximum size of supported physical memory in bits (42-53)" 716b8402b95SHeiko Carstens range 42 53 717b8402b95SHeiko Carstens default "46" 718b8402b95SHeiko Carstens help 719b8402b95SHeiko Carstens This option specifies the maximum supported size of physical memory 720b8402b95SHeiko Carstens in bits. Supported is any size between 2^42 (4TB) and 2^53 (8PB). 721b8402b95SHeiko Carstens Increasing the number of bits also increases the kernel image size. 722b8402b95SHeiko Carstens By default 46 bits (64TB) are supported. 723b8402b95SHeiko Carstens 724843c48fdSJan Glauberendmenu 72561d48c2cSMartin Schwidefsky 726843c48fdSJan Glaubermenu "I/O subsystem" 7271da177e4SLinus Torvalds 7281da177e4SLinus Torvaldsconfig QDIO 7296f9a3c33SMartin Schwidefsky def_tristate y 7306f9a3c33SMartin Schwidefsky prompt "QDIO support" 731a7f7f624SMasahiro Yamada help 7328129ee16SFrank Pavlic This driver provides the Queued Direct I/O base support for 733efca13bcSUrsula Braun IBM System z. 7341da177e4SLinus Torvalds 7351da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 7361da177e4SLinus Torvalds module will be called qdio. 7371da177e4SLinus Torvalds 7381da177e4SLinus Torvalds If unsure, say Y. 7391da177e4SLinus Torvalds 740c8717a3dSJan Glauberif PCI 741c8717a3dSJan Glauber 742c8717a3dSJan Glauberconfig PCI_NR_FUNCTIONS 743c8717a3dSJan Glauber int "Maximum number of PCI functions (1-4096)" 744c8717a3dSJan Glauber range 1 4096 74510e59217SNiklas Schnelle default "512" 746c8717a3dSJan Glauber help 747c8717a3dSJan Glauber This allows you to specify the maximum number of PCI functions which 748c8717a3dSJan Glauber this kernel will support. 749c8717a3dSJan Glauber 750c8717a3dSJan Glauberendif # PCI 751c8717a3dSJan Glauber 752c8717a3dSJan Glauberconfig HAS_IOMEM 753c8717a3dSJan Glauber def_bool PCI 754c8717a3dSJan Glauber 7559d92a7e1SCornelia Huckconfig CHSC_SCH 756d9c11b1eSSebastian Ott def_tristate m 7576f9a3c33SMartin Schwidefsky prompt "Support for CHSC subchannels" 7589d92a7e1SCornelia Huck help 7599d92a7e1SCornelia Huck This driver allows usage of CHSC subchannels. A CHSC subchannel 7609d92a7e1SCornelia Huck is usually present on LPAR only. 7619d92a7e1SCornelia Huck The driver creates a device /dev/chsc, which may be used to 7629d92a7e1SCornelia Huck obtain I/O configuration information about the machine and 7639d92a7e1SCornelia Huck to issue asynchronous chsc commands (DANGEROUS). 7649d92a7e1SCornelia Huck You will usually only want to use this interface on a special 7659d92a7e1SCornelia Huck LPAR designated for system management. 7669d92a7e1SCornelia Huck 7679d92a7e1SCornelia Huck To compile this driver as a module, choose M here: the 7689d92a7e1SCornelia Huck module will be called chsc_sch. 7699d92a7e1SCornelia Huck 7709d92a7e1SCornelia Huck If unsure, say N. 7719d92a7e1SCornelia Huck 7721d1c8f78SSebastian Ottconfig SCM_BUS 7731d1c8f78SSebastian Ott def_bool y 7741d1c8f78SSebastian Ott prompt "SCM bus driver" 7751d1c8f78SSebastian Ott help 7761d1c8f78SSebastian Ott Bus driver for Storage Class Memory. 7771d1c8f78SSebastian Ott 778eadb86abSSebastian Ottconfig EADM_SCH 779eadb86abSSebastian Ott def_tristate m 780eadb86abSSebastian Ott prompt "Support for EADM subchannels" 781eadb86abSSebastian Ott depends on SCM_BUS 782eadb86abSSebastian Ott help 783eadb86abSSebastian Ott This driver allows usage of EADM subchannels. EADM subchannels act 784eadb86abSSebastian Ott as a communication vehicle for SCM increments. 785eadb86abSSebastian Ott 786eadb86abSSebastian Ott To compile this driver as a module, choose M here: the 787eadb86abSSebastian Ott module will be called eadm_sch. 788eadb86abSSebastian Ott 78912376084SHolger Denglerconfig AP 79012376084SHolger Dengler def_tristate y 79112376084SHolger Dengler prompt "Support for Adjunct Processors (ap)" 79212376084SHolger Dengler help 79312376084SHolger Dengler This driver allows usage to Adjunct Processor (AP) devices via 79412376084SHolger Dengler the ap bus, cards and queues. Supported Adjunct Processors are 79512376084SHolger Dengler the CryptoExpress Cards (CEX). 79612376084SHolger Dengler 79712376084SHolger Dengler To compile this driver as a module, choose M here: the 79812376084SHolger Dengler module will be called ap. 79912376084SHolger Dengler 80012376084SHolger Dengler If unsure, say Y (default). 80112376084SHolger Dengler 802b3840c8bSHolger Denglerconfig AP_DEBUG 803b3840c8bSHolger Dengler def_bool n 804b3840c8bSHolger Dengler prompt "Enable debug features for Adjunct Processor (ap) devices" 805b3840c8bSHolger Dengler depends on AP 806b3840c8bSHolger Dengler help 807b3840c8bSHolger Dengler Say 'Y' here to enable some additional debug features for Adjunct 808b3840c8bSHolger Dengler Processor (ap) devices. 809b3840c8bSHolger Dengler 810b3840c8bSHolger Dengler There will be some more sysfs attributes displayed for ap queues. 811b3840c8bSHolger Dengler 812b3840c8bSHolger Dengler Do not enable on production level kernel build. 813b3840c8bSHolger Dengler 814b3840c8bSHolger Dengler If unsure, say N. 815b3840c8bSHolger Dengler 81663f1934dSDong Jia Shiconfig VFIO_CCW 81763f1934dSDong Jia Shi def_tristate n 81863f1934dSDong Jia Shi prompt "Support for VFIO-CCW subchannels" 819de858a05SArnd Bergmann depends on VFIO 8208bf8c5eeSChristoph Hellwig select VFIO_MDEV 82163f1934dSDong Jia Shi help 82263f1934dSDong Jia Shi This driver allows usage of I/O subchannels via VFIO-CCW. 82363f1934dSDong Jia Shi 82463f1934dSDong Jia Shi To compile this driver as a module, choose M here: the 82563f1934dSDong Jia Shi module will be called vfio_ccw. 82663f1934dSDong Jia Shi 8271fde5734STony Krowiakconfig VFIO_AP 8281fde5734STony Krowiak def_tristate n 8291fde5734STony Krowiak prompt "VFIO support for AP devices" 8300f1cbf94SJason Gunthorpe depends on KVM 831de858a05SArnd Bergmann depends on VFIO 83212376084SHolger Dengler depends on AP 833de858a05SArnd Bergmann select VFIO_MDEV 8341fde5734STony Krowiak help 8351fde5734STony Krowiak This driver grants access to Adjunct Processor (AP) devices 8361fde5734STony Krowiak via the VFIO mediated device interface. 8371fde5734STony Krowiak 8381fde5734STony Krowiak To compile this driver as a module, choose M here: the module 8391fde5734STony Krowiak will be called vfio_ap. 8401fde5734STony Krowiak 841843c48fdSJan Glauberendmenu 842843c48fdSJan Glauber 843843c48fdSJan Glauberconfig CCW 844843c48fdSJan Glauber def_bool y 845843c48fdSJan Glauber 846b6ef86e9SUrsula Braunconfig HAVE_PNETID 847b6ef86e9SUrsula Braun tristate 848b6ef86e9SUrsula Braun default (SMC || CCWGROUP) 849b6ef86e9SUrsula Braun 850843c48fdSJan Glaubermenu "Virtualization" 851684de39bSHeiko Carstens 8521da177e4SLinus Torvaldsconfig PFAULT 8536f9a3c33SMartin Schwidefsky def_bool y 8546f9a3c33SMartin Schwidefsky prompt "Pseudo page fault support" 8551da177e4SLinus Torvalds help 8561da177e4SLinus Torvalds Select this option, if you want to use PFAULT pseudo page fault 8571da177e4SLinus Torvalds handling under VM. If running native or in LPAR, this option 8581da177e4SLinus Torvalds has no effect. If your VM does not support PFAULT, PAGEEX 8591da177e4SLinus Torvalds pseudo page fault handling will be used. 8601da177e4SLinus Torvalds Note that VM 4.2 supports PFAULT but has a bug in its 8611da177e4SLinus Torvalds implementation that causes some problems. 8621da177e4SLinus Torvalds Everybody who wants to run Linux under VM != VM4.2 should select 8631da177e4SLinus Torvalds this option. 8641da177e4SLinus Torvalds 8651da177e4SLinus Torvaldsconfig CMM 8666f9a3c33SMartin Schwidefsky def_tristate n 8676f9a3c33SMartin Schwidefsky prompt "Cooperative memory management" 8681da177e4SLinus Torvalds help 8691da177e4SLinus Torvalds Select this option, if you want to enable the kernel interface 8701da177e4SLinus Torvalds to reduce the memory size of the system. This is accomplished 8711da177e4SLinus Torvalds by allocating pages of memory and put them "on hold". This only 8721da177e4SLinus Torvalds makes sense for a system running under VM where the unused pages 8731da177e4SLinus Torvalds will be reused by VM for other guest systems. The interface 8741da177e4SLinus Torvalds allows an external monitor to balance memory of many systems. 8751da177e4SLinus Torvalds Everybody who wants to run Linux under VM should select this 8761da177e4SLinus Torvalds option. 8771da177e4SLinus Torvalds 8781da177e4SLinus Torvaldsconfig CMM_IUCV 8796f9a3c33SMartin Schwidefsky def_bool y 8806f9a3c33SMartin Schwidefsky prompt "IUCV special message interface to cooperative memory management" 8811da177e4SLinus Torvalds depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV) 8821da177e4SLinus Torvalds help 8831da177e4SLinus Torvalds Select this option to enable the special message interface to 8841da177e4SLinus Torvalds the cooperative memory management. 8851da177e4SLinus Torvalds 8861da177e4SLinus Torvaldsconfig APPLDATA_BASE 8876f9a3c33SMartin Schwidefsky def_bool n 8886f9a3c33SMartin Schwidefsky prompt "Linux - VM Monitor Stream, base infrastructure" 8895d3516b3SRandy Dunlap depends on PROC_SYSCTL 8901da177e4SLinus Torvalds help 8911da177e4SLinus Torvalds This provides a kernel interface for creating and updating z/VM APPLDATA 8921da177e4SLinus Torvalds monitor records. The monitor records are updated at certain time 8931da177e4SLinus Torvalds intervals, once the timer is started. 8941da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer, 8951da177e4SLinus Torvalds i.e. enables or disables monitoring on the Linux side. 8961da177e4SLinus Torvalds A custom interval value (in seconds) can be written to 8971da177e4SLinus Torvalds /proc/appldata/interval. 8981da177e4SLinus Torvalds 8991da177e4SLinus Torvalds Defaults are 60 seconds interval and timer off. 9001da177e4SLinus Torvalds The /proc entries can also be read from, showing the current settings. 9011da177e4SLinus Torvalds 9021da177e4SLinus Torvaldsconfig APPLDATA_MEM 9036f9a3c33SMartin Schwidefsky def_tristate m 9046f9a3c33SMartin Schwidefsky prompt "Monitor memory management statistics" 90562fb2ba3SAl Viro depends on APPLDATA_BASE && VM_EVENT_COUNTERS 9061da177e4SLinus Torvalds help 9071da177e4SLinus Torvalds This provides memory management related data to the Linux - VM Monitor 9081da177e4SLinus Torvalds Stream, like paging/swapping rate, memory utilisation, etc. 9091da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM 9101da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9111da177e4SLinus Torvalds on the z/VM side. 9121da177e4SLinus Torvalds 9131da177e4SLinus Torvalds Default is disabled. 9141da177e4SLinus Torvalds The /proc entry can also be read from, showing the current settings. 9151da177e4SLinus Torvalds 9161da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9171da177e4SLinus Torvalds appldata_mem.o. 9181da177e4SLinus Torvalds 9191da177e4SLinus Torvaldsconfig APPLDATA_OS 9206f9a3c33SMartin Schwidefsky def_tristate m 9216f9a3c33SMartin Schwidefsky prompt "Monitor OS statistics" 9221da177e4SLinus Torvalds depends on APPLDATA_BASE 9231da177e4SLinus Torvalds help 9241da177e4SLinus Torvalds This provides OS related data to the Linux - VM Monitor Stream, like 9251da177e4SLinus Torvalds CPU utilisation, etc. 9261da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM 9271da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9281da177e4SLinus Torvalds on the z/VM side. 9291da177e4SLinus Torvalds 9301da177e4SLinus Torvalds Default is disabled. 9311da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9321da177e4SLinus Torvalds appldata_os.o. 9331da177e4SLinus Torvalds 9341da177e4SLinus Torvaldsconfig APPLDATA_NET_SUM 9356f9a3c33SMartin Schwidefsky def_tristate m 9366f9a3c33SMartin Schwidefsky prompt "Monitor overall network statistics" 93770193af9SSachin Sant depends on APPLDATA_BASE && NET 9381da177e4SLinus Torvalds help 9391da177e4SLinus Torvalds This provides network related data to the Linux - VM Monitor Stream, 9401da177e4SLinus Torvalds currently there is only a total sum of network I/O statistics, no 9411da177e4SLinus Torvalds per-interface data. 9421da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM 9431da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9441da177e4SLinus Torvalds on the z/VM side. 9451da177e4SLinus Torvalds 9461da177e4SLinus Torvalds Default is disabled. 9471da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9481da177e4SLinus Torvalds appldata_net_sum.o. 9491da177e4SLinus Torvalds 9503325b4d8SHeiko Carstensconfig S390_HYPFS 9516f9a3c33SMartin Schwidefsky def_bool y 9523325b4d8SHeiko Carstens prompt "s390 hypervisor information" 9533325b4d8SHeiko Carstens help 9543325b4d8SHeiko Carstens This provides several binary files at (debugfs)/s390_hypfs/ to 9553325b4d8SHeiko Carstens provide accounting information in an s390 hypervisor environment. 9563325b4d8SHeiko Carstens 9573325b4d8SHeiko Carstensconfig S390_HYPFS_FS 9583325b4d8SHeiko Carstens def_bool n 9596f9a3c33SMartin Schwidefsky prompt "s390 hypervisor file system support" 96024bbb1faSMichael Holzheu select SYS_HYPERVISOR 9613325b4d8SHeiko Carstens depends on S390_HYPFS 96224bbb1faSMichael Holzheu help 96324bbb1faSMichael Holzheu This is a virtual file system intended to provide accounting 9643325b4d8SHeiko Carstens information in an s390 hypervisor environment. This file system 9653325b4d8SHeiko Carstens is deprecated and should not be used. 9663325b4d8SHeiko Carstens 9673325b4d8SHeiko Carstens Say N if you are unsure. 96824bbb1faSMichael Holzheu 969843c48fdSJan Glaubersource "arch/s390/kvm/Kconfig" 970411ed322SMichael Holzheu 971fa587743SCarsten Otteconfig S390_GUEST 9726f9a3c33SMartin Schwidefsky def_bool y 973510cf5a6SKees Cook prompt "s390 support for virtio devices" 97479b6f7fbSChen Gang select TTY 97580629b0bSChristian Borntraeger select VIRTUALIZATION 976fa587743SCarsten Otte select VIRTIO 977fa587743SCarsten Otte help 978bdd1fc27SCornelia Huck Enabling this option adds support for virtio based paravirtual device 979bdd1fc27SCornelia Huck drivers on s390. 980bdd1fc27SCornelia Huck 98120766c08SChristian Borntraeger Select this option if you want to run the kernel as a guest under 982bdd1fc27SCornelia Huck the KVM hypervisor. 983bcf5cef7SHeiko Carstens 9841da177e4SLinus Torvaldsendmenu 985badbf397SIlya Leoshkevich 98690c53187SIlya Leoshkevichconfig S390_MODULES_SANITY_TEST_HELPERS 98790c53187SIlya Leoshkevich def_bool n 98890c53187SIlya Leoshkevich 989badbf397SIlya Leoshkevichmenu "Selftests" 990badbf397SIlya Leoshkevich 991badbf397SIlya Leoshkevichconfig S390_UNWIND_SELFTEST 992badbf397SIlya Leoshkevich def_tristate n 99325d36a85SMete Durlu depends on KUNIT 99425d36a85SMete Durlu default KUNIT_ALL_TESTS 995badbf397SIlya Leoshkevich prompt "Test unwind functions" 996badbf397SIlya Leoshkevich help 997badbf397SIlya Leoshkevich This option enables s390 specific stack unwinder testing kernel 998badbf397SIlya Leoshkevich module. This option is not useful for distributions or general 999badbf397SIlya Leoshkevich kernels, but only for kernel developers working on architecture code. 1000badbf397SIlya Leoshkevich 1001badbf397SIlya Leoshkevich Say N if you are unsure. 1002badbf397SIlya Leoshkevich 1003d340d28aSSven Schnelleconfig S390_KPROBES_SANITY_TEST 1004d340d28aSSven Schnelle def_tristate n 1005d340d28aSSven Schnelle prompt "Enable s390 specific kprobes tests" 1006d340d28aSSven Schnelle depends on KPROBES 1007d340d28aSSven Schnelle depends on KUNIT 1008d340d28aSSven Schnelle help 1009d340d28aSSven Schnelle This option enables an s390 specific kprobes test module. This option 1010d340d28aSSven Schnelle is not useful for distributions or general kernels, but only for kernel 1011d340d28aSSven Schnelle developers working on architecture code. 1012d340d28aSSven Schnelle 1013d340d28aSSven Schnelle Say N if you are unsure. 1014d340d28aSSven Schnelle 101590c53187SIlya Leoshkevichconfig S390_MODULES_SANITY_TEST 101690c53187SIlya Leoshkevich def_tristate n 101790c53187SIlya Leoshkevich depends on KUNIT 101890c53187SIlya Leoshkevich default KUNIT_ALL_TESTS 101990c53187SIlya Leoshkevich prompt "Enable s390 specific modules tests" 102090c53187SIlya Leoshkevich select S390_MODULES_SANITY_TEST_HELPERS 102190c53187SIlya Leoshkevich help 102290c53187SIlya Leoshkevich This option enables an s390 specific modules test. This option is 102390c53187SIlya Leoshkevich not useful for distributions or general kernels, but only for 102490c53187SIlya Leoshkevich kernel developers working on architecture code. 102590c53187SIlya Leoshkevich 102690c53187SIlya Leoshkevich Say N if you are unsure. 1027badbf397SIlya Leoshkevichendmenu 1028