1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvaldsconfig MMU 361d48c2cSMartin Schwidefsky def_bool y 41da177e4SLinus Torvalds 566701b14SChristoph Lameterconfig ZONE_DMA 669dbb2f7SHeiko Carstens def_bool y 766701b14SChristoph Lameter 82fd92273SHeiko Carstensconfig CPU_BIG_ENDIAN 92fd92273SHeiko Carstens def_bool y 102fd92273SHeiko Carstens 112b105ff9SIngo Molnarconfig LOCKDEP_SUPPORT 1261d48c2cSMartin Schwidefsky def_bool y 132b105ff9SIngo Molnar 145bdc9b44SHeiko Carstensconfig STACKTRACE_SUPPORT 1561d48c2cSMartin Schwidefsky def_bool y 165bdc9b44SHeiko Carstens 171da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK 181da177e4SLinus Torvalds bool 191da177e4SLinus Torvalds 201da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM 2161d48c2cSMartin Schwidefsky def_bool y 221da177e4SLinus Torvalds 23f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32 246f9a3c33SMartin Schwidefsky def_bool n 25f0d1b0b3SDavid Howells 26f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64 276f9a3c33SMartin Schwidefsky def_bool n 28f0d1b0b3SDavid Howells 297e33db4eSAkinobu Mitaconfig GENERIC_HWEIGHT 3061d48c2cSMartin Schwidefsky def_bool y 317e33db4eSAkinobu Mita 32c0007f1aSHeiko Carstensconfig GENERIC_BUG 336f9a3c33SMartin Schwidefsky def_bool y if BUG 34c0007f1aSHeiko Carstens 3552499f40SHeiko Carstensconfig GENERIC_BUG_RELATIVE_POINTERS 3652499f40SHeiko Carstens def_bool y 3752499f40SHeiko Carstens 38b6b40c53SMartin Schwidefskyconfig GENERIC_LOCKBREAK 396f9a3c33SMartin Schwidefsky def_bool y if SMP && PREEMPT 40b6b40c53SMartin Schwidefsky 41402b0862SCarsten Otteconfig PGSTE 426f9a3c33SMartin Schwidefsky def_bool y if KVM 43402b0862SCarsten Otte 446a11f75bSAkinobu Mitaconfig ARCH_SUPPORTS_DEBUG_PAGEALLOC 456a11f75bSAkinobu Mita def_bool y 466a11f75bSAkinobu Mita 47843c48fdSJan Glauberconfig AUDIT_ARCH 48843c48fdSJan Glauber def_bool y 49843c48fdSJan Glauber 50ce816fa8SUwe Kleine-Königconfig NO_IOPORT_MAP 51c8717a3dSJan Glauber def_bool y 52c8717a3dSJan Glauber 53c8717a3dSJan Glauberconfig PCI_QUIRKS 54c8717a3dSJan Glauber def_bool n 55c8717a3dSJan Glauber 562a0a5b22SJan Willekeconfig ARCH_SUPPORTS_UPROBES 575a79859aSHeiko Carstens def_bool y 582a0a5b22SJan Willeke 59347a8dc3SMartin Schwidefskyconfig S390 6061d48c2cSMartin Schwidefsky def_bool y 6123fefe11SMartin Schwidefsky select ARCH_BINFMT_ELF_STATE 6221266be9SDan Williams select ARCH_HAS_DEVMEM_IS_ALLOWED 632b68f6caSKees Cook select ARCH_HAS_ELF_RANDOMIZE 6479962038SHeiko Carstens select ARCH_HAS_FORTIFY_SOURCE 65957e3facSRiku Voipio select ARCH_HAS_GCOV_PROFILE_ALL 66e1073d1eSAneesh Kumar K.V select ARCH_HAS_GIGANTIC_PAGE if (MEMORY_ISOLATION && COMPACTION) || CMA 67907fa061SHeiko Carstens select ARCH_HAS_KCOV 683010a5eaSLaurent Dufour select ARCH_HAS_PTE_SPECIAL 69d2852a22SDaniel Borkmann select ARCH_HAS_SET_MEMORY 7047523c98SHeiko Carstens select ARCH_HAS_SG_CHAIN 71ad21fc4fSLaura Abbott select ARCH_HAS_STRICT_KERNEL_RWX 72ad21fc4fSLaura Abbott select ARCH_HAS_STRICT_MODULE_RWX 73c42d8c7dSChristian Borntraeger select ARCH_HAS_UBSAN_SANITIZE_ALL 740e0d04a8SHeiko Carstens select ARCH_HAVE_NMI_SAFE_CMPXCHG 756beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK 766beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_BH 776beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_IRQ 786beb0009SThomas Gleixner select ARCH_INLINE_READ_LOCK_IRQSAVE 790e0d04a8SHeiko Carstens select ARCH_INLINE_READ_TRYLOCK 806beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK 816beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_BH 826beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_IRQ 836beb0009SThomas Gleixner select ARCH_INLINE_READ_UNLOCK_IRQRESTORE 840e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK 850e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_BH 860e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_IRQ 870e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_LOCK_IRQSAVE 880e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_TRYLOCK 890e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_TRYLOCK_BH 900e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK 910e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_BH 920e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_IRQ 930e0d04a8SHeiko Carstens select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE 946beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK 956beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_BH 966beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_IRQ 976beb0009SThomas Gleixner select ARCH_INLINE_WRITE_LOCK_IRQSAVE 980e0d04a8SHeiko Carstens select ARCH_INLINE_WRITE_TRYLOCK 996beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK 1006beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_BH 1016beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_IRQ 1026beb0009SThomas Gleixner select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE 1030e0d04a8SHeiko Carstens select ARCH_SAVE_PAGE_KEYS if HIBERNATION 10436e7fdaaSChristian Borntraeger select ARCH_SUPPORTS_ATOMIC_RMW 105a763bc8bSPhilipp Hachtmann select ARCH_SUPPORTS_NUMA_BALANCING 106295d8fa9SChristian Borntraeger select ARCH_USE_BUILTIN_BSWAP 107efc1d23bSHeiko Carstens select ARCH_USE_CMPXCHG_LOCKREF 1083f6813b9SMartin Schwidefsky select ARCH_WANTS_DYNAMIC_TASK_STRUCT 109c42d8c7dSChristian Borntraeger select ARCH_WANTS_UBSAN_NO_NULL 110c1d7e01dSWill Deacon select ARCH_WANT_IPC_PARSE_VERSION 1110e0d04a8SHeiko Carstens select BUILDTIME_EXTABLE_SORT 1120e0d04a8SHeiko Carstens select CLONE_BACKWARDS2 1135d6a0163SHeiko Carstens select DYNAMIC_FTRACE if FUNCTION_TRACER 1140e0d04a8SHeiko Carstens select GENERIC_CLOCKEVENTS 1158f00b3e2SHendrik Brueckner select GENERIC_CPU_AUTOPROBE 1160e0d04a8SHeiko Carstens select GENERIC_CPU_DEVICES if !SMP 117d424986fSMartin Schwidefsky select GENERIC_CPU_VULNERABILITIES 118746479cdSHeiko Carstens select GENERIC_FIND_FIRST_BIT 119e80e7813SThomas Gleixner select GENERIC_SMP_IDLE_THREAD 12079c74ecbSMartin Schwidefsky select GENERIC_TIME_VSYSCALL 1210e0d04a8SHeiko Carstens select HAVE_ALIGNED_STRUCT_PAGE if SLUB 1227a017721SAKASHI Takahiro select HAVE_ARCH_AUDITSYSCALL 1235a79859aSHeiko Carstens select HAVE_ARCH_JUMP_LABEL 124fff7fb0bSZhaoxiu Zeng select CPU_NO_EFFICIENT_FFS if !HAVE_MARCH_Z9_109_FEATURES 125c63cb468SHeiko Carstens select HAVE_ARCH_SECCOMP_FILTER 1265614dd92SMartin Schwidefsky select HAVE_ARCH_SOFT_DIRTY 1270e0d04a8SHeiko Carstens select HAVE_ARCH_TRACEHOOK 1285a79859aSHeiko Carstens select HAVE_ARCH_TRANSPARENT_HUGEPAGE 1296077776bSDaniel Borkmann select HAVE_EBPF_JIT if PACK_STACK && HAVE_MARCH_Z196_FEATURES 1300e0d04a8SHeiko Carstens select HAVE_CMPXCHG_DOUBLE 1310e0d04a8SHeiko Carstens select HAVE_CMPXCHG_LOCAL 132f50c0e63SHeiko Carstens select HAVE_COPY_THREAD_TLS 1330e0d04a8SHeiko Carstens select HAVE_DEBUG_KMEMLEAK 134e1231b0eSHeiko Carstens select HAVE_DMA_CONTIGUOUS 135002e6745SChristoph Hellwig select DMA_DIRECT_OPS 1365a79859aSHeiko Carstens select HAVE_DYNAMIC_FTRACE 1375a79859aSHeiko Carstens select HAVE_DYNAMIC_FTRACE_WITH_REGS 1389078a549SChristian Borntraeger select HAVE_EFFICIENT_UNALIGNED_ACCESS 139*d983c89cSVasily Gorbik select HAVE_FENTRY 1400e0d04a8SHeiko Carstens select HAVE_FTRACE_MCOUNT_RECORD 1415a79859aSHeiko Carstens select HAVE_FUNCTION_GRAPH_TRACER 1425a79859aSHeiko Carstens select HAVE_FUNCTION_TRACER 14303b8c7b6SHeiko Carstens select HAVE_FUTEX_CMPXCHG if FUTEX 144dfd4c493SVasily Gorbik select HAVE_GCC_PLUGINS 1450e0d04a8SHeiko Carstens select HAVE_KERNEL_BZIP2 1460e0d04a8SHeiko Carstens select HAVE_KERNEL_GZIP 1478e2872ceSHeiko Carstens select HAVE_KERNEL_LZ4 1480e0d04a8SHeiko Carstens select HAVE_KERNEL_LZMA 1490e0d04a8SHeiko Carstens select HAVE_KERNEL_LZO 1500e0d04a8SHeiko Carstens select HAVE_KERNEL_XZ 1510e0d04a8SHeiko Carstens select HAVE_KPROBES 1520e0d04a8SHeiko Carstens select HAVE_KRETPROBES 1535a79859aSHeiko Carstens select HAVE_KVM 15421042d43SJiri Slaby select HAVE_LIVEPATCH 155c33eff60SHeiko Carstens select HAVE_PERF_REGS 156c33eff60SHeiko Carstens select HAVE_PERF_USER_STACK_DUMP 1570e0d04a8SHeiko Carstens select HAVE_MEMBLOCK 1580e0d04a8SHeiko Carstens select HAVE_MEMBLOCK_NODE_MAP 15950be6345SPhilipp Hachtmann select HAVE_MEMBLOCK_PHYS_MAP 160786d35d4SDavid Howells select HAVE_MOD_ARCH_SPECIFIC 161*d983c89cSVasily Gorbik select HAVE_NOP_MCOUNT 1620e0d04a8SHeiko Carstens select HAVE_OPROFILE 1630e0d04a8SHeiko Carstens select HAVE_PERF_EVENTS 1640e0d04a8SHeiko Carstens select HAVE_REGS_AND_STACK_ACCESS_API 1659d6d99e3SHeiko Carstens select HAVE_RSEQ 1660e0d04a8SHeiko Carstens select HAVE_SYSCALL_TRACEPOINTS 1670e0d04a8SHeiko Carstens select HAVE_VIRT_CPU_ACCOUNTING 168786d35d4SDavid Howells select MODULES_USE_ELF_RELA 16950be6345SPhilipp Hachtmann select NO_BOOTMEM 1707eddd99cSAl Viro select OLD_SIGACTION 17193bead43SHeiko Carstens select OLD_SIGSUSPEND3 172bb98f396SSebastian Ott select SPARSE_IRQ 1730e0d04a8SHeiko Carstens select SYSCTL_EXCEPTION_TRACE 174d5c352cdSHeiko Carstens select THREAD_INFO_IN_TASK 1750563416bSJosh Triplett select TTY 1760e0d04a8SHeiko Carstens select VIRT_CPU_ACCOUNTING 17740565b5aSStanislaw Gruszka select ARCH_HAS_SCALED_CPUTIME 17893bead43SHeiko Carstens select VIRT_TO_BUS 17942a0bb3fSPetr Mladek select HAVE_NMI 1803a368f74SPhilipp Hachtmann 1811da177e4SLinus Torvalds 182fca3e357SMartin Schwidefskyconfig SCHED_OMIT_FRAME_POINTER 1836f9a3c33SMartin Schwidefsky def_bool y 184fca3e357SMartin Schwidefsky 185c81956c9SKirill A. Shutemovconfig PGTABLE_LEVELS 186c81956c9SKirill A. Shutemov int 1871aea9b3fSMartin Schwidefsky default 5 188c81956c9SKirill A. Shutemov 1891da177e4SLinus Torvaldssource "init/Kconfig" 1901da177e4SLinus Torvalds 191dc52ddc0SMatt Helsleysource "kernel/Kconfig.freezer" 192dc52ddc0SMatt Helsley 19321042d43SJiri Slabysource "kernel/livepatch/Kconfig" 19421042d43SJiri Slaby 195843c48fdSJan Glaubermenu "Processor type and features" 1961da177e4SLinus Torvalds 197843c48fdSJan Glauberconfig HAVE_MARCH_Z900_FEATURES 198843c48fdSJan Glauber def_bool n 199843c48fdSJan Glauber 200843c48fdSJan Glauberconfig HAVE_MARCH_Z990_FEATURES 201843c48fdSJan Glauber def_bool n 202843c48fdSJan Glauber select HAVE_MARCH_Z900_FEATURES 203843c48fdSJan Glauber 204843c48fdSJan Glauberconfig HAVE_MARCH_Z9_109_FEATURES 205843c48fdSJan Glauber def_bool n 206843c48fdSJan Glauber select HAVE_MARCH_Z990_FEATURES 207843c48fdSJan Glauber 208843c48fdSJan Glauberconfig HAVE_MARCH_Z10_FEATURES 209843c48fdSJan Glauber def_bool n 210843c48fdSJan Glauber select HAVE_MARCH_Z9_109_FEATURES 211843c48fdSJan Glauber 212843c48fdSJan Glauberconfig HAVE_MARCH_Z196_FEATURES 213843c48fdSJan Glauber def_bool n 214843c48fdSJan Glauber select HAVE_MARCH_Z10_FEATURES 215843c48fdSJan Glauber 216991c1505SHeiko Carstensconfig HAVE_MARCH_ZEC12_FEATURES 217991c1505SHeiko Carstens def_bool n 218991c1505SHeiko Carstens select HAVE_MARCH_Z196_FEATURES 219991c1505SHeiko Carstens 220f8b2dcbdSMartin Schwidefskyconfig HAVE_MARCH_Z13_FEATURES 221f8b2dcbdSMartin Schwidefsky def_bool n 222f8b2dcbdSMartin Schwidefsky select HAVE_MARCH_ZEC12_FEATURES 223f8b2dcbdSMartin Schwidefsky 2246997c323SMartin Schwidefskyconfig HAVE_MARCH_Z14_FEATURES 2256997c323SMartin Schwidefsky def_bool n 2266997c323SMartin Schwidefsky select HAVE_MARCH_Z13_FEATURES 2276997c323SMartin Schwidefsky 228843c48fdSJan Glauberchoice 229843c48fdSJan Glauber prompt "Processor type" 2307072276eSMartin Schwidefsky default MARCH_Z196 231843c48fdSJan Glauber 232843c48fdSJan Glauberconfig MARCH_Z900 233843c48fdSJan Glauber bool "IBM zSeries model z800 and z900" 2345a79859aSHeiko Carstens select HAVE_MARCH_Z900_FEATURES 235843c48fdSJan Glauber help 236843c48fdSJan Glauber Select this to enable optimizations for model z800/z900 (2064 and 237843c48fdSJan Glauber 2066 series). This will enable some optimizations that are not 238843c48fdSJan Glauber available on older ESA/390 (31 Bit) only CPUs. 239843c48fdSJan Glauber 240843c48fdSJan Glauberconfig MARCH_Z990 241843c48fdSJan Glauber bool "IBM zSeries model z890 and z990" 2425a79859aSHeiko Carstens select HAVE_MARCH_Z990_FEATURES 243843c48fdSJan Glauber help 244843c48fdSJan Glauber Select this to enable optimizations for model z890/z990 (2084 and 245843c48fdSJan Glauber 2086 series). The kernel will be slightly faster but will not work 246843c48fdSJan Glauber on older machines. 247843c48fdSJan Glauber 248843c48fdSJan Glauberconfig MARCH_Z9_109 249843c48fdSJan Glauber bool "IBM System z9" 2505a79859aSHeiko Carstens select HAVE_MARCH_Z9_109_FEATURES 251843c48fdSJan Glauber help 252843c48fdSJan Glauber Select this to enable optimizations for IBM System z9 (2094 and 253843c48fdSJan Glauber 2096 series). The kernel will be slightly faster but will not work 254843c48fdSJan Glauber on older machines. 255843c48fdSJan Glauber 256843c48fdSJan Glauberconfig MARCH_Z10 257843c48fdSJan Glauber bool "IBM System z10" 2585a79859aSHeiko Carstens select HAVE_MARCH_Z10_FEATURES 259843c48fdSJan Glauber help 260843c48fdSJan Glauber Select this to enable optimizations for IBM System z10 (2097 and 261843c48fdSJan Glauber 2098 series). The kernel will be slightly faster but will not work 262843c48fdSJan Glauber on older machines. 263843c48fdSJan Glauber 264843c48fdSJan Glauberconfig MARCH_Z196 265843c48fdSJan Glauber bool "IBM zEnterprise 114 and 196" 2665a79859aSHeiko Carstens select HAVE_MARCH_Z196_FEATURES 267843c48fdSJan Glauber help 268843c48fdSJan Glauber Select this to enable optimizations for IBM zEnterprise 114 and 196 269843c48fdSJan Glauber (2818 and 2817 series). The kernel will be slightly faster but will 270843c48fdSJan Glauber not work on older machines. 271843c48fdSJan Glauber 272991c1505SHeiko Carstensconfig MARCH_ZEC12 27359471227SHeiko Carstens bool "IBM zBC12 and zEC12" 2745a79859aSHeiko Carstens select HAVE_MARCH_ZEC12_FEATURES 275991c1505SHeiko Carstens help 27659471227SHeiko Carstens Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and 27759471227SHeiko Carstens 2827 series). The kernel will be slightly faster but will not work on 27859471227SHeiko Carstens older machines. 279991c1505SHeiko Carstens 280f8b2dcbdSMartin Schwidefskyconfig MARCH_Z13 281bb3aa614SHeiko Carstens bool "IBM z13s and z13" 2825a79859aSHeiko Carstens select HAVE_MARCH_Z13_FEATURES 283f8b2dcbdSMartin Schwidefsky help 284bb3aa614SHeiko Carstens Select this to enable optimizations for IBM z13s and z13 (2965 and 285bb3aa614SHeiko Carstens 2964 series). The kernel will be slightly faster but will not work on 286bb3aa614SHeiko Carstens older machines. 287f8b2dcbdSMartin Schwidefsky 2886997c323SMartin Schwidefskyconfig MARCH_Z14 289451239ebSHeiko Carstens bool "IBM z14 ZR1 and z14" 2906997c323SMartin Schwidefsky select HAVE_MARCH_Z14_FEATURES 2916997c323SMartin Schwidefsky help 292451239ebSHeiko Carstens Select this to enable optimizations for IBM z14 ZR1 and z14 (3907 293451239ebSHeiko Carstens and 3906 series). The kernel will be slightly faster but will not 294451239ebSHeiko Carstens work on older machines. 2956997c323SMartin Schwidefsky 296843c48fdSJan Glauberendchoice 2971da177e4SLinus Torvalds 2981db9e051SHeiko Carstensconfig MARCH_Z900_TUNE 2991db9e051SHeiko Carstens def_bool TUNE_Z900 || MARCH_Z900 && TUNE_DEFAULT 3001db9e051SHeiko Carstens 3011db9e051SHeiko Carstensconfig MARCH_Z990_TUNE 3021db9e051SHeiko Carstens def_bool TUNE_Z990 || MARCH_Z990 && TUNE_DEFAULT 3031db9e051SHeiko Carstens 3041db9e051SHeiko Carstensconfig MARCH_Z9_109_TUNE 3051db9e051SHeiko Carstens def_bool TUNE_Z9_109 || MARCH_Z9_109 && TUNE_DEFAULT 3061db9e051SHeiko Carstens 3071db9e051SHeiko Carstensconfig MARCH_Z10_TUNE 3081db9e051SHeiko Carstens def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT 3091db9e051SHeiko Carstens 3101db9e051SHeiko Carstensconfig MARCH_Z196_TUNE 3111db9e051SHeiko Carstens def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT 3121db9e051SHeiko Carstens 3131db9e051SHeiko Carstensconfig MARCH_ZEC12_TUNE 3141db9e051SHeiko Carstens def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT 3151db9e051SHeiko Carstens 316f8b2dcbdSMartin Schwidefskyconfig MARCH_Z13_TUNE 317f8b2dcbdSMartin Schwidefsky def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT 318f8b2dcbdSMartin Schwidefsky 3196997c323SMartin Schwidefskyconfig MARCH_Z14_TUNE 3206997c323SMartin Schwidefsky def_bool TUNE_Z14 || MARCH_Z14 && TUNE_DEFAULT 3216997c323SMartin Schwidefsky 3221db9e051SHeiko Carstenschoice 3231db9e051SHeiko Carstens prompt "Tune code generation" 3241db9e051SHeiko Carstens default TUNE_DEFAULT 3251db9e051SHeiko Carstens help 3261db9e051SHeiko Carstens Cause the compiler to tune (-mtune) the generated code for a machine. 3271db9e051SHeiko Carstens This will make the code run faster on the selected machine but 3281db9e051SHeiko Carstens somewhat slower on other machines. 3291db9e051SHeiko Carstens This option only changes how the compiler emits instructions, not the 3301db9e051SHeiko Carstens selection of instructions itself, so the resulting kernel will run on 3311db9e051SHeiko Carstens all other machines. 3321db9e051SHeiko Carstens 3331db9e051SHeiko Carstensconfig TUNE_DEFAULT 3341db9e051SHeiko Carstens bool "Default" 3351db9e051SHeiko Carstens help 3361db9e051SHeiko Carstens Tune the generated code for the target processor for which the kernel 3371db9e051SHeiko Carstens will be compiled. 3381db9e051SHeiko Carstens 3391db9e051SHeiko Carstensconfig TUNE_Z900 3401db9e051SHeiko Carstens bool "IBM zSeries model z800 and z900" 3411db9e051SHeiko Carstens 3421db9e051SHeiko Carstensconfig TUNE_Z990 3431db9e051SHeiko Carstens bool "IBM zSeries model z890 and z990" 3441db9e051SHeiko Carstens 3451db9e051SHeiko Carstensconfig TUNE_Z9_109 3461db9e051SHeiko Carstens bool "IBM System z9" 3471db9e051SHeiko Carstens 3481db9e051SHeiko Carstensconfig TUNE_Z10 3491db9e051SHeiko Carstens bool "IBM System z10" 3501db9e051SHeiko Carstens 3511db9e051SHeiko Carstensconfig TUNE_Z196 3521db9e051SHeiko Carstens bool "IBM zEnterprise 114 and 196" 3531db9e051SHeiko Carstens 3541db9e051SHeiko Carstensconfig TUNE_ZEC12 3551db9e051SHeiko Carstens bool "IBM zBC12 and zEC12" 3561db9e051SHeiko Carstens 357f8b2dcbdSMartin Schwidefskyconfig TUNE_Z13 358f8b2dcbdSMartin Schwidefsky bool "IBM z13" 359f8b2dcbdSMartin Schwidefsky 3606997c323SMartin Schwidefskyconfig TUNE_Z14 3616997c323SMartin Schwidefsky bool "IBM z14" 3626997c323SMartin Schwidefsky 3631db9e051SHeiko Carstensendchoice 3641db9e051SHeiko Carstens 365347a8dc3SMartin Schwidefskyconfig 64BIT 3666f9a3c33SMartin Schwidefsky def_bool y 367d9f7a745SMartin Schwidefsky 368843c48fdSJan Glauberconfig COMPAT 369843c48fdSJan Glauber def_bool y 370843c48fdSJan Glauber prompt "Kernel support for 31 bit emulation" 371843c48fdSJan Glauber select COMPAT_BINFMT_ELF if BINFMT_ELF 372843c48fdSJan Glauber select ARCH_WANT_OLD_COMPAT_IPC 3737eddd99cSAl Viro select COMPAT_OLD_SIGACTION 3742813893fSIulia Manda depends on MULTIUSER 375843c48fdSJan Glauber help 376843c48fdSJan Glauber Select this option if you want to enable your system kernel to 377843c48fdSJan Glauber handle system-calls from ELF binaries for 31 bit ESA. This option 378843c48fdSJan Glauber (and some other stuff like libraries and such) is needed for 379843c48fdSJan Glauber executing 31 bit applications. It is safe to say "Y". 380843c48fdSJan Glauber 381843c48fdSJan Glauberconfig SYSVIPC_COMPAT 382843c48fdSJan Glauber def_bool y if COMPAT && SYSVIPC 383843c48fdSJan Glauber 3841da177e4SLinus Torvaldsconfig SMP 3856f9a3c33SMartin Schwidefsky def_bool y 3866f9a3c33SMartin Schwidefsky prompt "Symmetric multi-processing support" 3871da177e4SLinus Torvalds ---help--- 3881da177e4SLinus Torvalds This enables support for systems with more than one CPU. If you have 3891da177e4SLinus Torvalds a system with only one CPU, like most personal computers, say N. If 3901da177e4SLinus Torvalds you have a system with more than one CPU, say Y. 3911da177e4SLinus Torvalds 3924a474157SRobert Graffham If you say N here, the kernel will run on uni- and multiprocessor 3931da177e4SLinus Torvalds machines, but will use only one CPU of a multiprocessor machine. If 3941da177e4SLinus Torvalds you say Y here, the kernel will run on many, but not all, 3954a474157SRobert Graffham uniprocessor machines. On a uniprocessor machine, the kernel 3961da177e4SLinus Torvalds will run faster if you say N here. 3971da177e4SLinus Torvalds 39803502faaSAdrian Bunk See also the SMP-HOWTO available at 39903502faaSAdrian Bunk <http://www.tldp.org/docs.html#howto>. 4001da177e4SLinus Torvalds 4011da177e4SLinus Torvalds Even if you don't know what to do here, say Y. 4021da177e4SLinus Torvalds 4031da177e4SLinus Torvaldsconfig NR_CPUS 4045c75a0daSHeiko Carstens int "Maximum number of CPUs (2-512)" 4055c75a0daSHeiko Carstens range 2 512 4061da177e4SLinus Torvalds depends on SMP 4075a79859aSHeiko Carstens default "64" 4081da177e4SLinus Torvalds help 4091da177e4SLinus Torvalds This allows you to specify the maximum number of CPUs which this 4105c75a0daSHeiko Carstens kernel will support. The maximum supported value is 512 and the 4111da177e4SLinus Torvalds minimum value which makes sense is 2. 4121da177e4SLinus Torvalds 4131da177e4SLinus Torvalds This is purely to save memory - each supported CPU adds 4141da177e4SLinus Torvalds approximately sixteen kilobytes to the kernel image. 4151da177e4SLinus Torvalds 4161da177e4SLinus Torvaldsconfig HOTPLUG_CPU 4176f9a3c33SMartin Schwidefsky def_bool y 4186f9a3c33SMartin Schwidefsky prompt "Support for hot-pluggable CPUs" 4191da177e4SLinus Torvalds depends on SMP 4201da177e4SLinus Torvalds help 4211da177e4SLinus Torvalds Say Y here to be able to turn CPUs off and on. CPUs 4221da177e4SLinus Torvalds can be controlled through /sys/devices/system/cpu/cpu#. 4231da177e4SLinus Torvalds Say N if you want to disable CPU hotplug. 4241da177e4SLinus Torvalds 4253a368f74SPhilipp Hachtmann# Some NUMA nodes have memory ranges that span 4263a368f74SPhilipp Hachtmann# other nodes. Even though a pfn is valid and 4273a368f74SPhilipp Hachtmann# between a node's start and end pfns, it may not 4283a368f74SPhilipp Hachtmann# reside on that node. See memmap_init_zone() 4293a368f74SPhilipp Hachtmann# for details. <- They meant memory holes! 4303a368f74SPhilipp Hachtmannconfig NODES_SPAN_OTHER_NODES 4313a368f74SPhilipp Hachtmann def_bool NUMA 4323a368f74SPhilipp Hachtmann 4333a368f74SPhilipp Hachtmannconfig NUMA 4343a368f74SPhilipp Hachtmann bool "NUMA support" 435c095a949SHeiko Carstens depends on SMP && SCHED_TOPOLOGY 4363a368f74SPhilipp Hachtmann default n 4373a368f74SPhilipp Hachtmann help 4383a368f74SPhilipp Hachtmann Enable NUMA support 4393a368f74SPhilipp Hachtmann 4403a368f74SPhilipp Hachtmann This option adds NUMA support to the kernel. 4413a368f74SPhilipp Hachtmann 4423a368f74SPhilipp Hachtmann An operation mode can be selected by appending 4433a368f74SPhilipp Hachtmann numa=<method> to the kernel command line. 4443a368f74SPhilipp Hachtmann 4453a368f74SPhilipp Hachtmann The default behaviour is identical to appending numa=plain to 4463a368f74SPhilipp Hachtmann the command line. This will create just one node with all 4473a368f74SPhilipp Hachtmann available memory and all CPUs in it. 4483a368f74SPhilipp Hachtmann 4493a368f74SPhilipp Hachtmannconfig NODES_SHIFT 4503a368f74SPhilipp Hachtmann int "Maximum NUMA nodes (as a power of 2)" 4513a368f74SPhilipp Hachtmann range 1 10 4523a368f74SPhilipp Hachtmann depends on NUMA 4533a368f74SPhilipp Hachtmann default "4" 4543a368f74SPhilipp Hachtmann help 4553a368f74SPhilipp Hachtmann Specify the maximum number of NUMA nodes available on the target 4563a368f74SPhilipp Hachtmann system. Increases memory reserved to accommodate various tables. 4573a368f74SPhilipp Hachtmann 458c29a7bafSMichael Holzheumenu "Select NUMA modes" 459c29a7bafSMichael Holzheu depends on NUMA 460c29a7bafSMichael Holzheu 461c29a7bafSMichael Holzheuconfig NUMA_EMU 462c29a7bafSMichael Holzheu bool "NUMA emulation" 463c29a7bafSMichael Holzheu default y 464c29a7bafSMichael Holzheu help 465c29a7bafSMichael Holzheu Numa emulation mode will split the available system memory into 466c29a7bafSMichael Holzheu equal chunks which then are distributed over the configured number 467c29a7bafSMichael Holzheu of nodes in a round-robin manner. 468c29a7bafSMichael Holzheu 469c29a7bafSMichael Holzheu The number of fake nodes is limited by the number of available memory 470c29a7bafSMichael Holzheu chunks (i.e. memory size / fake size) and the number of supported 471c29a7bafSMichael Holzheu nodes in the kernel. 472c29a7bafSMichael Holzheu 473c29a7bafSMichael Holzheu The CPUs are assigned to the nodes in a way that partially respects 474c29a7bafSMichael Holzheu the original machine topology (if supported by the machine). 475c29a7bafSMichael Holzheu Fair distribution of the CPUs is not guaranteed. 476c29a7bafSMichael Holzheu 477c29a7bafSMichael Holzheuconfig EMU_SIZE 478c29a7bafSMichael Holzheu hex "NUMA emulation memory chunk size" 479c29a7bafSMichael Holzheu default 0x10000000 480c29a7bafSMichael Holzheu range 0x400000 0x100000000 481c29a7bafSMichael Holzheu depends on NUMA_EMU 482c29a7bafSMichael Holzheu help 483c29a7bafSMichael Holzheu Select the default size by which the memory is chopped and then 484c29a7bafSMichael Holzheu assigned to emulated NUMA nodes. 485c29a7bafSMichael Holzheu 486c29a7bafSMichael Holzheu This can be overridden by specifying 487c29a7bafSMichael Holzheu 488c29a7bafSMichael Holzheu emu_size=<n> 489c29a7bafSMichael Holzheu 490c29a7bafSMichael Holzheu on the kernel command line where also suffixes K, M, G, and T are 491c29a7bafSMichael Holzheu supported. 492c29a7bafSMichael Holzheu 493c29a7bafSMichael Holzheuendmenu 494c29a7bafSMichael Holzheu 4959236b4ddSHeiko Carstensconfig SCHED_SMT 4969236b4ddSHeiko Carstens def_bool n 4979236b4ddSHeiko Carstens 4988d11e021SHeiko Carstensconfig SCHED_MC 49983a24e32SHeiko Carstens def_bool n 5008d11e021SHeiko Carstens 5014cb14bc8SHeiko Carstensconfig SCHED_BOOK 50210ad34bcSMartin Schwidefsky def_bool n 50310ad34bcSMartin Schwidefsky 504adac0f1eSHeiko Carstensconfig SCHED_DRAWER 505adac0f1eSHeiko Carstens def_bool n 506adac0f1eSHeiko Carstens 50710ad34bcSMartin Schwidefskyconfig SCHED_TOPOLOGY 5086f9a3c33SMartin Schwidefsky def_bool y 50910ad34bcSMartin Schwidefsky prompt "Topology scheduler support" 51083a24e32SHeiko Carstens depends on SMP 51110ad34bcSMartin Schwidefsky select SCHED_SMT 51283a24e32SHeiko Carstens select SCHED_MC 51310ad34bcSMartin Schwidefsky select SCHED_BOOK 514adac0f1eSHeiko Carstens select SCHED_DRAWER 5154cb14bc8SHeiko Carstens help 51610ad34bcSMartin Schwidefsky Topology scheduler support improves the CPU scheduler's decision 51710ad34bcSMartin Schwidefsky making when dealing with machines that have multi-threading, 51810ad34bcSMartin Schwidefsky multiple cores or multiple books. 5194cb14bc8SHeiko Carstens 520843c48fdSJan Glaubersource kernel/Kconfig.preempt 521843c48fdSJan Glauber 522843c48fdSJan Glaubersource kernel/Kconfig.hz 523843c48fdSJan Glauber 524bdea9f6fSPhilipp Rudoconfig KEXEC 525bdea9f6fSPhilipp Rudo def_bool y 526bdea9f6fSPhilipp Rudo select KEXEC_CORE 527bdea9f6fSPhilipp Rudo 528bdea9f6fSPhilipp Rudoconfig KEXEC_FILE 529bdea9f6fSPhilipp Rudo bool "kexec file based system call" 530bdea9f6fSPhilipp Rudo select KEXEC_CORE 531bdea9f6fSPhilipp Rudo select BUILD_BIN2C 532bdea9f6fSPhilipp Rudo depends on CRYPTO 533bdea9f6fSPhilipp Rudo depends on CRYPTO_SHA256 534bdea9f6fSPhilipp Rudo depends on CRYPTO_SHA256_S390 535bdea9f6fSPhilipp Rudo help 536bdea9f6fSPhilipp Rudo Enable the kexec file based system call. In contrast to the normal 537bdea9f6fSPhilipp Rudo kexec system call this system call takes file descriptors for the 538bdea9f6fSPhilipp Rudo kernel and initramfs as arguments. 539bdea9f6fSPhilipp Rudo 540bdea9f6fSPhilipp Rudoconfig ARCH_HAS_KEXEC_PURGATORY 541bdea9f6fSPhilipp Rudo def_bool y 542bdea9f6fSPhilipp Rudo depends on KEXEC_FILE 543bdea9f6fSPhilipp Rudo 5444c637cd8SHarald Freudenbergerconfig ARCH_RANDOM 5454c637cd8SHarald Freudenberger def_bool y 5464c637cd8SHarald Freudenberger prompt "s390 architectural random number generation API" 5474c637cd8SHarald Freudenberger help 5484c637cd8SHarald Freudenberger Enable the s390 architectural random number generation API 5494c637cd8SHarald Freudenberger to provide random data for all consumers within the Linux 5504c637cd8SHarald Freudenberger kernel. 5514c637cd8SHarald Freudenberger 5524c637cd8SHarald Freudenberger When enabled the arch_random_* functions declared in linux/random.h 5534c637cd8SHarald Freudenberger are implemented. The implementation is based on the s390 CPACF 5544c637cd8SHarald Freudenberger instruction subfunction TRNG which provides a real true random 5554c637cd8SHarald Freudenberger number generator. 5564c637cd8SHarald Freudenberger 5574c637cd8SHarald Freudenberger If unsure, say Y. 5584c637cd8SHarald Freudenberger 559d768bd89SMartin Schwidefskyconfig KERNEL_NOBP 560d768bd89SMartin Schwidefsky def_bool n 561d768bd89SMartin Schwidefsky prompt "Enable modified branch prediction for the kernel by default" 562d768bd89SMartin Schwidefsky help 563d768bd89SMartin Schwidefsky If this option is selected the kernel will switch to a modified 564d768bd89SMartin Schwidefsky branch prediction mode if the firmware interface is available. 565d768bd89SMartin Schwidefsky The modified branch prediction mode improves the behaviour in 566d768bd89SMartin Schwidefsky regard to speculative execution. 567d768bd89SMartin Schwidefsky 568d768bd89SMartin Schwidefsky With the option enabled the kernel parameter "nobp=0" or "nospec" 569d768bd89SMartin Schwidefsky can be used to run the kernel in the normal branch prediction mode. 570d768bd89SMartin Schwidefsky 571d768bd89SMartin Schwidefsky With the option disabled the modified branch prediction mode is 572d768bd89SMartin Schwidefsky enabled with the "nobp=1" kernel parameter. 573d768bd89SMartin Schwidefsky 574d768bd89SMartin Schwidefsky If unsure, say N. 575d768bd89SMartin Schwidefsky 576f19fbd5eSMartin Schwidefskyconfig EXPOLINE 577f19fbd5eSMartin Schwidefsky def_bool n 578f19fbd5eSMartin Schwidefsky prompt "Avoid speculative indirect branches in the kernel" 579f19fbd5eSMartin Schwidefsky help 580f19fbd5eSMartin Schwidefsky Compile the kernel with the expoline compiler options to guard 581f19fbd5eSMartin Schwidefsky against kernel-to-user data leaks by avoiding speculative indirect 582f19fbd5eSMartin Schwidefsky branches. 583f19fbd5eSMartin Schwidefsky Requires a compiler with -mindirect-branch=thunk support for full 584f19fbd5eSMartin Schwidefsky protection. The kernel may run slower. 585f19fbd5eSMartin Schwidefsky 586f19fbd5eSMartin Schwidefsky If unsure, say N. 587f19fbd5eSMartin Schwidefsky 588f19fbd5eSMartin Schwidefskychoice 589f19fbd5eSMartin Schwidefsky prompt "Expoline default" 590f19fbd5eSMartin Schwidefsky depends on EXPOLINE 591f19fbd5eSMartin Schwidefsky default EXPOLINE_FULL 592f19fbd5eSMartin Schwidefsky 593f19fbd5eSMartin Schwidefskyconfig EXPOLINE_OFF 594f19fbd5eSMartin Schwidefsky bool "spectre_v2=off" 595f19fbd5eSMartin Schwidefsky 5966e179d64SMartin Schwidefskyconfig EXPOLINE_AUTO 597f19fbd5eSMartin Schwidefsky bool "spectre_v2=auto" 598f19fbd5eSMartin Schwidefsky 599f19fbd5eSMartin Schwidefskyconfig EXPOLINE_FULL 600f19fbd5eSMartin Schwidefsky bool "spectre_v2=on" 601f19fbd5eSMartin Schwidefsky 602f19fbd5eSMartin Schwidefskyendchoice 603f19fbd5eSMartin Schwidefsky 604843c48fdSJan Glauberendmenu 605843c48fdSJan Glauber 606843c48fdSJan Glaubermenu "Memory setup" 607843c48fdSJan Glauber 608843c48fdSJan Glauberconfig ARCH_SPARSEMEM_ENABLE 6096f9a3c33SMartin Schwidefsky def_bool y 610843c48fdSJan Glauber select SPARSEMEM_VMEMMAP_ENABLE 611843c48fdSJan Glauber select SPARSEMEM_VMEMMAP 6121da177e4SLinus Torvalds 613843c48fdSJan Glauberconfig ARCH_SPARSEMEM_DEFAULT 6146f9a3c33SMartin Schwidefsky def_bool y 615e65e1fc2SAl Viro 616843c48fdSJan Glauberconfig ARCH_SELECT_MEMORY_MODEL 617843c48fdSJan Glauber def_bool y 61805445169SHeiko Carstens 619843c48fdSJan Glauberconfig ARCH_ENABLE_MEMORY_HOTPLUG 620843c48fdSJan Glauber def_bool y if SPARSEMEM 62105445169SHeiko Carstens 622843c48fdSJan Glauberconfig ARCH_ENABLE_MEMORY_HOTREMOVE 623843c48fdSJan Glauber def_bool y 62405445169SHeiko Carstens 625ec66ad66SMartin Schwidefskyconfig ARCH_ENABLE_SPLIT_PMD_PTLOCK 626ec66ad66SMartin Schwidefsky def_bool y 627ec66ad66SMartin Schwidefsky 628843c48fdSJan Glauberconfig FORCE_MAX_ZONEORDER 629843c48fdSJan Glauber int 630843c48fdSJan Glauber default "9" 63105445169SHeiko Carstens 632843c48fdSJan Glaubersource "mm/Kconfig" 6331da177e4SLinus Torvalds 634b8402b95SHeiko Carstensconfig MAX_PHYSMEM_BITS 635b8402b95SHeiko Carstens int "Maximum size of supported physical memory in bits (42-53)" 636b8402b95SHeiko Carstens range 42 53 637b8402b95SHeiko Carstens default "46" 638b8402b95SHeiko Carstens help 639b8402b95SHeiko Carstens This option specifies the maximum supported size of physical memory 640b8402b95SHeiko Carstens in bits. Supported is any size between 2^42 (4TB) and 2^53 (8PB). 641b8402b95SHeiko Carstens Increasing the number of bits also increases the kernel image size. 642b8402b95SHeiko Carstens By default 46 bits (64TB) are supported. 643b8402b95SHeiko Carstens 6441da177e4SLinus Torvaldsconfig PACK_STACK 6456f9a3c33SMartin Schwidefsky def_bool y 6466f9a3c33SMartin Schwidefsky prompt "Pack kernel stack" 6471da177e4SLinus Torvalds help 6481da177e4SLinus Torvalds This option enables the compiler option -mkernel-backchain if it 6491da177e4SLinus Torvalds is available. If the option is available the compiler supports 6501da177e4SLinus Torvalds the new stack layout which dramatically reduces the minimum stack 6511da177e4SLinus Torvalds frame size. With an old compiler a non-leaf function needs a 6521da177e4SLinus Torvalds minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With 6531da177e4SLinus Torvalds -mkernel-backchain the minimum size drops to 16 byte on 31 bit 6541da177e4SLinus Torvalds and 24 byte on 64 bit. 6551da177e4SLinus Torvalds 6561da177e4SLinus Torvalds Say Y if you are unsure. 6571da177e4SLinus Torvalds 6581da177e4SLinus Torvaldsconfig CHECK_STACK 6596f9a3c33SMartin Schwidefsky def_bool y 6606f9a3c33SMartin Schwidefsky prompt "Detect kernel stack overflow" 6611da177e4SLinus Torvalds help 6621da177e4SLinus Torvalds This option enables the compiler option -mstack-guard and 6631da177e4SLinus Torvalds -mstack-size if they are available. If the compiler supports them 6641da177e4SLinus Torvalds it will emit additional code to each function prolog to trigger 6651da177e4SLinus Torvalds an illegal operation if the kernel stack is about to overflow. 6661da177e4SLinus Torvalds 6671da177e4SLinus Torvalds Say N if you are unsure. 6681da177e4SLinus Torvalds 6691da177e4SLinus Torvaldsconfig STACK_GUARD 6701da177e4SLinus Torvalds int "Size of the guard area (128-1024)" 6711da177e4SLinus Torvalds range 128 1024 6721da177e4SLinus Torvalds depends on CHECK_STACK 6731da177e4SLinus Torvalds default "256" 6741da177e4SLinus Torvalds help 6751da177e4SLinus Torvalds This allows you to specify the size of the guard area at the lower 6761da177e4SLinus Torvalds end of the kernel stack. If the kernel stack points into the guard 6771da177e4SLinus Torvalds area on function entry an illegal operation is triggered. The size 6781da177e4SLinus Torvalds needs to be a power of 2. Please keep in mind that the size of an 6791da177e4SLinus Torvalds interrupt frame is 184 bytes for 31 bit and 328 bytes on 64 bit. 6801da177e4SLinus Torvalds The minimum size for the stack guard should be 256 for 31 bit and 6811da177e4SLinus Torvalds 512 for 64 bit. 6821da177e4SLinus Torvalds 6832c190da4SJan Glauberconfig WARN_DYNAMIC_STACK 6846f9a3c33SMartin Schwidefsky def_bool n 6852c190da4SJan Glauber prompt "Emit compiler warnings for function with dynamic stack usage" 6861da177e4SLinus Torvalds help 6872c190da4SJan Glauber This option enables the compiler option -mwarn-dynamicstack. If the 6882c190da4SJan Glauber compiler supports this options generates warnings for functions 6892c190da4SJan Glauber that dynamically allocate stack space using alloca. 6901da177e4SLinus Torvalds 6911da177e4SLinus Torvalds Say N if you are unsure. 6921da177e4SLinus Torvalds 693843c48fdSJan Glauberendmenu 69461d48c2cSMartin Schwidefsky 695843c48fdSJan Glaubermenu "I/O subsystem" 6961da177e4SLinus Torvalds 6971da177e4SLinus Torvaldsconfig QDIO 6986f9a3c33SMartin Schwidefsky def_tristate y 6996f9a3c33SMartin Schwidefsky prompt "QDIO support" 7001da177e4SLinus Torvalds ---help--- 7018129ee16SFrank Pavlic This driver provides the Queued Direct I/O base support for 702efca13bcSUrsula Braun IBM System z. 7031da177e4SLinus Torvalds 7041da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 7051da177e4SLinus Torvalds module will be called qdio. 7061da177e4SLinus Torvalds 7071da177e4SLinus Torvalds If unsure, say Y. 7081da177e4SLinus Torvalds 709c8717a3dSJan Glaubermenuconfig PCI 710c8717a3dSJan Glauber bool "PCI support" 711c8717a3dSJan Glauber select PCI_MSI 712a4ce5a48SChristoph Hellwig select IOMMU_HELPER 7138128f23cSGerald Schaefer select IOMMU_SUPPORT 714f616ab59SChristoph Hellwig select NEED_DMA_MAP_STATE 71586596f0aSChristoph Hellwig select NEED_SG_DMA_LENGTH 716a4ce5a48SChristoph Hellwig 717c8717a3dSJan Glauber help 718c8717a3dSJan Glauber Enable PCI support. 719c8717a3dSJan Glauber 720c8717a3dSJan Glauberif PCI 721c8717a3dSJan Glauber 722c8717a3dSJan Glauberconfig PCI_NR_FUNCTIONS 723c8717a3dSJan Glauber int "Maximum number of PCI functions (1-4096)" 724c8717a3dSJan Glauber range 1 4096 725b18601b0SSebastian Ott default "128" 726c8717a3dSJan Glauber help 727c8717a3dSJan Glauber This allows you to specify the maximum number of PCI functions which 728c8717a3dSJan Glauber this kernel will support. 729c8717a3dSJan Glauber 730c8717a3dSJan Glaubersource "drivers/pci/Kconfig" 731c8717a3dSJan Glauber 732c8717a3dSJan Glauberendif # PCI 733c8717a3dSJan Glauber 734c8717a3dSJan Glauberconfig PCI_DOMAINS 735c8717a3dSJan Glauber def_bool PCI 736c8717a3dSJan Glauber 737c8717a3dSJan Glauberconfig HAS_IOMEM 738c8717a3dSJan Glauber def_bool PCI 739c8717a3dSJan Glauber 7409d92a7e1SCornelia Huckconfig CHSC_SCH 741d9c11b1eSSebastian Ott def_tristate m 7426f9a3c33SMartin Schwidefsky prompt "Support for CHSC subchannels" 7439d92a7e1SCornelia Huck help 7449d92a7e1SCornelia Huck This driver allows usage of CHSC subchannels. A CHSC subchannel 7459d92a7e1SCornelia Huck is usually present on LPAR only. 7469d92a7e1SCornelia Huck The driver creates a device /dev/chsc, which may be used to 7479d92a7e1SCornelia Huck obtain I/O configuration information about the machine and 7489d92a7e1SCornelia Huck to issue asynchronous chsc commands (DANGEROUS). 7499d92a7e1SCornelia Huck You will usually only want to use this interface on a special 7509d92a7e1SCornelia Huck LPAR designated for system management. 7519d92a7e1SCornelia Huck 7529d92a7e1SCornelia Huck To compile this driver as a module, choose M here: the 7539d92a7e1SCornelia Huck module will be called chsc_sch. 7549d92a7e1SCornelia Huck 7559d92a7e1SCornelia Huck If unsure, say N. 7569d92a7e1SCornelia Huck 7571d1c8f78SSebastian Ottconfig SCM_BUS 7581d1c8f78SSebastian Ott def_bool y 7591d1c8f78SSebastian Ott prompt "SCM bus driver" 7601d1c8f78SSebastian Ott help 7611d1c8f78SSebastian Ott Bus driver for Storage Class Memory. 7621d1c8f78SSebastian Ott 763eadb86abSSebastian Ottconfig EADM_SCH 764eadb86abSSebastian Ott def_tristate m 765eadb86abSSebastian Ott prompt "Support for EADM subchannels" 766eadb86abSSebastian Ott depends on SCM_BUS 767eadb86abSSebastian Ott help 768eadb86abSSebastian Ott This driver allows usage of EADM subchannels. EADM subchannels act 769eadb86abSSebastian Ott as a communication vehicle for SCM increments. 770eadb86abSSebastian Ott 771eadb86abSSebastian Ott To compile this driver as a module, choose M here: the 772eadb86abSSebastian Ott module will be called eadm_sch. 773eadb86abSSebastian Ott 77463f1934dSDong Jia Shiconfig VFIO_CCW 77563f1934dSDong Jia Shi def_tristate n 77663f1934dSDong Jia Shi prompt "Support for VFIO-CCW subchannels" 77784cd8fc4SDong Jia Shi depends on S390_CCW_IOMMU && VFIO_MDEV 77863f1934dSDong Jia Shi help 77963f1934dSDong Jia Shi This driver allows usage of I/O subchannels via VFIO-CCW. 78063f1934dSDong Jia Shi 78163f1934dSDong Jia Shi To compile this driver as a module, choose M here: the 78263f1934dSDong Jia Shi module will be called vfio_ccw. 78363f1934dSDong Jia Shi 784843c48fdSJan Glauberendmenu 785843c48fdSJan Glauber 786843c48fdSJan Glaubermenu "Dump support" 787843c48fdSJan Glauber 788843c48fdSJan Glauberconfig CRASH_DUMP 789843c48fdSJan Glauber bool "kernel crash dumps" 7905a79859aSHeiko Carstens depends on SMP 791843c48fdSJan Glauber select KEXEC 792843c48fdSJan Glauber help 793843c48fdSJan Glauber Generate crash dump after being started by kexec. 794843c48fdSJan Glauber Crash dump kernels are loaded in the main kernel with kexec-tools 795843c48fdSJan Glauber into a specially reserved region and then later executed after 796843c48fdSJan Glauber a crash by kdump/kexec. 797843c48fdSJan Glauber Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. 798bf28a597SMichael Holzheu This option also enables s390 zfcpdump. 799bf28a597SMichael Holzheu See also <file:Documentation/s390/zfcpdump.txt> 800843c48fdSJan Glauber 801843c48fdSJan Glauberendmenu 802843c48fdSJan Glauber 803843c48fdSJan Glaubermenu "Executable file formats / Emulations" 8041da177e4SLinus Torvalds 8051da177e4SLinus Torvaldssource "fs/Kconfig.binfmt" 8061da177e4SLinus Torvalds 807843c48fdSJan Glauberconfig SECCOMP 808843c48fdSJan Glauber def_bool y 809843c48fdSJan Glauber prompt "Enable seccomp to safely compute untrusted bytecode" 810843c48fdSJan Glauber depends on PROC_FS 811843c48fdSJan Glauber help 812843c48fdSJan Glauber This kernel feature is useful for number crunching applications 813843c48fdSJan Glauber that may need to compute untrusted bytecode during their 814843c48fdSJan Glauber execution. By using pipes or other transports made available to 815843c48fdSJan Glauber the process as file descriptors supporting the read/write 816843c48fdSJan Glauber syscalls, it's possible to isolate those applications in 817843c48fdSJan Glauber their own address space using seccomp. Once seccomp is 818843c48fdSJan Glauber enabled via /proc/<pid>/seccomp, it cannot be disabled 819843c48fdSJan Glauber and the task is only allowed to execute a few safe syscalls 820843c48fdSJan Glauber defined by each seccomp mode. 821843c48fdSJan Glauber 822843c48fdSJan Glauber If unsure, say Y. 823843c48fdSJan Glauber 824843c48fdSJan Glauberendmenu 825843c48fdSJan Glauber 826843c48fdSJan Glaubermenu "Power Management" 827843c48fdSJan Glauber 828843c48fdSJan Glauberconfig ARCH_HIBERNATION_POSSIBLE 8295a79859aSHeiko Carstens def_bool y 830843c48fdSJan Glauber 831843c48fdSJan Glaubersource "kernel/power/Kconfig" 832843c48fdSJan Glauber 833843c48fdSJan Glauberendmenu 834843c48fdSJan Glauber 835843c48fdSJan Glaubersource "net/Kconfig" 836843c48fdSJan Glauber 837843c48fdSJan Glauberconfig PCMCIA 838843c48fdSJan Glauber def_bool n 839843c48fdSJan Glauber 840843c48fdSJan Glauberconfig CCW 841843c48fdSJan Glauber def_bool y 842843c48fdSJan Glauber 843843c48fdSJan Glaubersource "drivers/Kconfig" 844843c48fdSJan Glauber 845b6ef86e9SUrsula Braunconfig HAVE_PNETID 846b6ef86e9SUrsula Braun tristate 847b6ef86e9SUrsula Braun default (SMC || CCWGROUP) 848b6ef86e9SUrsula Braun 849843c48fdSJan Glaubersource "fs/Kconfig" 850843c48fdSJan Glauber 851843c48fdSJan Glaubersource "arch/s390/Kconfig.debug" 852843c48fdSJan Glauber 853843c48fdSJan Glaubersource "security/Kconfig" 854843c48fdSJan Glauber 855843c48fdSJan Glaubersource "crypto/Kconfig" 856843c48fdSJan Glauber 857843c48fdSJan Glaubersource "lib/Kconfig" 858843c48fdSJan Glauber 859843c48fdSJan Glaubermenu "Virtualization" 860684de39bSHeiko Carstens 8611da177e4SLinus Torvaldsconfig PFAULT 8626f9a3c33SMartin Schwidefsky def_bool y 8636f9a3c33SMartin Schwidefsky prompt "Pseudo page fault support" 8641da177e4SLinus Torvalds help 8651da177e4SLinus Torvalds Select this option, if you want to use PFAULT pseudo page fault 8661da177e4SLinus Torvalds handling under VM. If running native or in LPAR, this option 8671da177e4SLinus Torvalds has no effect. If your VM does not support PFAULT, PAGEEX 8681da177e4SLinus Torvalds pseudo page fault handling will be used. 8691da177e4SLinus Torvalds Note that VM 4.2 supports PFAULT but has a bug in its 8701da177e4SLinus Torvalds implementation that causes some problems. 8711da177e4SLinus Torvalds Everybody who wants to run Linux under VM != VM4.2 should select 8721da177e4SLinus Torvalds this option. 8731da177e4SLinus Torvalds 8741da177e4SLinus Torvaldsconfig CMM 8756f9a3c33SMartin Schwidefsky def_tristate n 8766f9a3c33SMartin Schwidefsky prompt "Cooperative memory management" 8771da177e4SLinus Torvalds help 8781da177e4SLinus Torvalds Select this option, if you want to enable the kernel interface 8791da177e4SLinus Torvalds to reduce the memory size of the system. This is accomplished 8801da177e4SLinus Torvalds by allocating pages of memory and put them "on hold". This only 8811da177e4SLinus Torvalds makes sense for a system running under VM where the unused pages 8821da177e4SLinus Torvalds will be reused by VM for other guest systems. The interface 8831da177e4SLinus Torvalds allows an external monitor to balance memory of many systems. 8841da177e4SLinus Torvalds Everybody who wants to run Linux under VM should select this 8851da177e4SLinus Torvalds option. 8861da177e4SLinus Torvalds 8871da177e4SLinus Torvaldsconfig CMM_IUCV 8886f9a3c33SMartin Schwidefsky def_bool y 8896f9a3c33SMartin Schwidefsky prompt "IUCV special message interface to cooperative memory management" 8901da177e4SLinus Torvalds depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV) 8911da177e4SLinus Torvalds help 8921da177e4SLinus Torvalds Select this option to enable the special message interface to 8931da177e4SLinus Torvalds the cooperative memory management. 8941da177e4SLinus Torvalds 8951da177e4SLinus Torvaldsconfig APPLDATA_BASE 8966f9a3c33SMartin Schwidefsky def_bool n 8976f9a3c33SMartin Schwidefsky prompt "Linux - VM Monitor Stream, base infrastructure" 898c185b783SMartin Schwidefsky depends on PROC_FS 8991da177e4SLinus Torvalds help 9001da177e4SLinus Torvalds This provides a kernel interface for creating and updating z/VM APPLDATA 9011da177e4SLinus Torvalds monitor records. The monitor records are updated at certain time 9021da177e4SLinus Torvalds intervals, once the timer is started. 9031da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer, 9041da177e4SLinus Torvalds i.e. enables or disables monitoring on the Linux side. 9051da177e4SLinus Torvalds A custom interval value (in seconds) can be written to 9061da177e4SLinus Torvalds /proc/appldata/interval. 9071da177e4SLinus Torvalds 9081da177e4SLinus Torvalds Defaults are 60 seconds interval and timer off. 9091da177e4SLinus Torvalds The /proc entries can also be read from, showing the current settings. 9101da177e4SLinus Torvalds 9111da177e4SLinus Torvaldsconfig APPLDATA_MEM 9126f9a3c33SMartin Schwidefsky def_tristate m 9136f9a3c33SMartin Schwidefsky prompt "Monitor memory management statistics" 91462fb2ba3SAl Viro depends on APPLDATA_BASE && VM_EVENT_COUNTERS 9151da177e4SLinus Torvalds help 9161da177e4SLinus Torvalds This provides memory management related data to the Linux - VM Monitor 9171da177e4SLinus Torvalds Stream, like paging/swapping rate, memory utilisation, etc. 9181da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM 9191da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9201da177e4SLinus Torvalds on the z/VM side. 9211da177e4SLinus Torvalds 9221da177e4SLinus Torvalds Default is disabled. 9231da177e4SLinus Torvalds The /proc entry can also be read from, showing the current settings. 9241da177e4SLinus Torvalds 9251da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9261da177e4SLinus Torvalds appldata_mem.o. 9271da177e4SLinus Torvalds 9281da177e4SLinus Torvaldsconfig APPLDATA_OS 9296f9a3c33SMartin Schwidefsky def_tristate m 9306f9a3c33SMartin Schwidefsky prompt "Monitor OS statistics" 9311da177e4SLinus Torvalds depends on APPLDATA_BASE 9321da177e4SLinus Torvalds help 9331da177e4SLinus Torvalds This provides OS related data to the Linux - VM Monitor Stream, like 9341da177e4SLinus Torvalds CPU utilisation, etc. 9351da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM 9361da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9371da177e4SLinus Torvalds on the z/VM side. 9381da177e4SLinus Torvalds 9391da177e4SLinus Torvalds Default is disabled. 9401da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9411da177e4SLinus Torvalds appldata_os.o. 9421da177e4SLinus Torvalds 9431da177e4SLinus Torvaldsconfig APPLDATA_NET_SUM 9446f9a3c33SMartin Schwidefsky def_tristate m 9456f9a3c33SMartin Schwidefsky prompt "Monitor overall network statistics" 94670193af9SSachin Sant depends on APPLDATA_BASE && NET 9471da177e4SLinus Torvalds help 9481da177e4SLinus Torvalds This provides network related data to the Linux - VM Monitor Stream, 9491da177e4SLinus Torvalds currently there is only a total sum of network I/O statistics, no 9501da177e4SLinus Torvalds per-interface data. 9511da177e4SLinus Torvalds Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM 9521da177e4SLinus Torvalds APPLDATA monitor record, i.e. enables or disables monitoring this record 9531da177e4SLinus Torvalds on the z/VM side. 9541da177e4SLinus Torvalds 9551da177e4SLinus Torvalds Default is disabled. 9561da177e4SLinus Torvalds This can also be compiled as a module, which will be called 9571da177e4SLinus Torvalds appldata_net_sum.o. 9581da177e4SLinus Torvalds 95924bbb1faSMichael Holzheuconfig S390_HYPFS_FS 9606f9a3c33SMartin Schwidefsky def_bool y 9616f9a3c33SMartin Schwidefsky prompt "s390 hypervisor file system support" 96224bbb1faSMichael Holzheu select SYS_HYPERVISOR 96324bbb1faSMichael Holzheu help 96424bbb1faSMichael Holzheu This is a virtual file system intended to provide accounting 96524bbb1faSMichael Holzheu information in an s390 hypervisor environment. 96624bbb1faSMichael Holzheu 967843c48fdSJan Glaubersource "arch/s390/kvm/Kconfig" 968411ed322SMichael Holzheu 969fa587743SCarsten Otteconfig S390_GUEST 9706f9a3c33SMartin Schwidefsky def_bool y 971510cf5a6SKees Cook prompt "s390 support for virtio devices" 97279b6f7fbSChen Gang select TTY 97380629b0bSChristian Borntraeger select VIRTUALIZATION 974fa587743SCarsten Otte select VIRTIO 975faeba830SChristian Borntraeger select VIRTIO_CONSOLE 976fa587743SCarsten Otte help 977bdd1fc27SCornelia Huck Enabling this option adds support for virtio based paravirtual device 978bdd1fc27SCornelia Huck drivers on s390. 979bdd1fc27SCornelia Huck 98020766c08SChristian Borntraeger Select this option if you want to run the kernel as a guest under 981bdd1fc27SCornelia Huck the KVM hypervisor. 982bcf5cef7SHeiko Carstens 9831da177e4SLinus Torvaldsendmenu 984