Commit | Line | Data |
---|---|---|
b2441318 | 1 | # SPDX-License-Identifier: GPL-2.0 |
1da177e4 | 2 | config MMU |
61d48c2c | 3 | def_bool y |
1da177e4 | 4 | |
2fd92273 HC |
5 | config CPU_BIG_ENDIAN |
6 | def_bool y | |
7 | ||
2b105ff9 | 8 | config LOCKDEP_SUPPORT |
61d48c2c | 9 | def_bool y |
2b105ff9 | 10 | |
5bdc9b44 | 11 | config STACKTRACE_SUPPORT |
61d48c2c | 12 | def_bool y |
5bdc9b44 | 13 | |
f0d1b0b3 | 14 | config ARCH_HAS_ILOG2_U32 |
6f9a3c33 | 15 | def_bool n |
f0d1b0b3 DH |
16 | |
17 | config ARCH_HAS_ILOG2_U64 | |
6f9a3c33 | 18 | def_bool n |
f0d1b0b3 | 19 | |
3bb11234 AG |
20 | config ARCH_PROC_KCORE_TEXT |
21 | def_bool y | |
22 | ||
7e33db4e | 23 | config GENERIC_HWEIGHT |
7c679286 | 24 | def_bool !HAVE_MARCH_Z196_FEATURES |
7e33db4e | 25 | |
c0007f1a | 26 | config GENERIC_BUG |
6f9a3c33 | 27 | def_bool y if BUG |
c0007f1a | 28 | |
52499f40 HC |
29 | config GENERIC_BUG_RELATIVE_POINTERS |
30 | def_bool y | |
31 | ||
b6b40c53 | 32 | config GENERIC_LOCKBREAK |
114b9df4 | 33 | def_bool y if PREEMPTION |
b6b40c53 | 34 | |
402b0862 | 35 | config PGSTE |
6f9a3c33 | 36 | def_bool y if KVM |
402b0862 | 37 | |
843c48fd JG |
38 | config AUDIT_ARCH |
39 | def_bool y | |
40 | ||
ce816fa8 | 41 | config NO_IOPORT_MAP |
c8717a3d JG |
42 | def_bool y |
43 | ||
2a0a5b22 | 44 | config ARCH_SUPPORTS_UPROBES |
5a79859a | 45 | def_bool y |
2a0a5b22 | 46 | |
5e785963 VG |
47 | config KASAN_SHADOW_OFFSET |
48 | hex | |
49 | depends on KASAN | |
9a39abb7 | 50 | default 0x1C000000000000 |
5e785963 | 51 | |
579a6633 | 52 | config CC_ASM_FLAG_OUTPUT_BROKEN |
e7583c5f HC |
53 | def_bool CC_IS_GCC && GCC_VERSION < 140200 |
54 | help | |
55 | GCC versions before 14.2.0 may die with an internal | |
56 | compiler error in some configurations if flag output | |
57 | operands are used within inline assemblies. | |
58 | ||
f340d270 HC |
59 | config CC_HAS_ASM_AOR_FORMAT_FLAGS |
60 | def_bool !(CC_IS_CLANG && CLANG_VERSION < 190100) | |
61 | help | |
62 | Clang versions before 19.1.0 do not support A, | |
63 | O, and R inline assembly format flags. | |
64 | ||
347a8dc3 | 65 | config S390 |
61d48c2c | 66 | def_bool y |
129975e7 HC |
67 | # |
68 | # Note: keep this list sorted alphabetically | |
69 | # | |
70 | imply IMA_SECURE_AND_OR_TRUSTED_BOOT | |
12700c17 | 71 | select ALTERNATE_USER_ADDRESS_SPACE |
96c0a6a7 | 72 | select ARCH_32BIT_USTAT_F_TINODE |
708b1376 | 73 | select ARCH_CORRECT_STACKTRACE_ON_KRETPROBE |
91024b3c AK |
74 | select ARCH_ENABLE_MEMORY_HOTPLUG if SPARSEMEM |
75 | select ARCH_ENABLE_MEMORY_HOTREMOVE | |
cebc774f | 76 | select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2 |
3bcc8a1a | 77 | select ARCH_HAS_CPU_FINALIZE_INIT |
00807191 | 78 | select ARCH_HAS_CRC32 |
2792d84e | 79 | select ARCH_HAS_CURRENT_STACK_POINTER |
5f58bde7 | 80 | select ARCH_HAS_DEBUG_VIRTUAL |
399145f9 | 81 | select ARCH_HAS_DEBUG_VM_PGTABLE |
08c8e685 | 82 | select ARCH_HAS_DEBUG_WX |
21266be9 | 83 | select ARCH_HAS_DEVMEM_IS_ALLOWED |
de6c85bf | 84 | select ARCH_HAS_DMA_OPS if PCI |
2b68f6ca | 85 | select ARCH_HAS_ELF_RANDOMIZE |
129975e7 | 86 | select ARCH_HAS_FORCE_DMA_UNENCRYPTED |
79962038 | 87 | select ARCH_HAS_FORTIFY_SOURCE |
957e3fac | 88 | select ARCH_HAS_GCOV_PROFILE_ALL |
4eb0716e | 89 | select ARCH_HAS_GIGANTIC_PAGE |
907fa061 | 90 | select ARCH_HAS_KCOV |
e7615c92 | 91 | select ARCH_HAS_MEMBARRIER_SYNC_CORE |
0c9c1d56 | 92 | select ARCH_HAS_MEM_ENCRYPT |
85bf3785 | 93 | select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS |
9de3e4bf | 94 | select ARCH_HAS_PREEMPT_LAZY |
f9aad622 | 95 | select ARCH_HAS_PTDUMP |
3010a5ea | 96 | select ARCH_HAS_PTE_SPECIAL |
129975e7 | 97 | select ARCH_HAS_SCALED_CPUTIME |
0490d6d7 | 98 | select ARCH_HAS_SET_DIRECT_MAP |
d2852a22 | 99 | select ARCH_HAS_SET_MEMORY |
ad21fc4f LA |
100 | select ARCH_HAS_STRICT_KERNEL_RWX |
101 | select ARCH_HAS_STRICT_MODULE_RWX | |
aa0d6e70 | 102 | select ARCH_HAS_SYSCALL_WRAPPER |
918327e9 | 103 | select ARCH_HAS_UBSAN |
a812eee0 | 104 | select ARCH_HAS_VDSO_TIME_DATA |
0e0d04a8 | 105 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
6beb0009 TG |
106 | select ARCH_INLINE_READ_LOCK |
107 | select ARCH_INLINE_READ_LOCK_BH | |
108 | select ARCH_INLINE_READ_LOCK_IRQ | |
109 | select ARCH_INLINE_READ_LOCK_IRQSAVE | |
0e0d04a8 | 110 | select ARCH_INLINE_READ_TRYLOCK |
6beb0009 TG |
111 | select ARCH_INLINE_READ_UNLOCK |
112 | select ARCH_INLINE_READ_UNLOCK_BH | |
113 | select ARCH_INLINE_READ_UNLOCK_IRQ | |
114 | select ARCH_INLINE_READ_UNLOCK_IRQRESTORE | |
0e0d04a8 HC |
115 | select ARCH_INLINE_SPIN_LOCK |
116 | select ARCH_INLINE_SPIN_LOCK_BH | |
117 | select ARCH_INLINE_SPIN_LOCK_IRQ | |
118 | select ARCH_INLINE_SPIN_LOCK_IRQSAVE | |
119 | select ARCH_INLINE_SPIN_TRYLOCK | |
120 | select ARCH_INLINE_SPIN_TRYLOCK_BH | |
121 | select ARCH_INLINE_SPIN_UNLOCK | |
122 | select ARCH_INLINE_SPIN_UNLOCK_BH | |
123 | select ARCH_INLINE_SPIN_UNLOCK_IRQ | |
124 | select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE | |
6beb0009 TG |
125 | select ARCH_INLINE_WRITE_LOCK |
126 | select ARCH_INLINE_WRITE_LOCK_BH | |
127 | select ARCH_INLINE_WRITE_LOCK_IRQ | |
128 | select ARCH_INLINE_WRITE_LOCK_IRQSAVE | |
0e0d04a8 | 129 | select ARCH_INLINE_WRITE_TRYLOCK |
6beb0009 TG |
130 | select ARCH_INLINE_WRITE_UNLOCK |
131 | select ARCH_INLINE_WRITE_UNLOCK_BH | |
132 | select ARCH_INLINE_WRITE_UNLOCK_IRQ | |
133 | select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE | |
9eda317c | 134 | select ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE |
e991e5bb | 135 | select ARCH_STACKWALK |
36e7fdaa | 136 | select ARCH_SUPPORTS_ATOMIC_RMW |
5d6ad668 | 137 | select ARCH_SUPPORTS_DEBUG_PAGEALLOC |
bb9c14ad | 138 | select ARCH_SUPPORTS_HUGETLBFS |
fbac266f | 139 | select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && CC_IS_CLANG |
24e3f9fb | 140 | select ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS |
a763bc8b | 141 | select ARCH_SUPPORTS_NUMA_BALANCING |
e06f47a1 | 142 | select ARCH_SUPPORTS_PER_VMA_LOCK |
295d8fa9 | 143 | select ARCH_USE_BUILTIN_BSWAP |
efc1d23b | 144 | select ARCH_USE_CMPXCHG_LOCKREF |
ccf7c3fb | 145 | select ARCH_USE_SYM_ANNOTATIONS |
51c2ee6d | 146 | select ARCH_WANTS_NO_INSTR |
d2abfbe4 | 147 | select ARCH_WANT_DEFAULT_BPF_JIT |
6ca6b581 | 148 | select ARCH_WANT_IPC_PARSE_VERSION |
fe201641 | 149 | select ARCH_WANT_IRQS_OFF_ACTIVATE_MM |
2f0584f3 | 150 | select ARCH_WANT_KERNEL_PMD_MKWRITE |
acb7c202 | 151 | select ARCH_WANT_LD_ORPHAN_WARN |
0b6f1582 | 152 | select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP |
10916706 | 153 | select BUILDTIME_TABLE_SORT |
0e0d04a8 | 154 | select CLONE_BACKWARDS2 |
802ba53e | 155 | select DCACHE_WORD_ACCESS if !KMSAN |
5d6a0163 | 156 | select DYNAMIC_FTRACE if FUNCTION_TRACER |
6ef55060 HC |
157 | select FUNCTION_ALIGNMENT_8B if CC_IS_GCC |
158 | select FUNCTION_ALIGNMENT_16B if !CC_IS_GCC | |
129975e7 | 159 | select GENERIC_ALLOCATOR |
4a39f12e | 160 | select GENERIC_CPU_DEVICES |
8f00b3e2 | 161 | select GENERIC_CPU_AUTOPROBE |
d424986f | 162 | select GENERIC_CPU_VULNERABILITIES |
56e62a73 | 163 | select GENERIC_ENTRY |
4bff8cb5 | 164 | select GENERIC_GETTIMEOFDAY |
e80e7813 | 165 | select GENERIC_SMP_IDLE_THREAD |
79c74ecb | 166 | select GENERIC_TIME_VSYSCALL |
9bf39a65 | 167 | select GENERIC_VDSO_DATA_STORE |
eeab78b0 | 168 | select GENERIC_VDSO_TIME_NS |
b43b3fff | 169 | select GENERIC_IOREMAP if PCI |
2a19be61 | 170 | select HAVE_ALIGNED_STRUCT_PAGE |
7a017721 | 171 | select HAVE_ARCH_AUDITSYSCALL |
5a79859a | 172 | select HAVE_ARCH_JUMP_LABEL |
13ddb52c | 173 | select HAVE_ARCH_JUMP_LABEL_RELATIVE |
42db5ed8 | 174 | select HAVE_ARCH_KASAN |
3e39ce26 | 175 | select HAVE_ARCH_KASAN_VMALLOC |
e37b3dd0 | 176 | select HAVE_ARCH_KCSAN |
3a8f6f3b | 177 | select HAVE_ARCH_KMSAN |
e41ba111 | 178 | select HAVE_ARCH_KFENCE |
bae1cd36 | 179 | select HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET |
c63cb468 | 180 | select HAVE_ARCH_SECCOMP_FILTER |
5614dd92 | 181 | select HAVE_ARCH_SOFT_DIRTY |
b94c0ebb | 182 | select HAVE_ARCH_STACKLEAK |
0e0d04a8 | 183 | select HAVE_ARCH_TRACEHOOK |
5a79859a | 184 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE |
ce3dc447 | 185 | select HAVE_ARCH_VMAP_STACK |
2ff2b7ec | 186 | select HAVE_ASM_MODVERSIONS |
fa151887 | 187 | select HAVE_BUILDTIME_MCOUNT_SORT |
0e0d04a8 HC |
188 | select HAVE_CMPXCHG_DOUBLE |
189 | select HAVE_CMPXCHG_LOCAL | |
0e0d04a8 | 190 | select HAVE_DEBUG_KMEMLEAK |
e1231b0e | 191 | select HAVE_DMA_CONTIGUOUS |
5a79859a | 192 | select HAVE_DYNAMIC_FTRACE |
5740a7c7 | 193 | select HAVE_DYNAMIC_FTRACE_WITH_ARGS |
762abbc0 | 194 | select HAVE_FTRACE_REGS_HAVING_PT_REGS |
2ab3a0a9 | 195 | select HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS |
5a79859a | 196 | select HAVE_DYNAMIC_FTRACE_WITH_REGS |
42b01a55 | 197 | select HAVE_EBPF_JIT if HAVE_MARCH_Z196_FEATURES |
9078a549 | 198 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
25176ad0 | 199 | select HAVE_GUP_FAST |
d983c89c | 200 | select HAVE_FENTRY |
7495e179 | 201 | select HAVE_FTRACE_GRAPH_FUNC |
0e0d04a8 | 202 | select HAVE_FTRACE_MCOUNT_RECORD |
a30b5b03 | 203 | select HAVE_FUNCTION_ARG_ACCESS_API |
73d6eb48 | 204 | select HAVE_FUNCTION_ERROR_INJECTION |
a3ed4157 | 205 | select HAVE_FUNCTION_GRAPH_FREGS |
5a79859a HC |
206 | select HAVE_FUNCTION_GRAPH_TRACER |
207 | select HAVE_FUNCTION_TRACER | |
bc00b3ec | 208 | select HAVE_GCC_PLUGINS |
4bff8cb5 | 209 | select HAVE_GENERIC_VDSO |
d460bb6c | 210 | select HAVE_IOREMAP_PROT if PCI |
0e0d04a8 HC |
211 | select HAVE_KERNEL_BZIP2 |
212 | select HAVE_KERNEL_GZIP | |
8e2872ce | 213 | select HAVE_KERNEL_LZ4 |
0e0d04a8 HC |
214 | select HAVE_KERNEL_LZMA |
215 | select HAVE_KERNEL_LZO | |
89b5202e | 216 | select HAVE_KERNEL_UNCOMPRESSED |
0e0d04a8 | 217 | select HAVE_KERNEL_XZ |
7b034d9c | 218 | select HAVE_KERNEL_ZSTD |
0e0d04a8 | 219 | select HAVE_KPROBES |
657480d9 | 220 | select HAVE_KPROBES_ON_FTRACE |
0e0d04a8 | 221 | select HAVE_KRETPROBES |
21042d43 | 222 | select HAVE_LIVEPATCH |
50be6345 | 223 | select HAVE_MEMBLOCK_PHYS_MAP |
786d35d4 | 224 | select HAVE_MOD_ARCH_SPECIFIC |
129975e7 | 225 | select HAVE_NMI |
d983c89c | 226 | select HAVE_NOP_MCOUNT |
5394f1e9 | 227 | select HAVE_PAGE_SIZE_4KB |
eb01d42a | 228 | select HAVE_PCI |
0e0d04a8 | 229 | select HAVE_PERF_EVENTS |
129975e7 HC |
230 | select HAVE_PERF_REGS |
231 | select HAVE_PERF_USER_STACK_DUMP | |
b5f46348 | 232 | select HAVE_PREEMPT_DYNAMIC_KEY |
0e0d04a8 | 233 | select HAVE_REGS_AND_STACK_ACCESS_API |
aa137a6d | 234 | select HAVE_RELIABLE_STACKTRACE |
6ca6b581 | 235 | select HAVE_RETHOOK |
9d6d99e3 | 236 | select HAVE_RSEQ |
1254cfbc | 237 | select HAVE_SAMPLE_FTRACE_DIRECT |
890e3dc8 | 238 | select HAVE_SAMPLE_FTRACE_DIRECT_MULTI |
254b2fd0 | 239 | select HAVE_SETUP_PER_CPU_AREA |
cd1a41ce | 240 | select HAVE_SOFTIRQ_ON_OWN_STACK |
0e0d04a8 | 241 | select HAVE_SYSCALL_TRACEPOINTS |
0e0d04a8 | 242 | select HAVE_VIRT_CPU_ACCOUNTING |
2b91ec9f | 243 | select HAVE_VIRT_CPU_ACCOUNTING_IDLE |
1018424a | 244 | select HOTPLUG_SMT |
eb01d42a CH |
245 | select IOMMU_HELPER if PCI |
246 | select IOMMU_SUPPORT if PCI | |
e7256aca | 247 | select KASAN_VMALLOC if KASAN |
57d1da4f | 248 | select LOCK_MM_AND_FIND_VMA |
6ca6b581 | 249 | select MMU_GATHER_MERGE_VMAS |
129975e7 HC |
250 | select MMU_GATHER_NO_GATHER |
251 | select MMU_GATHER_RCU_TABLE_FREE | |
786d35d4 | 252 | select MODULES_USE_ELF_RELA |
eb01d42a | 253 | select NEED_DMA_MAP_STATE if PCI |
254b2fd0 | 254 | select NEED_PER_CPU_EMBED_FIRST_CHUNK |
212c3a85 | 255 | select NEED_PROC_VMCORE_DEVICE_RAM if PROC_VMCORE |
eb01d42a | 256 | select NEED_SG_DMA_LENGTH if PCI |
7eddd99c | 257 | select OLD_SIGACTION |
93bead43 | 258 | select OLD_SIGSUSPEND3 |
2eac9c2d | 259 | select PCI_DOMAINS if PCI |
eb01d42a | 260 | select PCI_MSI if PCI |
981aa1d3 | 261 | select PCI_MSI_ARCH_FALLBACKS if PCI_MSI |
aa9f168d | 262 | select PCI_QUIRKS if PCI |
bb98f396 | 263 | select SPARSE_IRQ |
129975e7 | 264 | select SWIOTLB |
0e0d04a8 | 265 | select SYSCTL_EXCEPTION_TRACE |
d5c352cd | 266 | select THREAD_INFO_IN_TASK |
4aae683f | 267 | select TRACE_IRQFLAGS_SUPPORT |
0563416b | 268 | select TTY |
aa44433a | 269 | select USER_STACKTRACE_SUPPORT |
b920aa77 | 270 | select VDSO_GETRANDOM |
0e0d04a8 | 271 | select VIRT_CPU_ACCOUNTING |
27939d6c | 272 | select VMAP_STACK |
63703f37 | 273 | select ZONE_DMA |
129975e7 | 274 | # Note: keep the above list sorted alphabetically |
1da177e4 | 275 | |
fca3e357 | 276 | config SCHED_OMIT_FRAME_POINTER |
6f9a3c33 | 277 | def_bool y |
fca3e357 | 278 | |
c81956c9 KS |
279 | config PGTABLE_LEVELS |
280 | int | |
1aea9b3f | 281 | default 5 |
c81956c9 | 282 | |
21042d43 JS |
283 | source "kernel/livepatch/Kconfig" |
284 | ||
75239cf7 ED |
285 | config ARCH_SUPPORTS_KEXEC |
286 | def_bool y | |
287 | ||
288 | config ARCH_SUPPORTS_KEXEC_FILE | |
c1ad12ee | 289 | def_bool y |
75239cf7 ED |
290 | |
291 | config ARCH_SUPPORTS_KEXEC_SIG | |
292 | def_bool MODULE_SIG_FORMAT | |
293 | ||
e6265fe7 | 294 | config ARCH_SUPPORTS_KEXEC_PURGATORY |
c1ad12ee | 295 | def_bool y |
75239cf7 ED |
296 | |
297 | config ARCH_SUPPORTS_CRASH_DUMP | |
298 | def_bool y | |
299 | help | |
d68b4b6f | 300 | Refer to <file:Documentation/arch/s390/zfcpdump.rst> for more details on this. |
75239cf7 | 301 | This option also enables s390 zfcpdump. |
d68b4b6f | 302 | See also <file:Documentation/arch/s390/zfcpdump.rst> |
75239cf7 | 303 | |
31daa343 DV |
304 | config ARCH_DEFAULT_CRASH_DUMP |
305 | def_bool y | |
306 | ||
843c48fd JG |
307 | menu "Processor type and features" |
308 | ||
843c48fd JG |
309 | config HAVE_MARCH_Z10_FEATURES |
310 | def_bool n | |
843c48fd JG |
311 | |
312 | config HAVE_MARCH_Z196_FEATURES | |
313 | def_bool n | |
314 | select HAVE_MARCH_Z10_FEATURES | |
315 | ||
991c1505 HC |
316 | config HAVE_MARCH_ZEC12_FEATURES |
317 | def_bool n | |
318 | select HAVE_MARCH_Z196_FEATURES | |
319 | ||
f8b2dcbd MS |
320 | config HAVE_MARCH_Z13_FEATURES |
321 | def_bool n | |
322 | select HAVE_MARCH_ZEC12_FEATURES | |
323 | ||
6997c323 MS |
324 | config HAVE_MARCH_Z14_FEATURES |
325 | def_bool n | |
326 | select HAVE_MARCH_Z13_FEATURES | |
327 | ||
a0e22511 MS |
328 | config HAVE_MARCH_Z15_FEATURES |
329 | def_bool n | |
330 | select HAVE_MARCH_Z14_FEATURES | |
331 | ||
e69a7ff8 HC |
332 | config HAVE_MARCH_Z16_FEATURES |
333 | def_bool n | |
334 | select HAVE_MARCH_Z15_FEATURES | |
335 | ||
c51ea988 VG |
336 | config HAVE_MARCH_Z17_FEATURES |
337 | def_bool n | |
338 | select HAVE_MARCH_Z16_FEATURES | |
339 | ||
843c48fd JG |
340 | choice |
341 | prompt "Processor type" | |
7072276e | 342 | default MARCH_Z196 |
1da177e4 | 343 | |
843c48fd JG |
344 | config MARCH_Z10 |
345 | bool "IBM System z10" | |
5a79859a | 346 | select HAVE_MARCH_Z10_FEATURES |
5474080a | 347 | depends on $(cc-option,-march=z10) |
843c48fd | 348 | help |
4efd417f VG |
349 | Select this to enable optimizations for IBM System z10 (2097 and 2098 |
350 | series). This is the oldest machine generation currently supported. | |
843c48fd JG |
351 | |
352 | config MARCH_Z196 | |
353 | bool "IBM zEnterprise 114 and 196" | |
5a79859a | 354 | select HAVE_MARCH_Z196_FEATURES |
5474080a | 355 | depends on $(cc-option,-march=z196) |
843c48fd JG |
356 | help |
357 | Select this to enable optimizations for IBM zEnterprise 114 and 196 | |
358 | (2818 and 2817 series). The kernel will be slightly faster but will | |
359 | not work on older machines. | |
1da177e4 | 360 | |
991c1505 | 361 | config MARCH_ZEC12 |
59471227 | 362 | bool "IBM zBC12 and zEC12" |
5a79859a | 363 | select HAVE_MARCH_ZEC12_FEATURES |
5474080a | 364 | depends on $(cc-option,-march=zEC12) |
991c1505 | 365 | help |
59471227 HC |
366 | Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and |
367 | 2827 series). The kernel will be slightly faster but will not work on | |
368 | older machines. | |
991c1505 | 369 | |
f8b2dcbd | 370 | config MARCH_Z13 |
bb3aa614 | 371 | bool "IBM z13s and z13" |
5a79859a | 372 | select HAVE_MARCH_Z13_FEATURES |
5474080a | 373 | depends on $(cc-option,-march=z13) |
f8b2dcbd | 374 | help |
bb3aa614 HC |
375 | Select this to enable optimizations for IBM z13s and z13 (2965 and |
376 | 2964 series). The kernel will be slightly faster but will not work on | |
377 | older machines. | |
f8b2dcbd | 378 | |
6997c323 | 379 | config MARCH_Z14 |
451239eb | 380 | bool "IBM z14 ZR1 and z14" |
6997c323 | 381 | select HAVE_MARCH_Z14_FEATURES |
5474080a | 382 | depends on $(cc-option,-march=z14) |
6997c323 | 383 | help |
451239eb HC |
384 | Select this to enable optimizations for IBM z14 ZR1 and z14 (3907 |
385 | and 3906 series). The kernel will be slightly faster but will not | |
386 | work on older machines. | |
6997c323 | 387 | |
a0e22511 MS |
388 | config MARCH_Z15 |
389 | bool "IBM z15" | |
390 | select HAVE_MARCH_Z15_FEATURES | |
5474080a | 391 | depends on $(cc-option,-march=z15) |
a0e22511 MS |
392 | help |
393 | Select this to enable optimizations for IBM z15 (8562 | |
394 | and 8561 series). The kernel will be slightly faster but will not | |
395 | work on older machines. | |
396 | ||
e69a7ff8 HC |
397 | config MARCH_Z16 |
398 | bool "IBM z16" | |
399 | select HAVE_MARCH_Z16_FEATURES | |
400 | depends on $(cc-option,-march=z16) | |
401 | help | |
402 | Select this to enable optimizations for IBM z16 (3931 and | |
403 | 3932 series). | |
404 | ||
c51ea988 VG |
405 | config MARCH_Z17 |
406 | bool "IBM z17" | |
407 | select HAVE_MARCH_Z17_FEATURES | |
408 | depends on $(cc-option,-march=z17) | |
409 | help | |
410 | Select this to enable optimizations for IBM z17 (9175 and | |
411 | 9176 series). | |
412 | ||
843c48fd | 413 | endchoice |
1da177e4 | 414 | |
1db9e051 HC |
415 | config MARCH_Z10_TUNE |
416 | def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT | |
417 | ||
418 | config MARCH_Z196_TUNE | |
419 | def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT | |
420 | ||
421 | config MARCH_ZEC12_TUNE | |
422 | def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT | |
423 | ||
f8b2dcbd MS |
424 | config MARCH_Z13_TUNE |
425 | def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT | |
426 | ||
6997c323 MS |
427 | config MARCH_Z14_TUNE |
428 | def_bool TUNE_Z14 || MARCH_Z14 && TUNE_DEFAULT | |
429 | ||
a0e22511 MS |
430 | config MARCH_Z15_TUNE |
431 | def_bool TUNE_Z15 || MARCH_Z15 && TUNE_DEFAULT | |
432 | ||
e69a7ff8 HC |
433 | config MARCH_Z16_TUNE |
434 | def_bool TUNE_Z16 || MARCH_Z16 && TUNE_DEFAULT | |
435 | ||
c51ea988 VG |
436 | config MARCH_Z17_TUNE |
437 | def_bool TUNE_Z17 || MARCH_Z17 && TUNE_DEFAULT | |
438 | ||
1db9e051 HC |
439 | choice |
440 | prompt "Tune code generation" | |
441 | default TUNE_DEFAULT | |
442 | help | |
443 | Cause the compiler to tune (-mtune) the generated code for a machine. | |
444 | This will make the code run faster on the selected machine but | |
445 | somewhat slower on other machines. | |
446 | This option only changes how the compiler emits instructions, not the | |
447 | selection of instructions itself, so the resulting kernel will run on | |
448 | all other machines. | |
449 | ||
450 | config TUNE_DEFAULT | |
451 | bool "Default" | |
452 | help | |
453 | Tune the generated code for the target processor for which the kernel | |
454 | will be compiled. | |
455 | ||
1db9e051 HC |
456 | config TUNE_Z10 |
457 | bool "IBM System z10" | |
458 | ||
459 | config TUNE_Z196 | |
460 | bool "IBM zEnterprise 114 and 196" | |
5474080a | 461 | depends on $(cc-option,-mtune=z196) |
1db9e051 HC |
462 | |
463 | config TUNE_ZEC12 | |
464 | bool "IBM zBC12 and zEC12" | |
5474080a | 465 | depends on $(cc-option,-mtune=zEC12) |
1db9e051 | 466 | |
f8b2dcbd | 467 | config TUNE_Z13 |
89d0180a | 468 | bool "IBM z13s and z13" |
5474080a | 469 | depends on $(cc-option,-mtune=z13) |
f8b2dcbd | 470 | |
6997c323 | 471 | config TUNE_Z14 |
89d0180a | 472 | bool "IBM z14 ZR1 and z14" |
5474080a | 473 | depends on $(cc-option,-mtune=z14) |
6997c323 | 474 | |
a0e22511 MS |
475 | config TUNE_Z15 |
476 | bool "IBM z15" | |
5474080a | 477 | depends on $(cc-option,-mtune=z15) |
a0e22511 | 478 | |
e69a7ff8 HC |
479 | config TUNE_Z16 |
480 | bool "IBM z16" | |
481 | depends on $(cc-option,-mtune=z16) | |
482 | ||
c51ea988 VG |
483 | config TUNE_Z17 |
484 | bool "IBM z17" | |
485 | depends on $(cc-option,-mtune=z17) | |
486 | ||
1db9e051 HC |
487 | endchoice |
488 | ||
347a8dc3 | 489 | config 64BIT |
6f9a3c33 | 490 | def_bool y |
d9f7a745 | 491 | |
622021cd SS |
492 | config COMMAND_LINE_SIZE |
493 | int "Maximum size of kernel command line" | |
494 | default 4096 | |
495 | range 896 1048576 | |
496 | help | |
497 | This allows you to specify the maximum length of the kernel command | |
498 | line. | |
499 | ||
843c48fd | 500 | config COMPAT |
77ed045e | 501 | def_bool n |
843c48fd | 502 | prompt "Kernel support for 31 bit emulation" |
843c48fd | 503 | select ARCH_WANT_OLD_COMPAT_IPC |
7eddd99c | 504 | select COMPAT_OLD_SIGACTION |
fef747ba | 505 | select HAVE_UID16 |
2813893f | 506 | depends on MULTIUSER |
b20ea29a | 507 | depends on !CC_IS_CLANG && !LD_IS_LLD |
843c48fd JG |
508 | help |
509 | Select this option if you want to enable your system kernel to | |
510 | handle system-calls from ELF binaries for 31 bit ESA. This option | |
511 | (and some other stuff like libraries and such) is needed for | |
77ed045e HC |
512 | executing 31 bit applications. |
513 | ||
514 | If unsure say N. | |
843c48fd | 515 | |
1da177e4 | 516 | config SMP |
6f9a3c33 | 517 | def_bool y |
1da177e4 LT |
518 | |
519 | config NR_CPUS | |
5c75a0da HC |
520 | int "Maximum number of CPUs (2-512)" |
521 | range 2 512 | |
5a79859a | 522 | default "64" |
1da177e4 LT |
523 | help |
524 | This allows you to specify the maximum number of CPUs which this | |
5c75a0da | 525 | kernel will support. The maximum supported value is 512 and the |
1da177e4 LT |
526 | minimum value which makes sense is 2. |
527 | ||
528 | This is purely to save memory - each supported CPU adds | |
529 | approximately sixteen kilobytes to the kernel image. | |
530 | ||
531 | config HOTPLUG_CPU | |
6f9a3c33 | 532 | def_bool y |
1da177e4 | 533 | |
3a368f74 PH |
534 | config NUMA |
535 | bool "NUMA support" | |
67626fad | 536 | depends on SCHED_TOPOLOGY |
3a368f74 PH |
537 | default n |
538 | help | |
539 | Enable NUMA support | |
540 | ||
541 | This option adds NUMA support to the kernel. | |
542 | ||
3a368f74 | 543 | config NODES_SHIFT |
701dc81e | 544 | int |
a9ee6cf5 | 545 | depends on NUMA |
701dc81e | 546 | default "1" |
9236b4dd HC |
547 | |
548 | config SCHED_SMT | |
549 | def_bool n | |
c29a7baf | 550 | |
8d11e021 | 551 | config SCHED_MC |
83a24e32 | 552 | def_bool n |
8d11e021 | 553 | |
10ad34bc | 554 | config SCHED_TOPOLOGY |
6f9a3c33 | 555 | def_bool y |
10ad34bc | 556 | prompt "Topology scheduler support" |
10ad34bc | 557 | select SCHED_SMT |
83a24e32 | 558 | select SCHED_MC |
4cb14bc8 | 559 | help |
10ad34bc MS |
560 | Topology scheduler support improves the CPU scheduler's decision |
561 | making when dealing with machines that have multi-threading, | |
562 | multiple cores or multiple books. | |
4cb14bc8 | 563 | |
7e627f81 TH |
564 | config SCHED_TOPOLOGY_VERTICAL |
565 | def_bool y | |
566 | bool "Use vertical CPU polarization by default" | |
567 | depends on SCHED_TOPOLOGY | |
568 | help | |
569 | Use vertical CPU polarization by default if available. | |
570 | The default CPU polarization is horizontal. | |
571 | ||
b9271a53 MD |
572 | config HIPERDISPATCH_ON |
573 | def_bool y | |
574 | bool "Use hiperdispatch on vertical polarization by default" | |
575 | depends on SCHED_TOPOLOGY | |
576 | depends on PROC_SYSCTL | |
577 | help | |
578 | Hiperdispatch aims to improve the CPU scheduler's decision | |
579 | making when using vertical polarization by adjusting CPU | |
580 | capacities dynamically. Set this option to use hiperdispatch | |
581 | on vertical polarization by default. This can be overwritten | |
582 | by sysctl's s390.hiperdispatch attribute later on. | |
583 | ||
8636a1f9 | 584 | source "kernel/Kconfig.hz" |
1da177e4 | 585 | |
8cf57d72 AE |
586 | config CERT_STORE |
587 | bool "Get user certificates via DIAG320" | |
588 | depends on KEYS | |
481daa50 | 589 | select CRYPTO_LIB_SHA256 |
8cf57d72 AE |
590 | help |
591 | Enable this option if you want to access user-provided secure boot | |
592 | certificates via DIAG 0x320. | |
593 | ||
594 | These certificates will be made available via the keyring named | |
595 | 'cert_store'. | |
596 | ||
d768bd89 MS |
597 | config KERNEL_NOBP |
598 | def_bool n | |
599 | prompt "Enable modified branch prediction for the kernel by default" | |
600 | help | |
601 | If this option is selected the kernel will switch to a modified | |
602 | branch prediction mode if the firmware interface is available. | |
603 | The modified branch prediction mode improves the behaviour in | |
604 | regard to speculative execution. | |
605 | ||
606 | With the option enabled the kernel parameter "nobp=0" or "nospec" | |
607 | can be used to run the kernel in the normal branch prediction mode. | |
608 | ||
609 | With the option disabled the modified branch prediction mode is | |
610 | enabled with the "nobp=1" kernel parameter. | |
611 | ||
612 | If unsure, say N. | |
613 | ||
f19fbd5e MS |
614 | config EXPOLINE |
615 | def_bool n | |
1d2ad084 | 616 | depends on $(cc-option,-mindirect-branch=thunk) |
f19fbd5e MS |
617 | prompt "Avoid speculative indirect branches in the kernel" |
618 | help | |
619 | Compile the kernel with the expoline compiler options to guard | |
620 | against kernel-to-user data leaks by avoiding speculative indirect | |
621 | branches. | |
622 | Requires a compiler with -mindirect-branch=thunk support for full | |
623 | protection. The kernel may run slower. | |
624 | ||
625 | If unsure, say N. | |
626 | ||
1d2ad084 | 627 | config EXPOLINE_EXTERN |
4eac37ff VG |
628 | def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \ |
629 | $(success,$(srctree)/arch/s390/tools/gcc-thunk-extern.sh $(CC)) | |
1d2ad084 | 630 | help |
4eac37ff VG |
631 | Generate expolines as external functions if the compiler supports it. |
632 | This option is required for some tooling like kpatch, if expolines | |
633 | are enabled. The kernel is compiled with | |
634 | -mindirect-branch=thunk-extern, which requires a newer compiler. | |
f19fbd5e MS |
635 | |
636 | choice | |
637 | prompt "Expoline default" | |
638 | depends on EXPOLINE | |
639 | default EXPOLINE_FULL | |
640 | ||
641 | config EXPOLINE_OFF | |
642 | bool "spectre_v2=off" | |
643 | ||
6e179d64 | 644 | config EXPOLINE_AUTO |
f19fbd5e MS |
645 | bool "spectre_v2=auto" |
646 | ||
647 | config EXPOLINE_FULL | |
648 | bool "spectre_v2=on" | |
649 | ||
650 | endchoice | |
651 | ||
805bc0bc | 652 | config RELOCATABLE |
80ddf5ce | 653 | def_bool y |
9b400d17 | 654 | select ARCH_VMLINUX_NEEDS_RELOCS |
805bc0bc GS |
655 | help |
656 | This builds a kernel image that retains relocation information | |
657 | so it can be loaded at an arbitrary address. | |
805bc0bc GS |
658 | The relocations make the kernel image about 15% larger (compressed |
659 | 10%), but are discarded at runtime. | |
80ddf5ce HC |
660 | Note: this option exists only for documentation purposes, please do |
661 | not remove it. | |
805bc0bc | 662 | |
b2d24b97 GS |
663 | config RANDOMIZE_BASE |
664 | bool "Randomize the address of the kernel image (KASLR)" | |
b2d24b97 GS |
665 | default y |
666 | help | |
667 | In support of Kernel Address Space Layout Randomization (KASLR), | |
668 | this randomizes the address at which the kernel image is loaded, | |
669 | as a security feature that deters exploit attempts relying on | |
670 | knowledge of the location of kernel internals. | |
671 | ||
32db4019 AG |
672 | config RANDOMIZE_IDENTITY_BASE |
673 | bool "Randomize the address of the identity mapping base" | |
674 | depends on RANDOMIZE_BASE | |
675 | default DEBUG_VM | |
676 | help | |
677 | The identity mapping base address is pinned to zero by default. | |
678 | Allow randomization of that base to expose otherwise missed | |
679 | notion of physical and virtual addresses of data structures. | |
680 | That does not have any impact on the base address at which the | |
681 | kernel image is loaded. | |
682 | ||
683 | If unsure, say N | |
684 | ||
54f2ecc3 AG |
685 | config KERNEL_IMAGE_BASE |
686 | hex "Kernel image base address" | |
687 | range 0x100000 0x1FFFFFE0000000 if !KASAN | |
688 | range 0x100000 0x1BFFFFE0000000 if KASAN | |
689 | default 0x3FFE0000000 if !KASAN | |
690 | default 0x7FFFE0000000 if KASAN | |
691 | help | |
692 | This is the address at which the kernel image is loaded in case | |
693 | Kernel Address Space Layout Randomization (KASLR) is disabled. | |
694 | ||
695 | In case the Protected virtualization guest support is enabled the | |
696 | Ultravisor imposes a virtual address limit. If the value of this | |
697 | option leads to the kernel image exceeding the Ultravisor limit, | |
698 | this option is ignored and the image is loaded below the limit. | |
699 | ||
700 | If the value of this option leads to the kernel image overlapping | |
701 | the virtual memory where other data structures are located, this | |
702 | option is ignored and the image is loaded above the structures. | |
703 | ||
843c48fd | 704 | endmenu |
1da177e4 | 705 | |
843c48fd | 706 | menu "Memory setup" |
1d057720 | 707 | |
843c48fd | 708 | config ARCH_SPARSEMEM_ENABLE |
6f9a3c33 | 709 | def_bool y |
843c48fd JG |
710 | select SPARSEMEM_VMEMMAP_ENABLE |
711 | select SPARSEMEM_VMEMMAP | |
e65e1fc2 | 712 | |
843c48fd JG |
713 | config ARCH_SPARSEMEM_DEFAULT |
714 | def_bool y | |
1da177e4 | 715 | |
b8402b95 HC |
716 | config MAX_PHYSMEM_BITS |
717 | int "Maximum size of supported physical memory in bits (42-53)" | |
718 | range 42 53 | |
719 | default "46" | |
720 | help | |
721 | This option specifies the maximum supported size of physical memory | |
722 | in bits. Supported is any size between 2^42 (4TB) and 2^53 (8PB). | |
723 | Increasing the number of bits also increases the kernel image size. | |
724 | By default 46 bits (64TB) are supported. | |
725 | ||
843c48fd | 726 | endmenu |
3f22ab27 | 727 | |
843c48fd | 728 | menu "I/O subsystem" |
1da177e4 | 729 | |
1da177e4 | 730 | config QDIO |
6f9a3c33 MS |
731 | def_tristate y |
732 | prompt "QDIO support" | |
a7f7f624 | 733 | help |
8129ee16 | 734 | This driver provides the Queued Direct I/O base support for |
efca13bc | 735 | IBM System z. |
1da177e4 LT |
736 | |
737 | To compile this driver as a module, choose M here: the | |
738 | module will be called qdio. | |
739 | ||
740 | If unsure, say Y. | |
741 | ||
c8717a3d JG |
742 | if PCI |
743 | ||
744 | config PCI_NR_FUNCTIONS | |
745 | int "Maximum number of PCI functions (1-4096)" | |
746 | range 1 4096 | |
10e59217 | 747 | default "512" |
c8717a3d JG |
748 | help |
749 | This allows you to specify the maximum number of PCI functions which | |
750 | this kernel will support. | |
751 | ||
8b96d971 | 752 | endif # PCI |
c8717a3d | 753 | |
c8717a3d JG |
754 | config HAS_IOMEM |
755 | def_bool PCI | |
756 | ||
9d92a7e1 | 757 | config CHSC_SCH |
d9c11b1e | 758 | def_tristate m |
6f9a3c33 | 759 | prompt "Support for CHSC subchannels" |
9d92a7e1 CH |
760 | help |
761 | This driver allows usage of CHSC subchannels. A CHSC subchannel | |
762 | is usually present on LPAR only. | |
763 | The driver creates a device /dev/chsc, which may be used to | |
764 | obtain I/O configuration information about the machine and | |
765 | to issue asynchronous chsc commands (DANGEROUS). | |
766 | You will usually only want to use this interface on a special | |
767 | LPAR designated for system management. | |
768 | ||
769 | To compile this driver as a module, choose M here: the | |
770 | module will be called chsc_sch. | |
771 | ||
772 | If unsure, say N. | |
773 | ||
1d1c8f78 SO |
774 | config SCM_BUS |
775 | def_bool y | |
1d1c8f78 SO |
776 | prompt "SCM bus driver" |
777 | help | |
778 | Bus driver for Storage Class Memory. | |
779 | ||
eadb86ab SO |
780 | config EADM_SCH |
781 | def_tristate m | |
782 | prompt "Support for EADM subchannels" | |
783 | depends on SCM_BUS | |
784 | help | |
785 | This driver allows usage of EADM subchannels. EADM subchannels act | |
786 | as a communication vehicle for SCM increments. | |
787 | ||
788 | To compile this driver as a module, choose M here: the | |
789 | module will be called eadm_sch. | |
790 | ||
12376084 HD |
791 | config AP |
792 | def_tristate y | |
793 | prompt "Support for Adjunct Processors (ap)" | |
794 | help | |
795 | This driver allows usage to Adjunct Processor (AP) devices via | |
796 | the ap bus, cards and queues. Supported Adjunct Processors are | |
797 | the CryptoExpress Cards (CEX). | |
798 | ||
799 | To compile this driver as a module, choose M here: the | |
800 | module will be called ap. | |
801 | ||
802 | If unsure, say Y (default). | |
803 | ||
b3840c8b HD |
804 | config AP_DEBUG |
805 | def_bool n | |
806 | prompt "Enable debug features for Adjunct Processor (ap) devices" | |
807 | depends on AP | |
808 | help | |
809 | Say 'Y' here to enable some additional debug features for Adjunct | |
810 | Processor (ap) devices. | |
811 | ||
812 | There will be some more sysfs attributes displayed for ap queues. | |
813 | ||
814 | Do not enable on production level kernel build. | |
815 | ||
816 | If unsure, say N. | |
817 | ||
63f1934d DJS |
818 | config VFIO_CCW |
819 | def_tristate n | |
820 | prompt "Support for VFIO-CCW subchannels" | |
de858a05 | 821 | depends on VFIO |
8bf8c5ee | 822 | select VFIO_MDEV |
63f1934d DJS |
823 | help |
824 | This driver allows usage of I/O subchannels via VFIO-CCW. | |
825 | ||
826 | To compile this driver as a module, choose M here: the | |
827 | module will be called vfio_ccw. | |
828 | ||
1fde5734 TK |
829 | config VFIO_AP |
830 | def_tristate n | |
831 | prompt "VFIO support for AP devices" | |
0f1cbf94 | 832 | depends on KVM |
de858a05 | 833 | depends on VFIO |
12376084 | 834 | depends on AP |
de858a05 | 835 | select VFIO_MDEV |
1fde5734 | 836 | help |
4d1f2e45 JH |
837 | This driver grants access to Adjunct Processor (AP) devices |
838 | via the VFIO mediated device interface. | |
1fde5734 | 839 | |
4d1f2e45 JH |
840 | To compile this driver as a module, choose M here: the module |
841 | will be called vfio_ap. | |
1fde5734 | 842 | |
843c48fd JG |
843 | endmenu |
844 | ||
843c48fd JG |
845 | config CCW |
846 | def_bool y | |
847 | ||
b6ef86e9 UB |
848 | config HAVE_PNETID |
849 | tristate | |
850 | default (SMC || CCWGROUP) | |
851 | ||
843c48fd | 852 | menu "Virtualization" |
684de39b | 853 | |
1da177e4 | 854 | config PFAULT |
6f9a3c33 MS |
855 | def_bool y |
856 | prompt "Pseudo page fault support" | |
1da177e4 LT |
857 | help |
858 | Select this option, if you want to use PFAULT pseudo page fault | |
859 | handling under VM. If running native or in LPAR, this option | |
860 | has no effect. If your VM does not support PFAULT, PAGEEX | |
861 | pseudo page fault handling will be used. | |
862 | Note that VM 4.2 supports PFAULT but has a bug in its | |
863 | implementation that causes some problems. | |
864 | Everybody who wants to run Linux under VM != VM4.2 should select | |
865 | this option. | |
866 | ||
1da177e4 | 867 | config CMM |
6f9a3c33 MS |
868 | def_tristate n |
869 | prompt "Cooperative memory management" | |
1da177e4 LT |
870 | help |
871 | Select this option, if you want to enable the kernel interface | |
872 | to reduce the memory size of the system. This is accomplished | |
873 | by allocating pages of memory and put them "on hold". This only | |
874 | makes sense for a system running under VM where the unused pages | |
875 | will be reused by VM for other guest systems. The interface | |
876 | allows an external monitor to balance memory of many systems. | |
877 | Everybody who wants to run Linux under VM should select this | |
878 | option. | |
879 | ||
1da177e4 | 880 | config CMM_IUCV |
6f9a3c33 MS |
881 | def_bool y |
882 | prompt "IUCV special message interface to cooperative memory management" | |
1da177e4 LT |
883 | depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV) |
884 | help | |
885 | Select this option to enable the special message interface to | |
886 | the cooperative memory management. | |
887 | ||
1da177e4 | 888 | config APPLDATA_BASE |
6f9a3c33 MS |
889 | def_bool n |
890 | prompt "Linux - VM Monitor Stream, base infrastructure" | |
5d3516b3 | 891 | depends on PROC_SYSCTL |
1da177e4 LT |
892 | help |
893 | This provides a kernel interface for creating and updating z/VM APPLDATA | |
894 | monitor records. The monitor records are updated at certain time | |
895 | intervals, once the timer is started. | |
896 | Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer, | |
897 | i.e. enables or disables monitoring on the Linux side. | |
898 | A custom interval value (in seconds) can be written to | |
899 | /proc/appldata/interval. | |
900 | ||
901 | Defaults are 60 seconds interval and timer off. | |
902 | The /proc entries can also be read from, showing the current settings. | |
903 | ||
904 | config APPLDATA_MEM | |
6f9a3c33 MS |
905 | def_tristate m |
906 | prompt "Monitor memory management statistics" | |
62fb2ba3 | 907 | depends on APPLDATA_BASE && VM_EVENT_COUNTERS |
1da177e4 LT |
908 | help |
909 | This provides memory management related data to the Linux - VM Monitor | |
910 | Stream, like paging/swapping rate, memory utilisation, etc. | |
911 | Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM | |
912 | APPLDATA monitor record, i.e. enables or disables monitoring this record | |
913 | on the z/VM side. | |
914 | ||
915 | Default is disabled. | |
916 | The /proc entry can also be read from, showing the current settings. | |
917 | ||
918 | This can also be compiled as a module, which will be called | |
919 | appldata_mem.o. | |
920 | ||
921 | config APPLDATA_OS | |
6f9a3c33 MS |
922 | def_tristate m |
923 | prompt "Monitor OS statistics" | |
1da177e4 LT |
924 | depends on APPLDATA_BASE |
925 | help | |
926 | This provides OS related data to the Linux - VM Monitor Stream, like | |
927 | CPU utilisation, etc. | |
928 | Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM | |
929 | APPLDATA monitor record, i.e. enables or disables monitoring this record | |
930 | on the z/VM side. | |
931 | ||
932 | Default is disabled. | |
933 | This can also be compiled as a module, which will be called | |
934 | appldata_os.o. | |
935 | ||
936 | config APPLDATA_NET_SUM | |
6f9a3c33 MS |
937 | def_tristate m |
938 | prompt "Monitor overall network statistics" | |
70193af9 | 939 | depends on APPLDATA_BASE && NET |
1da177e4 LT |
940 | help |
941 | This provides network related data to the Linux - VM Monitor Stream, | |
942 | currently there is only a total sum of network I/O statistics, no | |
943 | per-interface data. | |
944 | Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM | |
945 | APPLDATA monitor record, i.e. enables or disables monitoring this record | |
946 | on the z/VM side. | |
947 | ||
948 | Default is disabled. | |
949 | This can also be compiled as a module, which will be called | |
950 | appldata_net_sum.o. | |
951 | ||
3325b4d8 | 952 | config S390_HYPFS |
6f9a3c33 | 953 | def_bool y |
3325b4d8 HC |
954 | prompt "s390 hypervisor information" |
955 | help | |
956 | This provides several binary files at (debugfs)/s390_hypfs/ to | |
957 | provide accounting information in an s390 hypervisor environment. | |
958 | ||
959 | config S390_HYPFS_FS | |
960 | def_bool n | |
6f9a3c33 | 961 | prompt "s390 hypervisor file system support" |
24bbb1fa | 962 | select SYS_HYPERVISOR |
3325b4d8 | 963 | depends on S390_HYPFS |
24bbb1fa MH |
964 | help |
965 | This is a virtual file system intended to provide accounting | |
3325b4d8 HC |
966 | information in an s390 hypervisor environment. This file system |
967 | is deprecated and should not be used. | |
968 | ||
969 | Say N if you are unsure. | |
24bbb1fa | 970 | |
843c48fd | 971 | source "arch/s390/kvm/Kconfig" |
411ed322 | 972 | |
fa587743 | 973 | config S390_GUEST |
6f9a3c33 | 974 | def_bool y |
510cf5a6 | 975 | prompt "s390 support for virtio devices" |
79b6f7fb | 976 | select TTY |
80629b0b | 977 | select VIRTUALIZATION |
fa587743 | 978 | select VIRTIO |
fa587743 | 979 | help |
bdd1fc27 CH |
980 | Enabling this option adds support for virtio based paravirtual device |
981 | drivers on s390. | |
1da177e4 | 982 | |
20766c08 | 983 | Select this option if you want to run the kernel as a guest under |
bdd1fc27 | 984 | the KVM hypervisor. |
155af2f9 HJP |
985 | |
986 | endmenu | |
badbf397 | 987 | |
90c53187 IL |
988 | config S390_MODULES_SANITY_TEST_HELPERS |
989 | def_bool n | |
990 | ||
badbf397 IL |
991 | menu "Selftests" |
992 | ||
993 | config S390_UNWIND_SELFTEST | |
994 | def_tristate n | |
25d36a85 MD |
995 | depends on KUNIT |
996 | default KUNIT_ALL_TESTS | |
badbf397 IL |
997 | prompt "Test unwind functions" |
998 | help | |
999 | This option enables s390 specific stack unwinder testing kernel | |
1000 | module. This option is not useful for distributions or general | |
1001 | kernels, but only for kernel developers working on architecture code. | |
1002 | ||
1003 | Say N if you are unsure. | |
1004 | ||
d340d28a SS |
1005 | config S390_KPROBES_SANITY_TEST |
1006 | def_tristate n | |
1007 | prompt "Enable s390 specific kprobes tests" | |
1008 | depends on KPROBES | |
1009 | depends on KUNIT | |
1010 | help | |
1011 | This option enables an s390 specific kprobes test module. This option | |
1012 | is not useful for distributions or general kernels, but only for kernel | |
1013 | developers working on architecture code. | |
1014 | ||
1015 | Say N if you are unsure. | |
1016 | ||
90c53187 IL |
1017 | config S390_MODULES_SANITY_TEST |
1018 | def_tristate n | |
1019 | depends on KUNIT | |
1020 | default KUNIT_ALL_TESTS | |
1021 | prompt "Enable s390 specific modules tests" | |
1022 | select S390_MODULES_SANITY_TEST_HELPERS | |
1023 | help | |
1024 | This option enables an s390 specific modules test. This option is | |
1025 | not useful for distributions or general kernels, but only for | |
1026 | kernel developers working on architecture code. | |
1027 | ||
1028 | Say N if you are unsure. | |
badbf397 | 1029 | endmenu |