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 773bcc8a1aSHeiko Carstens select ARCH_HAS_CPU_FINALIZE_INIT 7800807191SEric Biggers select ARCH_HAS_CRC32 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 1066beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK 1076beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_BH 1086beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_IRQ 1096beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_IRQSAVE 1100e0d04a8SHeiko Carstens select ARCH_INLINE_READ_TRYLOCK 1116beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK 1126beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_BH 1136beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_IRQ 1146beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_IRQRESTORE 1150e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK 1160e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_BH 1170e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_IRQ 1180e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_IRQSAVE 1190e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_TRYLOCK 1200e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_TRYLOCK_BH 1210e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK 1220e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_BH 1230e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_IRQ 1240e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE 1256beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK 1266beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_BH 1276beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_IRQ 1286beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_IRQSAVE 1290e0d04a8SHeiko Carstens select ARCH_INLINE_WRITE_TRYLOCK 1306beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK 1316beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_BH 1326beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_IRQ 1336beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE 1349eda317cSSumanth Korikkar select ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE 135*59b5ed40SHao Ge select ARCH_MODULE_NEEDS_WEAK_PER_CPU 136e991e5bbSVasily Gorbik select ARCH_STACKWALK 13736e7fdaaSChristian Borntraeger select ARCH_SUPPORTS_ATOMIC_RMW 1385d6ad668SMike Rapoport select ARCH_SUPPORTS_DEBUG_PAGEALLOC 139bb9c14adSDavid Hildenbrand select ARCH_SUPPORTS_HUGETLBFS 140fbac266fSHeiko Carstens select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && CC_IS_CLANG 14124e3f9fbSHeiko Carstens select ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS 142a763bc8bSPhilipp Hachtmann select ARCH_SUPPORTS_NUMA_BALANCING 143e06f47a1SHeiko Carstens select ARCH_SUPPORTS_PER_VMA_LOCK 144295d8fa9SChristian Borntraeger select ARCH_USE_BUILTIN_BSWAP 145efc1d23bSHeiko Carstens select ARCH_USE_CMPXCHG_LOCKREF 146ccf7c3fbSHeiko Carstens select ARCH_USE_SYM_ANNOTATIONS 14751c2ee6dSNick Desaulniers select ARCH_WANTS_NO_INSTR 148d2abfbe4SHeiko Carstens select ARCH_WANT_DEFAULT_BPF_JIT 1496ca6b581SHeiko Carstens select ARCH_WANT_IPC_PARSE_VERSION 150fe201641SHeiko Carstens select ARCH_WANT_IRQS_OFF_ACTIVATE_MM 1512f0584f3SRick Edgecombe select ARCH_WANT_KERNEL_PMD_MKWRITE 152acb7c202SNathan Chancellor select ARCH_WANT_LD_ORPHAN_WARN 1530b6f1582SAneesh Kumar K.V select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP 15410916706SShile Zhang select BUILDTIME_TABLE_SORT 1550e0d04a8SHeiko Carstens select CLONE_BACKWARDS2 156802ba53eSHeiko Carstens select DCACHE_WORD_ACCESS if !KMSAN 1575d6a0163SHeiko Carstens select DYNAMIC_FTRACE if FUNCTION_TRACER 1586ef55060SHeiko Carstens select FUNCTION_ALIGNMENT_8B if CC_IS_GCC 1596ef55060SHeiko Carstens select FUNCTION_ALIGNMENT_16B if !CC_IS_GCC 160129975e7SHeiko Carstens select GENERIC_ALLOCATOR 1614a39f12eSSven Schnelle select GENERIC_CPU_DEVICES 1628f00b3e2SHendrik Brueckner select GENERIC_CPU_AUTOPROBE 163d424986fSMartin Schwidefsky select GENERIC_CPU_VULNERABILITIES 16456e62a73SSven Schnelle select GENERIC_ENTRY 1654bff8cb5SSven Schnelle select GENERIC_GETTIMEOFDAY 166e80e7813SThomas Gleixner select GENERIC_SMP_IDLE_THREAD 16779c74ecbSMartin Schwidefsky select GENERIC_TIME_VSYSCALL 1689bf39a65SThomas Weißschuh select GENERIC_VDSO_DATA_STORE 169eeab78b0SHeiko Carstens select GENERIC_VDSO_TIME_NS 170b43b3fffSBaoquan He select GENERIC_IOREMAP if PCI 1712a19be61SVlastimil Babka select HAVE_ALIGNED_STRUCT_PAGE 1727a017721SAKASHI Takahiro select HAVE_ARCH_AUDITSYSCALL 1735a79859aSHeiko Carstens select HAVE_ARCH_JUMP_LABEL 17413ddb52cSHeiko Carstens select HAVE_ARCH_JUMP_LABEL_RELATIVE 17542db5ed8SVasily Gorbik select HAVE_ARCH_KASAN 1763e39ce26SVasily Gorbik select HAVE_ARCH_KASAN_VMALLOC 177e37b3dd0SIlya Leoshkevich select HAVE_ARCH_KCSAN 1783a8f6f3bSIlya Leoshkevich select HAVE_ARCH_KMSAN 179e41ba111SSven Schnelle select HAVE_ARCH_KFENCE 180bae1cd36SSven Schnelle select HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET 181c63cb468SHeiko Carstens select HAVE_ARCH_SECCOMP_FILTER 1825614dd92SMartin Schwidefsky select HAVE_ARCH_SOFT_DIRTY 183b94c0ebbSHeiko Carstens select HAVE_ARCH_STACKLEAK 1840e0d04a8SHeiko Carstens select HAVE_ARCH_TRACEHOOK 1855a79859aSHeiko Carstens select HAVE_ARCH_TRANSPARENT_HUGEPAGE 186ce3dc447SMartin Schwidefsky select HAVE_ARCH_VMAP_STACK 1872ff2b7ecSMasahiro Yamada select HAVE_ASM_MODVERSIONS 188fa151887SHeiko Carstens select HAVE_BUILDTIME_MCOUNT_SORT 1890e0d04a8SHeiko Carstens select HAVE_CMPXCHG_DOUBLE 1900e0d04a8SHeiko Carstens select HAVE_CMPXCHG_LOCAL 1910e0d04a8SHeiko Carstens select HAVE_DEBUG_KMEMLEAK 192e1231b0eSHeiko Carstens select HAVE_DMA_CONTIGUOUS 1935a79859aSHeiko Carstens select HAVE_DYNAMIC_FTRACE 1945740a7c7SHeiko Carstens select HAVE_DYNAMIC_FTRACE_WITH_ARGS 195762abbc0SMasami Hiramatsu (Google) select HAVE_FTRACE_REGS_HAVING_PT_REGS 1962ab3a0a9SHeiko Carstens select HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS 1975a79859aSHeiko Carstens select HAVE_DYNAMIC_FTRACE_WITH_REGS 19842b01a55SVasily Gorbik select HAVE_EBPF_JIT if HAVE_MARCH_Z196_FEATURES 1999078a549SChristian Borntraeger select HAVE_EFFICIENT_UNALIGNED_ACCESS 20025176ad0SDavid Hildenbrand select HAVE_GUP_FAST 201d983c89cSVasily Gorbik select HAVE_FENTRY 2027495e179SSven Schnelle select HAVE_FTRACE_GRAPH_FUNC 2030e0d04a8SHeiko Carstens select HAVE_FTRACE_MCOUNT_RECORD 204a30b5b03SHeiko Carstens select HAVE_FUNCTION_ARG_ACCESS_API 20573d6eb48SIlya Leoshkevich select HAVE_FUNCTION_ERROR_INJECTION 206a3ed4157SMasami Hiramatsu (Google) select HAVE_FUNCTION_GRAPH_FREGS 2075a79859aSHeiko Carstens select HAVE_FUNCTION_GRAPH_TRACER 2085a79859aSHeiko Carstens select HAVE_FUNCTION_TRACER 209bc00b3ecSHeiko Carstens select HAVE_GCC_PLUGINS 2104bff8cb5SSven Schnelle select HAVE_GENERIC_VDSO 211d460bb6cSNiklas Schnelle select HAVE_IOREMAP_PROT if PCI 2120e0d04a8SHeiko Carstens select HAVE_KERNEL_BZIP2 2130e0d04a8SHeiko Carstens select HAVE_KERNEL_GZIP 2148e2872ceSHeiko Carstens select HAVE_KERNEL_LZ4 2150e0d04a8SHeiko Carstens select HAVE_KERNEL_LZMA 2160e0d04a8SHeiko Carstens select HAVE_KERNEL_LZO 21789b5202eSVasily Gorbik select HAVE_KERNEL_UNCOMPRESSED 2180e0d04a8SHeiko Carstens select HAVE_KERNEL_XZ 2197b034d9cSDimitri John Ledkov select HAVE_KERNEL_ZSTD 2200e0d04a8SHeiko Carstens select HAVE_KPROBES 221657480d9SSven Schnelle select HAVE_KPROBES_ON_FTRACE 2220e0d04a8SHeiko Carstens select HAVE_KRETPROBES 22321042d43SJiri Slaby select HAVE_LIVEPATCH 22450be6345SPhilipp Hachtmann select HAVE_MEMBLOCK_PHYS_MAP 225786d35d4SDavid Howells select HAVE_MOD_ARCH_SPECIFIC 226129975e7SHeiko Carstens select HAVE_NMI 227d983c89cSVasily Gorbik select HAVE_NOP_MCOUNT 2285394f1e9SArnd Bergmann select HAVE_PAGE_SIZE_4KB 229eb01d42aSChristoph Hellwig select HAVE_PCI 2300e0d04a8SHeiko Carstens select HAVE_PERF_EVENTS 231129975e7SHeiko Carstens select HAVE_PERF_REGS 232129975e7SHeiko Carstens select HAVE_PERF_USER_STACK_DUMP 233b5f46348SHeiko Carstens select HAVE_PREEMPT_DYNAMIC_KEY 2340e0d04a8SHeiko Carstens select HAVE_REGS_AND_STACK_ACCESS_API 235aa137a6dSMiroslav Benes select HAVE_RELIABLE_STACKTRACE 2366ca6b581SHeiko Carstens select HAVE_RETHOOK 2379d6d99e3SHeiko Carstens select HAVE_RSEQ 2381254cfbcSHeiko Carstens select HAVE_SAMPLE_FTRACE_DIRECT 239890e3dc8SHeiko Carstens select HAVE_SAMPLE_FTRACE_DIRECT_MULTI 240254b2fd0SHeiko Carstens select HAVE_SETUP_PER_CPU_AREA 241cd1a41ceSThomas Gleixner select HAVE_SOFTIRQ_ON_OWN_STACK 2420e0d04a8SHeiko Carstens select HAVE_SYSCALL_TRACEPOINTS 2430e0d04a8SHeiko Carstens select HAVE_VIRT_CPU_ACCOUNTING 2442b91ec9fSFrederic Weisbecker select HAVE_VIRT_CPU_ACCOUNTING_IDLE 2451018424aSHeiko Carstens select HOTPLUG_SMT 246eb01d42aSChristoph Hellwig select IOMMU_HELPER if PCI 247eb01d42aSChristoph Hellwig select IOMMU_SUPPORT if PCI 248e7256acaSHeiko Carstens select KASAN_VMALLOC if KASAN 24957d1da4fSHeiko Carstens select LOCK_MM_AND_FIND_VMA 2506ca6b581SHeiko Carstens select MMU_GATHER_MERGE_VMAS 251129975e7SHeiko Carstens select MMU_GATHER_NO_GATHER 252129975e7SHeiko Carstens select MMU_GATHER_RCU_TABLE_FREE 253786d35d4SDavid Howells select MODULES_USE_ELF_RELA 254eb01d42aSChristoph Hellwig select NEED_DMA_MAP_STATE if PCI 255254b2fd0SHeiko Carstens select NEED_PER_CPU_EMBED_FIRST_CHUNK 256212c3a85SDavid Hildenbrand select NEED_PROC_VMCORE_DEVICE_RAM if PROC_VMCORE 257eb01d42aSChristoph Hellwig select NEED_SG_DMA_LENGTH if PCI 2587eddd99cSAl Viro select OLD_SIGACTION 25993bead43SHeiko Carstens select OLD_SIGSUSPEND3 2602eac9c2dSChristoph Hellwig select PCI_DOMAINS if PCI 261eb01d42aSChristoph Hellwig select PCI_MSI if PCI 262981aa1d3SThomas Gleixner select PCI_MSI_ARCH_FALLBACKS if PCI_MSI 263aa9f168dSNiklas Schnelle select PCI_QUIRKS if PCI 264bb98f396SSebastian Ott select SPARSE_IRQ 265129975e7SHeiko Carstens select SWIOTLB 2660e0d04a8SHeiko Carstens select SYSCTL_EXCEPTION_TRACE 267d5c352cdSHeiko Carstens select THREAD_INFO_IN_TASK 2684aae683fSMasahiro Yamada select TRACE_IRQFLAGS_SUPPORT 2690563416bSJosh Triplett select TTY 270aa44433aSHeiko Carstens select USER_STACKTRACE_SUPPORT 271b920aa77SHeiko Carstens select VDSO_GETRANDOM 2720e0d04a8SHeiko Carstens select VIRT_CPU_ACCOUNTING 27327939d6cSHeiko Carstens select VMAP_STACK 27463703f37SKefeng Wang select ZONE_DMA 275129975e7SHeiko Carstens # Note: keep the above list sorted alphabetically 2761da177e4SLinus Torvalds 277fca3e357SMartin Schwidefskyconfig SCHED_OMIT_FRAME_POINTER 2786f9a3c33SMartin Schwidefsky def_bool y 279fca3e357SMartin Schwidefsky 280c81956c9SKirill A. Shutemovconfig PGTABLE_LEVELS 281c81956c9SKirill A. Shutemov int 2821aea9b3fSMartin Schwidefsky default 5 283c81956c9SKirill A. Shutemov 28421042d43SJiri Slabysource "kernel/livepatch/Kconfig" 28521042d43SJiri Slaby 28675239cf7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC 28775239cf7SEric DeVolder def_bool y 28875239cf7SEric DeVolder 28975239cf7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC_FILE 290c1ad12eeSArnd Bergmann def_bool y 29175239cf7SEric DeVolder 29275239cf7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC_SIG 29375239cf7SEric DeVolder def_bool MODULE_SIG_FORMAT 29475239cf7SEric DeVolder 295e6265fe7SEric DeVolderconfig ARCH_SUPPORTS_KEXEC_PURGATORY 296c1ad12eeSArnd Bergmann def_bool y 29775239cf7SEric DeVolder 29875239cf7SEric DeVolderconfig ARCH_SUPPORTS_CRASH_DUMP 29975239cf7SEric DeVolder def_bool y 30075239cf7SEric DeVolder help 301d68b4b6fSLinus Torvalds Refer to <file:Documentation/arch/s390/zfcpdump.rst> for more details on this. 30275239cf7SEric DeVolder This option also enables s390 zfcpdump. 303d68b4b6fSLinus Torvalds See also <file:Documentation/arch/s390/zfcpdump.rst> 30475239cf7SEric DeVolder 30531daa343SDave Vasilevskyconfig ARCH_DEFAULT_CRASH_DUMP 30631daa343SDave Vasilevsky def_bool y 30731daa343SDave Vasilevsky 308843c48fdSJan Glaubermenu "Processor type and features" 3091da177e4SLinus Torvalds 310843c48fdSJan Glauberconfig HAVE_MARCH_Z10_FEATURES 311843c48fdSJan Glauber def_bool n 312843c48fdSJan Glauber 313843c48fdSJan Glauberconfig HAVE_MARCH_Z196_FEATURES 314843c48fdSJan Glauber def_bool n 315843c48fdSJan Glauber select HAVE_MARCH_Z10_FEATURES 316843c48fdSJan Glauber 317991c1505SHeiko Carstensconfig HAVE_MARCH_ZEC12_FEATURES 318991c1505SHeiko Carstens def_bool n 319991c1505SHeiko Carstens select HAVE_MARCH_Z196_FEATURES 320991c1505SHeiko Carstens 321f8b2dcbdSMartin Schwidefskyconfig HAVE_MARCH_Z13_FEATURES 322f8b2dcbdSMartin Schwidefsky def_bool n 323f8b2dcbdSMartin Schwidefsky select HAVE_MARCH_ZEC12_FEATURES 324f8b2dcbdSMartin Schwidefsky 3256997c323SMartin Schwidefskyconfig HAVE_MARCH_Z14_FEATURES 3266997c323SMartin Schwidefsky def_bool n 3276997c323SMartin Schwidefsky select HAVE_MARCH_Z13_FEATURES 3286997c323SMartin Schwidefsky 329a0e22511SMartin Schwidefskyconfig HAVE_MARCH_Z15_FEATURES 330a0e22511SMartin Schwidefsky def_bool n 331a0e22511SMartin Schwidefsky select HAVE_MARCH_Z14_FEATURES 332a0e22511SMartin Schwidefsky 333e69a7ff8SHeiko Carstensconfig HAVE_MARCH_Z16_FEATURES 334e69a7ff8SHeiko Carstens def_bool n 335e69a7ff8SHeiko Carstens select HAVE_MARCH_Z15_FEATURES 336e69a7ff8SHeiko Carstens 337c51ea988SVasily Gorbikconfig HAVE_MARCH_Z17_FEATURES 338c51ea988SVasily Gorbik def_bool n 339c51ea988SVasily Gorbik select HAVE_MARCH_Z16_FEATURES 340c51ea988SVasily Gorbik 341843c48fdSJan Glauberchoice 342843c48fdSJan Glauber prompt "Processor type" 3437072276eSMartin Schwidefsky default MARCH_Z196 344843c48fdSJan Glauber 345843c48fdSJan Glauberconfig MARCH_Z10 346843c48fdSJan Glauber bool "IBM System z10" 3475a79859aSHeiko Carstens select HAVE_MARCH_Z10_FEATURES 3485474080aSHeiko Carstens depends on $(cc-option,-march=z10) 349843c48fdSJan Glauber help 3504efd417fSVasily Gorbik Select this to enable optimizations for IBM System z10 (2097 and 2098 3514efd417fSVasily Gorbik series). This is the oldest machine generation currently supported. 352843c48fdSJan Glauber 353843c48fdSJan Glauberconfig MARCH_Z196 354843c48fdSJan Glauber bool "IBM zEnterprise 114 and 196" 3555a79859aSHeiko Carstens select HAVE_MARCH_Z196_FEATURES 3565474080aSHeiko Carstens depends on $(cc-option,-march=z196) 357843c48fdSJan Glauber help 358843c48fdSJan Glauber Select this to enable optimizations for IBM zEnterprise 114 and 196 359843c48fdSJan Glauber (2818 and 2817 series). The kernel will be slightly faster but will 360843c48fdSJan Glauber not work on older machines. 361843c48fdSJan Glauber 362991c1505SHeiko Carstensconfig MARCH_ZEC12 36359471227SHeiko Carstens bool "IBM zBC12 and zEC12" 3645a79859aSHeiko Carstens select HAVE_MARCH_ZEC12_FEATURES 3655474080aSHeiko Carstens depends on $(cc-option,-march=zEC12) 366991c1505SHeiko Carstens help 36759471227SHeiko Carstens Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and 36859471227SHeiko Carstens 2827 series). The kernel will be slightly faster but will not work on 36959471227SHeiko Carstens older machines. 370991c1505SHeiko Carstens 371f8b2dcbdSMartin Schwidefskyconfig MARCH_Z13 372bb3aa614SHeiko Carstens bool "IBM z13s and z13" 3735a79859aSHeiko Carstens select HAVE_MARCH_Z13_FEATURES 3745474080aSHeiko Carstens depends on $(cc-option,-march=z13) 375f8b2dcbdSMartin Schwidefsky help 376bb3aa614SHeiko Carstens Select this to enable optimizations for IBM z13s and z13 (2965 and 377bb3aa614SHeiko Carstens 2964 series). The kernel will be slightly faster but will not work on 378bb3aa614SHeiko Carstens older machines. 379f8b2dcbdSMartin Schwidefsky 3806997c323SMartin Schwidefskyconfig MARCH_Z14 381451239ebSHeiko Carstens bool "IBM z14 ZR1 and z14" 3826997c323SMartin Schwidefsky select HAVE_MARCH_Z14_FEATURES 3835474080aSHeiko Carstens depends on $(cc-option,-march=z14) 3846997c323SMartin Schwidefsky help 385451239ebSHeiko Carstens Select this to enable optimizations for IBM z14 ZR1 and z14 (3907 386451239ebSHeiko Carstens and 3906 series). The kernel will be slightly faster but will not 387451239ebSHeiko Carstens work on older machines. 3886997c323SMartin Schwidefsky 389a0e22511SMartin Schwidefskyconfig MARCH_Z15 390a0e22511SMartin Schwidefsky bool "IBM z15" 391a0e22511SMartin Schwidefsky select HAVE_MARCH_Z15_FEATURES 3925474080aSHeiko Carstens depends on $(cc-option,-march=z15) 393a0e22511SMartin Schwidefsky help 394a0e22511SMartin Schwidefsky Select this to enable optimizations for IBM z15 (8562 395a0e22511SMartin Schwidefsky and 8561 series). The kernel will be slightly faster but will not 396a0e22511SMartin Schwidefsky work on older machines. 397a0e22511SMartin Schwidefsky 398e69a7ff8SHeiko Carstensconfig MARCH_Z16 399e69a7ff8SHeiko Carstens bool "IBM z16" 400e69a7ff8SHeiko Carstens select HAVE_MARCH_Z16_FEATURES 401e69a7ff8SHeiko Carstens depends on $(cc-option,-march=z16) 402e69a7ff8SHeiko Carstens help 403e69a7ff8SHeiko Carstens Select this to enable optimizations for IBM z16 (3931 and 404e69a7ff8SHeiko Carstens 3932 series). 405e69a7ff8SHeiko Carstens 406c51ea988SVasily Gorbikconfig MARCH_Z17 407c51ea988SVasily Gorbik bool "IBM z17" 408c51ea988SVasily Gorbik select HAVE_MARCH_Z17_FEATURES 409c51ea988SVasily Gorbik depends on $(cc-option,-march=z17) 410c51ea988SVasily Gorbik help 411c51ea988SVasily Gorbik Select this to enable optimizations for IBM z17 (9175 and 412c51ea988SVasily Gorbik 9176 series). 413c51ea988SVasily Gorbik 414843c48fdSJan Glauberendchoice 4151da177e4SLinus Torvalds 4161db9e051SHeiko Carstensconfig MARCH_Z10_TUNE 4171db9e051SHeiko Carstens def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT 4181db9e051SHeiko Carstens 4191db9e051SHeiko Carstensconfig MARCH_Z196_TUNE 4201db9e051SHeiko Carstens def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT 4211db9e051SHeiko Carstens 4221db9e051SHeiko Carstensconfig MARCH_ZEC12_TUNE 4231db9e051SHeiko Carstens def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT 4241db9e051SHeiko Carstens 425f8b2dcbdSMartin Schwidefskyconfig MARCH_Z13_TUNE 426f8b2dcbdSMartin Schwidefsky def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT 427f8b2dcbdSMartin Schwidefsky 4286997c323SMartin Schwidefskyconfig MARCH_Z14_TUNE 4296997c323SMartin Schwidefsky def_bool TUNE_Z14 || MARCH_Z14 && TUNE_DEFAULT 4306997c323SMartin Schwidefsky 431a0e22511SMartin Schwidefskyconfig MARCH_Z15_TUNE 432a0e22511SMartin Schwidefsky def_bool TUNE_Z15 || MARCH_Z15 && TUNE_DEFAULT 433a0e22511SMartin Schwidefsky 434e69a7ff8SHeiko Carstensconfig MARCH_Z16_TUNE 435e69a7ff8SHeiko Carstens def_bool TUNE_Z16 || MARCH_Z16 && TUNE_DEFAULT 436e69a7ff8SHeiko Carstens 437c51ea988SVasily Gorbikconfig MARCH_Z17_TUNE 438c51ea988SVasily Gorbik def_bool TUNE_Z17 || MARCH_Z17 && TUNE_DEFAULT 439c51ea988SVasily Gorbik 4401db9e051SHeiko Carstenschoice 4411db9e051SHeiko Carstens prompt "Tune code generation" 4421db9e051SHeiko Carstens default TUNE_DEFAULT 4431db9e051SHeiko Carstens help 4441db9e051SHeiko Carstens Cause the compiler to tune (-mtune) the generated code for a machine. 4451db9e051SHeiko Carstens This will make the code run faster on the selected machine but 4461db9e051SHeiko Carstens somewhat slower on other machines. 4471db9e051SHeiko Carstens This option only changes how the compiler emits instructions, not the 4481db9e051SHeiko Carstens selection of instructions itself, so the resulting kernel will run on 4491db9e051SHeiko Carstens all other machines. 4501db9e051SHeiko Carstens 4511db9e051SHeiko Carstensconfig TUNE_DEFAULT 4521db9e051SHeiko Carstens bool "Default" 4531db9e051SHeiko Carstens help 4541db9e051SHeiko Carstens Tune the generated code for the target processor for which the kernel 4551db9e051SHeiko Carstens will be compiled. 4561db9e051SHeiko Carstens 4571db9e051SHeiko Carstensconfig TUNE_Z10 4581db9e051SHeiko Carstens bool "IBM System z10" 4591db9e051SHeiko Carstens 4601db9e051SHeiko Carstensconfig TUNE_Z196 4611db9e051SHeiko Carstens bool "IBM zEnterprise 114 and 196" 4625474080aSHeiko Carstens depends on $(cc-option,-mtune=z196) 4631db9e051SHeiko Carstens 4641db9e051SHeiko Carstensconfig TUNE_ZEC12 4651db9e051SHeiko Carstens bool "IBM zBC12 and zEC12" 4665474080aSHeiko Carstens depends on $(cc-option,-mtune=zEC12) 4671db9e051SHeiko Carstens 468f8b2dcbdSMartin Schwidefskyconfig TUNE_Z13 46989d0180aSHeiko Carstens bool "IBM z13s and z13" 4705474080aSHeiko Carstens depends on $(cc-option,-mtune=z13) 471f8b2dcbdSMartin Schwidefsky 4726997c323SMartin Schwidefskyconfig TUNE_Z14 47389d0180aSHeiko Carstens bool "IBM z14 ZR1 and z14" 4745474080aSHeiko Carstens depends on $(cc-option,-mtune=z14) 4756997c323SMartin Schwidefsky 476a0e22511SMartin Schwidefskyconfig TUNE_Z15 477a0e22511SMartin Schwidefsky bool "IBM z15" 4785474080aSHeiko Carstens depends on $(cc-option,-mtune=z15) 479a0e22511SMartin Schwidefsky 480e69a7ff8SHeiko Carstensconfig TUNE_Z16 481e69a7ff8SHeiko Carstens bool "IBM z16" 482e69a7ff8SHeiko Carstens depends on $(cc-option,-mtune=z16) 483e69a7ff8SHeiko Carstens 484c51ea988SVasily Gorbikconfig TUNE_Z17 485c51ea988SVasily Gorbik bool "IBM z17" 486c51ea988SVasily Gorbik depends on $(cc-option,-mtune=z17) 487c51ea988SVasily Gorbik 4881db9e051SHeiko Carstensendchoice 4891db9e051SHeiko Carstens 490347a8dc3SMartin Schwidefskyconfig 64BIT 4916f9a3c33SMartin Schwidefsky def_bool y 492d9f7a745SMartin Schwidefsky 493622021cdSSven Schnelleconfig COMMAND_LINE_SIZE 494622021cdSSven Schnelle int "Maximum size of kernel command line" 495622021cdSSven Schnelle default 4096 496622021cdSSven Schnelle range 896 1048576 497622021cdSSven Schnelle help 498622021cdSSven Schnelle This allows you to specify the maximum length of the kernel command 499622021cdSSven Schnelle line. 500622021cdSSven Schnelle 501843c48fdSJan Glauberconfig COMPAT 50277ed045eSHeiko Carstens def_bool n 503843c48fdSJan Glauber prompt "Kernel support for 31 bit emulation" 504843c48fdSJan Glauber select ARCH_WANT_OLD_COMPAT_IPC 5057eddd99cSAl Viro select COMPAT_OLD_SIGACTION 506fef747baSArnd Bergmann select HAVE_UID16 5072813893fSIulia Manda depends on MULTIUSER 508b20ea29aSNathan Chancellor depends on !CC_IS_CLANG && !LD_IS_LLD 509843c48fdSJan Glauber help 510843c48fdSJan Glauber Select this option if you want to enable your system kernel to 511843c48fdSJan Glauber handle system-calls from ELF binaries for 31 bit ESA. This option 512843c48fdSJan Glauber (and some other stuff like libraries and such) is needed for 51377ed045eSHeiko Carstens executing 31 bit applications. 51477ed045eSHeiko Carstens 51577ed045eSHeiko Carstens If unsure say N. 516843c48fdSJan Glauber 5171da177e4SLinus Torvaldsconfig SMP 5186f9a3c33SMartin Schwidefsky def_bool y 5191da177e4SLinus Torvalds 5201da177e4SLinus Torvaldsconfig NR_CPUS 5215c75a0daSHeiko Carstens int "Maximum number of CPUs (2-512)" 5225c75a0daSHeiko Carstens range 2 512 5235a79859aSHeiko Carstens default "64" 5241da177e4SLinus Torvalds help 5251da177e4SLinus Torvalds This allows you to specify the maximum number of CPUs which this 5265c75a0daSHeiko Carstens kernel will support. The maximum supported value is 512 and the 5271da177e4SLinus Torvalds minimum value which makes sense is 2. 5281da177e4SLinus Torvalds 5291da177e4SLinus Torvalds This is purely to save memory - each supported CPU adds 5301da177e4SLinus Torvalds approximately sixteen kilobytes to the kernel image. 5311da177e4SLinus Torvalds 5321da177e4SLinus Torvaldsconfig HOTPLUG_CPU 5336f9a3c33SMartin Schwidefsky def_bool y 5341da177e4SLinus Torvalds 5353a368f74SPhilipp Hachtmannconfig NUMA 5363a368f74SPhilipp Hachtmann bool "NUMA support" 53767626fadSHeiko Carstens depends on SCHED_TOPOLOGY 5383a368f74SPhilipp Hachtmann default n 5393a368f74SPhilipp Hachtmann help 5403a368f74SPhilipp Hachtmann Enable NUMA support 5413a368f74SPhilipp Hachtmann 5423a368f74SPhilipp Hachtmann This option adds NUMA support to the kernel. 5433a368f74SPhilipp Hachtmann 5443a368f74SPhilipp Hachtmannconfig NODES_SHIFT 545701dc81eSHeiko Carstens int 546a9ee6cf5SMike Rapoport depends on NUMA 547701dc81eSHeiko Carstens default "1" 548c29a7bafSMichael Holzheu 5499236b4ddSHeiko Carstensconfig SCHED_SMT 5509236b4ddSHeiko Carstens def_bool n 5519236b4ddSHeiko Carstens 5528d11e021SHeiko Carstensconfig SCHED_MC 55383a24e32SHeiko Carstens def_bool n 5548d11e021SHeiko Carstens 55510ad34bcSMartin Schwidefskyconfig SCHED_TOPOLOGY 5566f9a3c33SMartin Schwidefsky def_bool y 55710ad34bcSMartin Schwidefsky prompt "Topology scheduler support" 55810ad34bcSMartin Schwidefsky select SCHED_SMT 55983a24e32SHeiko Carstens select SCHED_MC 5604cb14bc8SHeiko Carstens help 56110ad34bcSMartin Schwidefsky Topology scheduler support improves the CPU scheduler's decision 56210ad34bcSMartin Schwidefsky making when dealing with machines that have multi-threading, 56310ad34bcSMartin Schwidefsky multiple cores or multiple books. 5644cb14bc8SHeiko Carstens 5657e627f81STobias Huschleconfig SCHED_TOPOLOGY_VERTICAL 5667e627f81STobias Huschle def_bool y 5677e627f81STobias Huschle bool "Use vertical CPU polarization by default" 5687e627f81STobias Huschle depends on SCHED_TOPOLOGY 5697e627f81STobias Huschle help 5707e627f81STobias Huschle Use vertical CPU polarization by default if available. 5717e627f81STobias Huschle The default CPU polarization is horizontal. 5727e627f81STobias Huschle 573b9271a53SMete Durluconfig HIPERDISPATCH_ON 574b9271a53SMete Durlu def_bool y 575b9271a53SMete Durlu bool "Use hiperdispatch on vertical polarization by default" 576b9271a53SMete Durlu depends on SCHED_TOPOLOGY 577b9271a53SMete Durlu depends on PROC_SYSCTL 578b9271a53SMete Durlu help 579b9271a53SMete Durlu Hiperdispatch aims to improve the CPU scheduler's decision 580b9271a53SMete Durlu making when using vertical polarization by adjusting CPU 581b9271a53SMete Durlu capacities dynamically. Set this option to use hiperdispatch 582b9271a53SMete Durlu on vertical polarization by default. This can be overwritten 583b9271a53SMete Durlu by sysctl's s390.hiperdispatch attribute later on. 584b9271a53SMete Durlu 5858636a1f9SMasahiro Yamadasource "kernel/Kconfig.hz" 586843c48fdSJan Glauber 5878cf57d72SAnastasia Eskovaconfig CERT_STORE 5888cf57d72SAnastasia Eskova bool "Get user certificates via DIAG320" 5898cf57d72SAnastasia Eskova depends on KEYS 590481daa50SSven Schnelle select CRYPTO_LIB_SHA256 5918cf57d72SAnastasia Eskova help 5928cf57d72SAnastasia Eskova Enable this option if you want to access user-provided secure boot 5938cf57d72SAnastasia Eskova certificates via DIAG 0x320. 5948cf57d72SAnastasia Eskova 5958cf57d72SAnastasia Eskova These certificates will be made available via the keyring named 5968cf57d72SAnastasia Eskova 'cert_store'. 5978cf57d72SAnastasia Eskova 598d768bd89SMartin Schwidefskyconfig KERNEL_NOBP 599d768bd89SMartin Schwidefsky def_bool n 600d768bd89SMartin Schwidefsky prompt "Enable modified branch prediction for the kernel by default" 601d768bd89SMartin Schwidefsky help 602d768bd89SMartin Schwidefsky If this option is selected the kernel will switch to a modified 603d768bd89SMartin Schwidefsky branch prediction mode if the firmware interface is available. 604d768bd89SMartin Schwidefsky The modified branch prediction mode improves the behaviour in 605d768bd89SMartin Schwidefsky regard to speculative execution. 606d768bd89SMartin Schwidefsky 607d768bd89SMartin Schwidefsky With the option enabled the kernel parameter "nobp=0" or "nospec" 608d768bd89SMartin Schwidefsky can be used to run the kernel in the normal branch prediction mode. 609d768bd89SMartin Schwidefsky 610d768bd89SMartin Schwidefsky With the option disabled the modified branch prediction mode is 611d768bd89SMartin Schwidefsky enabled with the "nobp=1" kernel parameter. 612d768bd89SMartin Schwidefsky 613d768bd89SMartin Schwidefsky If unsure, say N. 614d768bd89SMartin Schwidefsky 615f19fbd5eSMartin Schwidefskyconfig EXPOLINE 616f19fbd5eSMartin Schwidefsky def_bool n 6171d2ad084SVasily Gorbik depends on $(cc-option,-mindirect-branch=thunk) 618f19fbd5eSMartin Schwidefsky prompt "Avoid speculative indirect branches in the kernel" 619f19fbd5eSMartin Schwidefsky help 620f19fbd5eSMartin Schwidefsky Compile the kernel with the expoline compiler options to guard 621f19fbd5eSMartin Schwidefsky against kernel-to-user data leaks by avoiding speculative indirect 622f19fbd5eSMartin Schwidefsky branches. 623f19fbd5eSMartin Schwidefsky Requires a compiler with -mindirect-branch=thunk support for full 624f19fbd5eSMartin Schwidefsky protection. The kernel may run slower. 625f19fbd5eSMartin Schwidefsky 626f19fbd5eSMartin Schwidefsky If unsure, say N. 627f19fbd5eSMartin Schwidefsky 6281d2ad084SVasily Gorbikconfig EXPOLINE_EXTERN 6294eac37ffSVasily Gorbik def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \ 6304eac37ffSVasily Gorbik $(success,$(srctree)/arch/s390/tools/gcc-thunk-extern.sh $(CC)) 6311d2ad084SVasily Gorbik help 6324eac37ffSVasily Gorbik Generate expolines as external functions if the compiler supports it. 6334eac37ffSVasily Gorbik This option is required for some tooling like kpatch, if expolines 6344eac37ffSVasily Gorbik are enabled. The kernel is compiled with 6354eac37ffSVasily Gorbik -mindirect-branch=thunk-extern, which requires a newer compiler. 6361d2ad084SVasily Gorbik 637f19fbd5eSMartin Schwidefskychoice 638f19fbd5eSMartin Schwidefsky prompt "Expoline default" 639f19fbd5eSMartin Schwidefsky depends on EXPOLINE 640f19fbd5eSMartin Schwidefsky default EXPOLINE_FULL 641f19fbd5eSMartin Schwidefsky 642f19fbd5eSMartin Schwidefskyconfig EXPOLINE_OFF 643f19fbd5eSMartin Schwidefsky bool "spectre_v2=off" 644f19fbd5eSMartin Schwidefsky 6456e179d64SMartin Schwidefskyconfig EXPOLINE_AUTO 646f19fbd5eSMartin Schwidefsky bool "spectre_v2=auto" 647f19fbd5eSMartin Schwidefsky 648f19fbd5eSMartin Schwidefskyconfig EXPOLINE_FULL 649f19fbd5eSMartin Schwidefsky bool "spectre_v2=on" 650f19fbd5eSMartin Schwidefsky 651f19fbd5eSMartin Schwidefskyendchoice 652f19fbd5eSMartin Schwidefsky 653805bc0bcSGerald Schaeferconfig RELOCATABLE 65480ddf5ceSHeiko Carstens def_bool y 6559b400d17SArd Biesheuvel select ARCH_VMLINUX_NEEDS_RELOCS 656805bc0bcSGerald Schaefer help 657805bc0bcSGerald Schaefer This builds a kernel image that retains relocation information 658805bc0bcSGerald Schaefer so it can be loaded at an arbitrary address. 659805bc0bcSGerald Schaefer The relocations make the kernel image about 15% larger (compressed 660805bc0bcSGerald Schaefer 10%), but are discarded at runtime. 66180ddf5ceSHeiko Carstens Note: this option exists only for documentation purposes, please do 66280ddf5ceSHeiko Carstens not remove it. 663805bc0bcSGerald Schaefer 664b2d24b97SGerald Schaeferconfig RANDOMIZE_BASE 665b2d24b97SGerald Schaefer bool "Randomize the address of the kernel image (KASLR)" 666b2d24b97SGerald Schaefer default y 667b2d24b97SGerald Schaefer help 668b2d24b97SGerald Schaefer In support of Kernel Address Space Layout Randomization (KASLR), 669b2d24b97SGerald Schaefer this randomizes the address at which the kernel image is loaded, 670b2d24b97SGerald Schaefer as a security feature that deters exploit attempts relying on 671b2d24b97SGerald Schaefer knowledge of the location of kernel internals. 672b2d24b97SGerald Schaefer 67332db4019SAlexander Gordeevconfig RANDOMIZE_IDENTITY_BASE 67432db4019SAlexander Gordeev bool "Randomize the address of the identity mapping base" 67532db4019SAlexander Gordeev depends on RANDOMIZE_BASE 67632db4019SAlexander Gordeev default DEBUG_VM 67732db4019SAlexander Gordeev help 67832db4019SAlexander Gordeev The identity mapping base address is pinned to zero by default. 67932db4019SAlexander Gordeev Allow randomization of that base to expose otherwise missed 68032db4019SAlexander Gordeev notion of physical and virtual addresses of data structures. 68132db4019SAlexander Gordeev That does not have any impact on the base address at which the 68232db4019SAlexander Gordeev kernel image is loaded. 68332db4019SAlexander Gordeev 68432db4019SAlexander Gordeev If unsure, say N 68532db4019SAlexander Gordeev 68654f2ecc3SAlexander Gordeevconfig KERNEL_IMAGE_BASE 68754f2ecc3SAlexander Gordeev hex "Kernel image base address" 68854f2ecc3SAlexander Gordeev range 0x100000 0x1FFFFFE0000000 if !KASAN 68954f2ecc3SAlexander Gordeev range 0x100000 0x1BFFFFE0000000 if KASAN 69054f2ecc3SAlexander Gordeev default 0x3FFE0000000 if !KASAN 69154f2ecc3SAlexander Gordeev default 0x7FFFE0000000 if KASAN 69254f2ecc3SAlexander Gordeev help 69354f2ecc3SAlexander Gordeev This is the address at which the kernel image is loaded in case 69454f2ecc3SAlexander Gordeev Kernel Address Space Layout Randomization (KASLR) is disabled. 69554f2ecc3SAlexander Gordeev 69654f2ecc3SAlexander Gordeev In case the Protected virtualization guest support is enabled the 69754f2ecc3SAlexander Gordeev Ultravisor imposes a virtual address limit. If the value of this 69854f2ecc3SAlexander Gordeev option leads to the kernel image exceeding the Ultravisor limit, 69954f2ecc3SAlexander Gordeev this option is ignored and the image is loaded below the limit. 70054f2ecc3SAlexander Gordeev 70154f2ecc3SAlexander Gordeev If the value of this option leads to the kernel image overlapping 70254f2ecc3SAlexander Gordeev the virtual memory where other data structures are located, this 70354f2ecc3SAlexander Gordeev option is ignored and the image is loaded above the structures. 70454f2ecc3SAlexander Gordeev 705843c48fdSJan Glauberendmenu 706843c48fdSJan Glauber 707843c48fdSJan Glaubermenu "Memory setup" 708843c48fdSJan Glauber 709843c48fdSJan Glauberconfig ARCH_SPARSEMEM_ENABLE 7106f9a3c33SMartin Schwidefsky def_bool y 711843c48fdSJan Glauber select SPARSEMEM_VMEMMAP_ENABLE 712843c48fdSJan Glauber select SPARSEMEM_VMEMMAP 7131da177e4SLinus Torvalds 714843c48fdSJan Glauberconfig ARCH_SPARSEMEM_DEFAULT 7156f9a3c33SMartin Schwidefsky def_bool y 716e65e1fc2SAl Viro 717b8402b95SHeiko Carstensconfig MAX_PHYSMEM_BITS 718b8402b95SHeiko Carstens int "Maximum size of supported physical memory in bits (42-53)" 719b8402b95SHeiko Carstens range 42 53 720b8402b95SHeiko Carstens default "46" 721b8402b95SHeiko Carstens help 722b8402b95SHeiko Carstens This option specifies the maximum supported size of physical memory 723b8402b95SHeiko Carstens in bits. Supported is any size between 2^42 (4TB) and 2^53 (8PB). 724b8402b95SHeiko Carstens Increasing the number of bits also increases the kernel image size. 725b8402b95SHeiko Carstens By default 46 bits (64TB) are supported. 726b8402b95SHeiko Carstens 727843c48fdSJan Glauberendmenu 72861d48c2cSMartin Schwidefsky 729843c48fdSJan Glaubermenu "I/O subsystem" 7301da177e4SLinus Torvalds 7311da177e4SLinus Torvaldsconfig QDIO 7326f9a3c33SMartin Schwidefsky def_tristate y 7336f9a3c33SMartin Schwidefsky prompt "QDIO support" 734a7f7f624SMasahiro Yamada help 7358129ee16SFrank Pavlic This driver provides the Queued Direct I/O base support for 736efca13bcSUrsula Braun IBM System z. 7371da177e4SLinus Torvalds 7381da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 7391da177e4SLinus Torvalds module will be called qdio. 7401da177e4SLinus Torvalds 7411da177e4SLinus Torvalds If unsure, say Y. 7421da177e4SLinus Torvalds 743c8717a3dSJan Glauberif PCI 744c8717a3dSJan Glauber 745c8717a3dSJan Glauberconfig PCI_NR_FUNCTIONS 746c8717a3dSJan Glauber int "Maximum number of PCI functions (1-4096)" 747c8717a3dSJan Glauber range 1 4096 74810e59217SNiklas Schnelle default "512" 749c8717a3dSJan Glauber help 750c8717a3dSJan Glauber This allows you to specify the maximum number of PCI functions which 751c8717a3dSJan Glauber this kernel will support. 752c8717a3dSJan Glauber 753c8717a3dSJan Glauberendif # PCI 754c8717a3dSJan Glauber 755c8717a3dSJan Glauberconfig HAS_IOMEM 756c8717a3dSJan Glauber def_bool PCI 757c8717a3dSJan Glauber 7589d92a7e1SCornelia Huckconfig CHSC_SCH 759d9c11b1eSSebastian Ott def_tristate m 7606f9a3c33SMartin Schwidefsky prompt "Support for CHSC subchannels" 7619d92a7e1SCornelia Huck help 7629d92a7e1SCornelia Huck This driver allows usage of CHSC subchannels. A CHSC subchannel 7639d92a7e1SCornelia Huck is usually present on LPAR only. 7649d92a7e1SCornelia Huck The driver creates a device /dev/chsc, which may be used to 7659d92a7e1SCornelia Huck obtain I/O configuration information about the machine and 7669d92a7e1SCornelia Huck to issue asynchronous chsc commands (DANGEROUS). 7679d92a7e1SCornelia Huck You will usually only want to use this interface on a special 7689d92a7e1SCornelia Huck LPAR designated for system management. 7699d92a7e1SCornelia Huck 7709d92a7e1SCornelia Huck To compile this driver as a module, choose M here: the 7719d92a7e1SCornelia Huck module will be called chsc_sch. 7729d92a7e1SCornelia Huck 7739d92a7e1SCornelia Huck If unsure, say N. 7749d92a7e1SCornelia Huck 7751d1c8f78SSebastian Ottconfig SCM_BUS 7761d1c8f78SSebastian Ott def_bool y 7771d1c8f78SSebastian Ott prompt "SCM bus driver" 7781d1c8f78SSebastian Ott help 7791d1c8f78SSebastian Ott Bus driver for Storage Class Memory. 7801d1c8f78SSebastian Ott 781eadb86abSSebastian Ottconfig EADM_SCH 782eadb86abSSebastian Ott def_tristate m 783eadb86abSSebastian Ott prompt "Support for EADM subchannels" 784eadb86abSSebastian Ott depends on SCM_BUS 785eadb86abSSebastian Ott help 786eadb86abSSebastian Ott This driver allows usage of EADM subchannels. EADM subchannels act 787eadb86abSSebastian Ott as a communication vehicle for SCM increments. 788eadb86abSSebastian Ott 789eadb86abSSebastian Ott To compile this driver as a module, choose M here: the 790eadb86abSSebastian Ott module will be called eadm_sch. 791eadb86abSSebastian Ott 79212376084SHolger Denglerconfig AP 79312376084SHolger Dengler def_tristate y 79412376084SHolger Dengler prompt "Support for Adjunct Processors (ap)" 79512376084SHolger Dengler help 79612376084SHolger Dengler This driver allows usage to Adjunct Processor (AP) devices via 79712376084SHolger Dengler the ap bus, cards and queues. Supported Adjunct Processors are 79812376084SHolger Dengler the CryptoExpress Cards (CEX). 79912376084SHolger Dengler 80012376084SHolger Dengler To compile this driver as a module, choose M here: the 80112376084SHolger Dengler module will be called ap. 80212376084SHolger Dengler 80312376084SHolger Dengler If unsure, say Y (default). 80412376084SHolger Dengler 805b3840c8bSHolger Denglerconfig AP_DEBUG 806b3840c8bSHolger Dengler def_bool n 807b3840c8bSHolger Dengler prompt "Enable debug features for Adjunct Processor (ap) devices" 808b3840c8bSHolger Dengler depends on AP 809b3840c8bSHolger Dengler help 810b3840c8bSHolger Dengler Say 'Y' here to enable some additional debug features for Adjunct 811b3840c8bSHolger Dengler Processor (ap) devices. 812b3840c8bSHolger Dengler 813b3840c8bSHolger Dengler There will be some more sysfs attributes displayed for ap queues. 814b3840c8bSHolger Dengler 815b3840c8bSHolger Dengler Do not enable on production level kernel build. 816b3840c8bSHolger Dengler 817b3840c8bSHolger Dengler If unsure, say N. 818b3840c8bSHolger Dengler 81963f1934dSDong Jia Shiconfig VFIO_CCW 82063f1934dSDong Jia Shi def_tristate n 82163f1934dSDong Jia Shi prompt "Support for VFIO-CCW subchannels" 822de858a05SArnd Bergmann depends on VFIO 8238bf8c5eeSChristoph Hellwig select VFIO_MDEV 82463f1934dSDong Jia Shi help 82563f1934dSDong Jia Shi This driver allows usage of I/O subchannels via VFIO-CCW. 82663f1934dSDong Jia Shi 82763f1934dSDong Jia Shi To compile this driver as a module, choose M here: the 82863f1934dSDong Jia Shi module will be called vfio_ccw. 82963f1934dSDong Jia Shi 8301fde5734STony Krowiakconfig VFIO_AP 8311fde5734STony Krowiak def_tristate n 8321fde5734STony Krowiak prompt "VFIO support for AP devices" 8330f1cbf94SJason Gunthorpe depends on KVM 834de858a05SArnd Bergmann depends on VFIO 83512376084SHolger Dengler depends on AP 836de858a05SArnd Bergmann select VFIO_MDEV 8371fde5734STony Krowiak help 8381fde5734STony Krowiak This driver grants access to Adjunct Processor (AP) devices 8391fde5734STony Krowiak via the VFIO mediated device interface. 8401fde5734STony Krowiak 8411fde5734STony Krowiak To compile this driver as a module, choose M here: the module 8421fde5734STony Krowiak will be called vfio_ap. 8431fde5734STony Krowiak 844843c48fdSJan Glauberendmenu 845843c48fdSJan Glauber 846843c48fdSJan Glauberconfig CCW 847843c48fdSJan Glauber def_bool y 848843c48fdSJan Glauber 849b6ef86e9SUrsula Braunconfig HAVE_PNETID 850b6ef86e9SUrsula Braun tristate 851b6ef86e9SUrsula Braun default (SMC || CCWGROUP) 852b6ef86e9SUrsula Braun 853843c48fdSJan Glaubermenu "Virtualization" 854684de39bSHeiko Carstens 8551da177e4SLinus Torvaldsconfig PFAULT 8566f9a3c33SMartin Schwidefsky def_bool y 8576f9a3c33SMartin Schwidefsky prompt "Pseudo page fault support" 8581da177e4SLinus Torvalds help 8591da177e4SLinus Torvalds Select this option, if you want to use PFAULT pseudo page fault 8601da177e4SLinus Torvalds handling under VM. If running native or in LPAR, this option 8611da177e4SLinus Torvalds has no effect. If your VM does not support PFAULT, PAGEEX 8621da177e4SLinus Torvalds pseudo page fault handling will be used. 8631da177e4SLinus Torvalds Note that VM 4.2 supports PFAULT but has a bug in its 8641da177e4SLinus Torvalds implementation that causes some problems. 8651da177e4SLinus Torvalds Everybody who wants to run Linux under VM != VM4.2 should select 8661da177e4SLinus Torvalds this option. 8671da177e4SLinus Torvalds 8681da177e4SLinus Torvaldsconfig CMM 8696f9a3c33SMartin Schwidefsky def_tristate n 8706f9a3c33SMartin Schwidefsky prompt "Cooperative memory management" 8711da177e4SLinus Torvalds help 8721da177e4SLinus Torvalds Select this option, if you want to enable the kernel interface 8731da177e4SLinus Torvalds to reduce the memory size of the system. This is accomplished 8741da177e4SLinus Torvalds by allocating pages of memory and put them "on hold". This only 8751da177e4SLinus Torvalds makes sense for a system running under VM where the unused pages 8761da177e4SLinus Torvalds will be reused by VM for other guest systems. The interface 8771da177e4SLinus Torvalds allows an external monitor to balance memory of many systems. 8781da177e4SLinus Torvalds Everybody who wants to run Linux under VM should select this 8791da177e4SLinus Torvalds option. 8801da177e4SLinus Torvalds 8811da177e4SLinus Torvaldsconfig CMM_IUCV 8826f9a3c33SMartin Schwidefsky def_bool y 8836f9a3c33SMartin Schwidefsky prompt "IUCV special message interface to cooperative memory management" 8841da177e4SLinus Torvalds depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV) 8851da177e4SLinus Torvalds help 8861da177e4SLinus Torvalds Select this option to enable the special message interface to 8871da177e4SLinus Torvalds the cooperative memory management. 8881da177e4SLinus Torvalds 8891da177e4SLinus Torvaldsconfig APPLDATA_BASE 8906f9a3c33SMartin Schwidefsky def_bool n 8916f9a3c33SMartin Schwidefsky prompt "Linux - VM Monitor Stream, base infrastructure" 8925d3516b3SRandy Dunlap depends on PROC_SYSCTL 8931da177e4SLinus Torvalds help 8941da177e4SLinus Torvalds This provides a kernel interface for creating and updating z/VM APPLDATA 8951da177e4SLinus Torvalds monitor records. The monitor records are updated at certain time 8961da177e4SLinus Torvalds intervals, once the timer is started. 8971da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer, 8981da177e4SLinus Torvalds i.e. enables or disables monitoring on the Linux side. 8991da177e4SLinus Torvalds A custom interval value (in seconds) can be written to 9001da177e4SLinus Torvalds /proc/appldata/interval. 9011da177e4SLinus Torvalds 9021da177e4SLinus Torvalds Defaults are 60 seconds interval and timer off. 9031da177e4SLinus Torvalds The /proc entries can also be read from, showing the current settings. 9041da177e4SLinus Torvalds 9051da177e4SLinus Torvaldsconfig APPLDATA_MEM 9066f9a3c33SMartin Schwidefsky def_tristate m 9076f9a3c33SMartin Schwidefsky prompt "Monitor memory management statistics" 90862fb2ba3SAl Viro depends on APPLDATA_BASE && VM_EVENT_COUNTERS 9091da177e4SLinus Torvalds help 9101da177e4SLinus Torvalds This provides memory management related data to the Linux - VM Monitor 9111da177e4SLinus Torvalds Stream, like paging/swapping rate, memory utilisation, etc. 9121da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM 9131da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9141da177e4SLinus Torvalds on the z/VM side. 9151da177e4SLinus Torvalds 9161da177e4SLinus Torvalds Default is disabled. 9171da177e4SLinus Torvalds The /proc entry can also be read from, showing the current settings. 9181da177e4SLinus Torvalds 9191da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9201da177e4SLinus Torvalds appldata_mem.o. 9211da177e4SLinus Torvalds 9221da177e4SLinus Torvaldsconfig APPLDATA_OS 9236f9a3c33SMartin Schwidefsky def_tristate m 9246f9a3c33SMartin Schwidefsky prompt "Monitor OS statistics" 9251da177e4SLinus Torvalds depends on APPLDATA_BASE 9261da177e4SLinus Torvalds help 9271da177e4SLinus Torvalds This provides OS related data to the Linux - VM Monitor Stream, like 9281da177e4SLinus Torvalds CPU utilisation, etc. 9291da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM 9301da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9311da177e4SLinus Torvalds on the z/VM side. 9321da177e4SLinus Torvalds 9331da177e4SLinus Torvalds Default is disabled. 9341da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9351da177e4SLinus Torvalds appldata_os.o. 9361da177e4SLinus Torvalds 9371da177e4SLinus Torvaldsconfig APPLDATA_NET_SUM 9386f9a3c33SMartin Schwidefsky def_tristate m 9396f9a3c33SMartin Schwidefsky prompt "Monitor overall network statistics" 94070193af9SSachin Sant depends on APPLDATA_BASE && NET 9411da177e4SLinus Torvalds help 9421da177e4SLinus Torvalds This provides network related data to the Linux - VM Monitor Stream, 9431da177e4SLinus Torvalds currently there is only a total sum of network I/O statistics, no 9441da177e4SLinus Torvalds per-interface data. 9451da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM 9461da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9471da177e4SLinus Torvalds on the z/VM side. 9481da177e4SLinus Torvalds 9491da177e4SLinus Torvalds Default is disabled. 9501da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9511da177e4SLinus Torvalds appldata_net_sum.o. 9521da177e4SLinus Torvalds 9533325b4d8SHeiko Carstensconfig S390_HYPFS 9546f9a3c33SMartin Schwidefsky def_bool y 9553325b4d8SHeiko Carstens prompt "s390 hypervisor information" 9563325b4d8SHeiko Carstens help 9573325b4d8SHeiko Carstens This provides several binary files at (debugfs)/s390_hypfs/ to 9583325b4d8SHeiko Carstens provide accounting information in an s390 hypervisor environment. 9593325b4d8SHeiko Carstens 9603325b4d8SHeiko Carstensconfig S390_HYPFS_FS 9613325b4d8SHeiko Carstens def_bool n 9626f9a3c33SMartin Schwidefsky prompt "s390 hypervisor file system support" 96324bbb1faSMichael Holzheu select SYS_HYPERVISOR 9643325b4d8SHeiko Carstens depends on S390_HYPFS 96524bbb1faSMichael Holzheu help 96624bbb1faSMichael Holzheu This is a virtual file system intended to provide accounting 9673325b4d8SHeiko Carstens information in an s390 hypervisor environment. This file system 9683325b4d8SHeiko Carstens is deprecated and should not be used. 9693325b4d8SHeiko Carstens 9703325b4d8SHeiko Carstens Say N if you are unsure. 97124bbb1faSMichael Holzheu 972843c48fdSJan Glaubersource "arch/s390/kvm/Kconfig" 973411ed322SMichael Holzheu 974fa587743SCarsten Otteconfig S390_GUEST 9756f9a3c33SMartin Schwidefsky def_bool y 976510cf5a6SKees Cook prompt "s390 support for virtio devices" 97779b6f7fbSChen Gang select TTY 97880629b0bSChristian Borntraeger select VIRTUALIZATION 979fa587743SCarsten Otte select VIRTIO 980fa587743SCarsten Otte help 981bdd1fc27SCornelia Huck Enabling this option adds support for virtio based paravirtual device 982bdd1fc27SCornelia Huck drivers on s390. 983bdd1fc27SCornelia Huck 98420766c08SChristian Borntraeger Select this option if you want to run the kernel as a guest under 985bdd1fc27SCornelia Huck the KVM hypervisor. 986bcf5cef7SHeiko Carstens 9871da177e4SLinus Torvaldsendmenu 988badbf397SIlya Leoshkevich 98990c53187SIlya Leoshkevichconfig S390_MODULES_SANITY_TEST_HELPERS 99090c53187SIlya Leoshkevich def_bool n 99190c53187SIlya Leoshkevich 992badbf397SIlya Leoshkevichmenu "Selftests" 993badbf397SIlya Leoshkevich 994badbf397SIlya Leoshkevichconfig S390_UNWIND_SELFTEST 995badbf397SIlya Leoshkevich def_tristate n 99625d36a85SMete Durlu depends on KUNIT 99725d36a85SMete Durlu default KUNIT_ALL_TESTS 998badbf397SIlya Leoshkevich prompt "Test unwind functions" 999badbf397SIlya Leoshkevich help 1000badbf397SIlya Leoshkevich This option enables s390 specific stack unwinder testing kernel 1001badbf397SIlya Leoshkevich module. This option is not useful for distributions or general 1002badbf397SIlya Leoshkevich kernels, but only for kernel developers working on architecture code. 1003badbf397SIlya Leoshkevich 1004badbf397SIlya Leoshkevich Say N if you are unsure. 1005badbf397SIlya Leoshkevich 1006d340d28aSSven Schnelleconfig S390_KPROBES_SANITY_TEST 1007d340d28aSSven Schnelle def_tristate n 1008d340d28aSSven Schnelle prompt "Enable s390 specific kprobes tests" 1009d340d28aSSven Schnelle depends on KPROBES 1010d340d28aSSven Schnelle depends on KUNIT 1011d340d28aSSven Schnelle help 1012d340d28aSSven Schnelle This option enables an s390 specific kprobes test module. This option 1013d340d28aSSven Schnelle is not useful for distributions or general kernels, but only for kernel 1014d340d28aSSven Schnelle developers working on architecture code. 1015d340d28aSSven Schnelle 1016d340d28aSSven Schnelle Say N if you are unsure. 1017d340d28aSSven Schnelle 101890c53187SIlya Leoshkevichconfig S390_MODULES_SANITY_TEST 101990c53187SIlya Leoshkevich def_tristate n 102090c53187SIlya Leoshkevich depends on KUNIT 102190c53187SIlya Leoshkevich default KUNIT_ALL_TESTS 102290c53187SIlya Leoshkevich prompt "Enable s390 specific modules tests" 102390c53187SIlya Leoshkevich select S390_MODULES_SANITY_TEST_HELPERS 102490c53187SIlya Leoshkevich help 102590c53187SIlya Leoshkevich This option enables an s390 specific modules test. This option is 102690c53187SIlya Leoshkevich not useful for distributions or general kernels, but only for 102790c53187SIlya Leoshkevich kernel developers working on architecture code. 102890c53187SIlya Leoshkevich 102990c53187SIlya Leoshkevich Say N if you are unsure. 1030badbf397SIlya Leoshkevichendmenu 1031