blob: 4b3476d785f7430dfdf5519b194c451345a14405 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002config MMU
Martin Schwidefsky61d48c22007-05-10 15:46:00 +02003 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
Christoph Lameter66701b12007-02-10 01:43:09 -08005config ZONE_DMA
Heiko Carstens69dbb2f2011-05-26 09:48:31 +02006 def_bool y
Christoph Lameter66701b12007-02-10 01:43:09 -08007
Heiko Carstens2fd92272016-04-14 09:00:27 +02008config CPU_BIG_ENDIAN
9 def_bool y
10
Ingo Molnar2b105ff2006-07-03 00:25:02 -070011config LOCKDEP_SUPPORT
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020012 def_bool y
Ingo Molnar2b105ff2006-07-03 00:25:02 -070013
Heiko Carstens5bdc9b42006-07-03 00:24:41 -070014config STACKTRACE_SUPPORT
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020015 def_bool y
Heiko Carstens5bdc9b42006-07-03 00:24:41 -070016
Linus Torvalds1da177e2005-04-16 15:20:36 -070017config RWSEM_GENERIC_SPINLOCK
18 bool
19
20config RWSEM_XCHGADD_ALGORITHM
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020021 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
David Howellsf0d1b0b2006-12-08 02:37:49 -080023config ARCH_HAS_ILOG2_U32
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010024 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -080025
26config ARCH_HAS_ILOG2_U64
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010027 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -080028
Akinobu Mita7e33db42006-03-26 01:39:34 -080029config GENERIC_HWEIGHT
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020030 def_bool y
Akinobu Mita7e33db42006-03-26 01:39:34 -080031
Heiko Carstensc0007f12007-04-27 16:01:42 +020032config GENERIC_BUG
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010033 def_bool y if BUG
Heiko Carstensc0007f12007-04-27 16:01:42 +020034
Heiko Carstens52499f42010-02-26 22:37:44 +010035config GENERIC_BUG_RELATIVE_POINTERS
36 def_bool y
37
Martin Schwidefskyb6b40c52008-02-05 16:50:42 +010038config GENERIC_LOCKBREAK
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010039 def_bool y if SMP && PREEMPT
Martin Schwidefskyb6b40c52008-02-05 16:50:42 +010040
Carsten Otte402b0862008-03-25 18:47:10 +010041config PGSTE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010042 def_bool y if KVM
Carsten Otte402b0862008-03-25 18:47:10 +010043
Akinobu Mita6a11f752009-03-31 15:23:17 -070044config ARCH_SUPPORTS_DEBUG_PAGEALLOC
45 def_bool y
46
Jan Glauber843c48f2012-08-27 10:55:18 +020047config AUDIT_ARCH
48 def_bool y
49
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -070050config NO_IOPORT_MAP
Jan Glauberc8717a32012-11-29 14:38:46 +010051 def_bool y
52
53config PCI_QUIRKS
54 def_bool n
55
Jan Willeke2a0a5b22014-09-22 16:39:06 +020056config ARCH_SUPPORTS_UPROBES
Heiko Carstens5a79859a2015-02-12 13:08:27 +010057 def_bool y
Jan Willeke2a0a5b22014-09-22 16:39:06 +020058
Martin Schwidefsky347a8dc2006-01-06 00:19:28 -080059config S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020060 def_bool y
Martin Schwidefsky23fefe12017-06-07 14:10:24 +020061 select ARCH_BINFMT_ELF_STATE
Dan Williams21266be2015-11-19 18:19:29 -080062 select ARCH_HAS_DEVMEM_IS_ALLOWED
Kees Cook2b68f6c2015-04-14 15:48:00 -070063 select ARCH_HAS_ELF_RANDOMIZE
Heiko Carstens79962032017-09-12 13:49:57 +020064 select ARCH_HAS_FORTIFY_SOURCE
Riku Voipio957e3fa2014-12-12 16:57:44 -080065 select ARCH_HAS_GCOV_PROFILE_ALL
Aneesh Kumar K.Ve1073d12017-07-06 15:39:17 -070066 select ARCH_HAS_GIGANTIC_PAGE if (MEMORY_ISOLATION && COMPACTION) || CMA
Heiko Carstens907fa062016-06-20 14:08:32 +020067 select ARCH_HAS_KCOV
Laurent Dufour3010a5e2018-06-07 17:06:08 -070068 select ARCH_HAS_PTE_SPECIAL
Daniel Borkmannd2852a22017-02-21 16:09:33 +010069 select ARCH_HAS_SET_MEMORY
Heiko Carstens47523c92014-12-22 10:07:04 +010070 select ARCH_HAS_SG_CHAIN
Laura Abbottad21fc42017-02-06 16:31:57 -080071 select ARCH_HAS_STRICT_KERNEL_RWX
72 select ARCH_HAS_STRICT_MODULE_RWX
Christian Borntraegerc42d8c72016-09-12 14:37:20 +020073 select ARCH_HAS_UBSAN_SANITIZE_ALL
Heiko Carstens0e0d04a2013-02-06 10:15:55 +010074 select ARCH_HAVE_NMI_SAFE_CMPXCHG
Thomas Gleixner6beb0002009-11-09 15:21:34 +000075 select ARCH_INLINE_READ_LOCK
76 select ARCH_INLINE_READ_LOCK_BH
77 select ARCH_INLINE_READ_LOCK_IRQ
78 select ARCH_INLINE_READ_LOCK_IRQSAVE
Heiko Carstens0e0d04a2013-02-06 10:15:55 +010079 select ARCH_INLINE_READ_TRYLOCK
Thomas Gleixner6beb0002009-11-09 15:21:34 +000080 select ARCH_INLINE_READ_UNLOCK
81 select ARCH_INLINE_READ_UNLOCK_BH
82 select ARCH_INLINE_READ_UNLOCK_IRQ
83 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE
Heiko Carstens0e0d04a2013-02-06 10:15:55 +010084 select ARCH_INLINE_SPIN_LOCK
85 select ARCH_INLINE_SPIN_LOCK_BH
86 select ARCH_INLINE_SPIN_LOCK_IRQ
87 select ARCH_INLINE_SPIN_LOCK_IRQSAVE
88 select ARCH_INLINE_SPIN_TRYLOCK
89 select ARCH_INLINE_SPIN_TRYLOCK_BH
90 select ARCH_INLINE_SPIN_UNLOCK
91 select ARCH_INLINE_SPIN_UNLOCK_BH
92 select ARCH_INLINE_SPIN_UNLOCK_IRQ
93 select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
Thomas Gleixner6beb0002009-11-09 15:21:34 +000094 select ARCH_INLINE_WRITE_LOCK
95 select ARCH_INLINE_WRITE_LOCK_BH
96 select ARCH_INLINE_WRITE_LOCK_IRQ
97 select ARCH_INLINE_WRITE_LOCK_IRQSAVE
Heiko Carstens0e0d04a2013-02-06 10:15:55 +010098 select ARCH_INLINE_WRITE_TRYLOCK
Thomas Gleixner6beb0002009-11-09 15:21:34 +000099 select ARCH_INLINE_WRITE_UNLOCK
100 select ARCH_INLINE_WRITE_UNLOCK_BH
101 select ARCH_INLINE_WRITE_UNLOCK_IRQ
102 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100103 select ARCH_SAVE_PAGE_KEYS if HIBERNATION
Christian Borntraeger36e7fda2014-08-05 09:57:51 +0200104 select ARCH_SUPPORTS_ATOMIC_RMW
Philipp Hachtmanna763bc82015-05-08 17:40:44 +0200105 select ARCH_SUPPORTS_NUMA_BALANCING
Christian Borntraeger295d8fa2015-10-29 01:16:04 +0100106 select ARCH_USE_BUILTIN_BSWAP
Heiko Carstensefc1d232013-09-05 13:26:17 +0200107 select ARCH_USE_CMPXCHG_LOCKREF
Martin Schwidefsky3f6813b2016-04-01 15:42:15 +0200108 select ARCH_WANTS_DYNAMIC_TASK_STRUCT
Will Deaconc1d7e012012-07-30 14:42:46 -0700109 select ARCH_WANT_IPC_PARSE_VERSION
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100110 select BUILDTIME_EXTABLE_SORT
111 select CLONE_BACKWARDS2
Heiko Carstens5d6a0162014-08-15 13:16:09 +0200112 select DYNAMIC_FTRACE if FUNCTION_TRACER
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100113 select GENERIC_CLOCKEVENTS
Hendrik Brueckner8f00b3e2015-02-19 12:22:02 +0100114 select GENERIC_CPU_AUTOPROBE
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100115 select GENERIC_CPU_DEVICES if !SMP
Martin Schwidefskyd4249862018-03-21 09:38:21 +0100116 select GENERIC_CPU_VULNERABILITIES
Heiko Carstens746479c2013-09-18 11:45:36 +0200117 select GENERIC_FIND_FIRST_BIT
Thomas Gleixnere80e7812012-04-20 13:05:52 +0000118 select GENERIC_SMP_IDLE_THREAD
Martin Schwidefsky79c74ec2013-11-22 10:04:53 +0100119 select GENERIC_TIME_VSYSCALL
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100120 select HAVE_ALIGNED_STRUCT_PAGE if SLUB
AKASHI Takahiro7a017722014-02-25 18:16:24 +0900121 select HAVE_ARCH_AUDITSYSCALL
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100122 select HAVE_ARCH_JUMP_LABEL
Zhaoxiu Zengfff7fb02016-05-20 17:03:57 -0700123 select CPU_NO_EFFICIENT_FFS if !HAVE_MARCH_Z9_109_FEATURES
Heiko Carstensc63cb462012-07-31 15:37:13 +0200124 select HAVE_ARCH_SECCOMP_FILTER
Martin Schwidefsky5614dd92015-04-22 14:47:42 +0200125 select HAVE_ARCH_SOFT_DIRTY
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100126 select HAVE_ARCH_TRACEHOOK
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100127 select HAVE_ARCH_TRANSPARENT_HUGEPAGE
Daniel Borkmann60777762016-05-13 19:08:28 +0200128 select HAVE_EBPF_JIT if PACK_STACK && HAVE_MARCH_Z196_FEATURES
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100129 select HAVE_CMPXCHG_DOUBLE
130 select HAVE_CMPXCHG_LOCAL
Heiko Carstensf50c0e62017-02-20 09:38:42 +0100131 select HAVE_COPY_THREAD_TLS
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100132 select HAVE_DEBUG_KMEMLEAK
Heiko Carstense1231b02016-11-14 13:57:03 +0100133 select HAVE_DMA_CONTIGUOUS
Christoph Hellwig002e6742018-01-09 16:30:23 +0100134 select DMA_DIRECT_OPS
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100135 select HAVE_DYNAMIC_FTRACE
136 select HAVE_DYNAMIC_FTRACE_WITH_REGS
Christian Borntraeger9078a542016-09-12 13:13:38 +0200137 select HAVE_EFFICIENT_UNALIGNED_ACCESS
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100138 select HAVE_FTRACE_MCOUNT_RECORD
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100139 select HAVE_FUNCTION_GRAPH_TRACER
140 select HAVE_FUNCTION_TRACER
Heiko Carstens03b8c7b2014-03-02 13:09:47 +0100141 select HAVE_FUTEX_CMPXCHG if FUTEX
Heiko Carstensbc00b3e2018-08-14 13:29:11 +0200142 select HAVE_GCC_PLUGINS
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100143 select HAVE_KERNEL_BZIP2
144 select HAVE_KERNEL_GZIP
Heiko Carstens8e2872c2013-07-18 15:18:24 +0200145 select HAVE_KERNEL_LZ4
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100146 select HAVE_KERNEL_LZMA
147 select HAVE_KERNEL_LZO
Vasily Gorbik89b52022018-06-13 00:00:25 +0200148 select HAVE_KERNEL_UNCOMPRESSED
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100149 select HAVE_KERNEL_XZ
150 select HAVE_KPROBES
151 select HAVE_KRETPROBES
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100152 select HAVE_KVM
Jiri Slaby21042d42015-03-26 10:10:17 +0100153 select HAVE_LIVEPATCH
Heiko Carstensc33eff62015-06-06 12:44:25 +0200154 select HAVE_PERF_REGS
155 select HAVE_PERF_USER_STACK_DUMP
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100156 select HAVE_MEMBLOCK
157 select HAVE_MEMBLOCK_NODE_MAP
Philipp Hachtmann50be6342014-01-29 18:16:01 +0100158 select HAVE_MEMBLOCK_PHYS_MAP
David Howells786d35d2012-09-28 14:31:03 +0930159 select HAVE_MOD_ARCH_SPECIFIC
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100160 select HAVE_OPROFILE
161 select HAVE_PERF_EVENTS
162 select HAVE_REGS_AND_STACK_ACCESS_API
Heiko Carstens9d6d99e2018-06-30 10:54:15 +0200163 select HAVE_RSEQ
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100164 select HAVE_SYSCALL_TRACEPOINTS
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100165 select HAVE_VIRT_CPU_ACCOUNTING
David Howells786d35d2012-09-28 14:31:03 +0930166 select MODULES_USE_ELF_RELA
Philipp Hachtmann50be6342014-01-29 18:16:01 +0100167 select NO_BOOTMEM
Al Viro7eddd992012-12-25 19:26:12 -0500168 select OLD_SIGACTION
Heiko Carstens93bead42013-09-06 10:03:30 +0200169 select OLD_SIGSUSPEND3
Sebastian Ottbb98f392016-06-02 14:57:17 +0200170 select SPARSE_IRQ
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100171 select SYSCTL_EXCEPTION_TRACE
Heiko Carstensd5c352c2016-11-08 11:08:26 +0100172 select THREAD_INFO_IN_TASK
Josh Triplett05634162014-02-26 18:13:06 -0800173 select TTY
Heiko Carstens0e0d04a2013-02-06 10:15:55 +0100174 select VIRT_CPU_ACCOUNTING
Stanislaw Gruszka40565b52016-11-15 03:06:51 +0100175 select ARCH_HAS_SCALED_CPUTIME
Heiko Carstens93bead42013-09-06 10:03:30 +0200176 select VIRT_TO_BUS
Petr Mladek42a0bb32016-05-20 17:00:33 -0700177 select HAVE_NMI
Philipp Hachtmann3a368f72014-03-06 18:25:13 +0100178
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179
Martin Schwidefskyfca3e352009-07-07 16:37:10 +0200180config SCHED_OMIT_FRAME_POINTER
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100181 def_bool y
Martin Schwidefskyfca3e352009-07-07 16:37:10 +0200182
Kirill A. Shutemovc81956c2015-04-14 15:46:00 -0700183config PGTABLE_LEVELS
184 int
Martin Schwidefsky1aea9b32017-04-24 18:19:10 +0200185 default 5
Kirill A. Shutemovc81956c2015-04-14 15:46:00 -0700186
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187source "init/Kconfig"
188
Matt Helsleydc52ddc2008-10-18 20:27:21 -0700189source "kernel/Kconfig.freezer"
190
Jiri Slaby21042d42015-03-26 10:10:17 +0100191source "kernel/livepatch/Kconfig"
192
Jan Glauber843c48f2012-08-27 10:55:18 +0200193menu "Processor type and features"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
Jan Glauber843c48f2012-08-27 10:55:18 +0200195config HAVE_MARCH_Z900_FEATURES
196 def_bool n
197
198config HAVE_MARCH_Z990_FEATURES
199 def_bool n
200 select HAVE_MARCH_Z900_FEATURES
201
202config HAVE_MARCH_Z9_109_FEATURES
203 def_bool n
204 select HAVE_MARCH_Z990_FEATURES
205
206config HAVE_MARCH_Z10_FEATURES
207 def_bool n
208 select HAVE_MARCH_Z9_109_FEATURES
209
210config HAVE_MARCH_Z196_FEATURES
211 def_bool n
212 select HAVE_MARCH_Z10_FEATURES
213
Heiko Carstens991c15052012-11-13 10:26:37 +0200214config HAVE_MARCH_ZEC12_FEATURES
215 def_bool n
216 select HAVE_MARCH_Z196_FEATURES
217
Martin Schwidefskyf8b2dcb2015-01-14 17:50:19 +0100218config HAVE_MARCH_Z13_FEATURES
219 def_bool n
220 select HAVE_MARCH_ZEC12_FEATURES
221
Martin Schwidefsky6997c322017-04-12 14:17:25 +0200222config HAVE_MARCH_Z14_FEATURES
223 def_bool n
224 select HAVE_MARCH_Z13_FEATURES
225
Jan Glauber843c48f2012-08-27 10:55:18 +0200226choice
227 prompt "Processor type"
Martin Schwidefsky7072276e2016-04-18 17:10:16 +0200228 default MARCH_Z196
Jan Glauber843c48f2012-08-27 10:55:18 +0200229
230config MARCH_Z900
231 bool "IBM zSeries model z800 and z900"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100232 select HAVE_MARCH_Z900_FEATURES
Jan Glauber843c48f2012-08-27 10:55:18 +0200233 help
234 Select this to enable optimizations for model z800/z900 (2064 and
235 2066 series). This will enable some optimizations that are not
236 available on older ESA/390 (31 Bit) only CPUs.
237
238config MARCH_Z990
239 bool "IBM zSeries model z890 and z990"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100240 select HAVE_MARCH_Z990_FEATURES
Jan Glauber843c48f2012-08-27 10:55:18 +0200241 help
242 Select this to enable optimizations for model z890/z990 (2084 and
243 2086 series). The kernel will be slightly faster but will not work
244 on older machines.
245
246config MARCH_Z9_109
247 bool "IBM System z9"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100248 select HAVE_MARCH_Z9_109_FEATURES
Jan Glauber843c48f2012-08-27 10:55:18 +0200249 help
250 Select this to enable optimizations for IBM System z9 (2094 and
251 2096 series). The kernel will be slightly faster but will not work
252 on older machines.
253
254config MARCH_Z10
255 bool "IBM System z10"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100256 select HAVE_MARCH_Z10_FEATURES
Jan Glauber843c48f2012-08-27 10:55:18 +0200257 help
258 Select this to enable optimizations for IBM System z10 (2097 and
259 2098 series). The kernel will be slightly faster but will not work
260 on older machines.
261
262config MARCH_Z196
263 bool "IBM zEnterprise 114 and 196"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100264 select HAVE_MARCH_Z196_FEATURES
Jan Glauber843c48f2012-08-27 10:55:18 +0200265 help
266 Select this to enable optimizations for IBM zEnterprise 114 and 196
267 (2818 and 2817 series). The kernel will be slightly faster but will
268 not work on older machines.
269
Heiko Carstens991c15052012-11-13 10:26:37 +0200270config MARCH_ZEC12
Heiko Carstens59471222013-07-24 10:35:33 +0200271 bool "IBM zBC12 and zEC12"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100272 select HAVE_MARCH_ZEC12_FEATURES
Heiko Carstens991c15052012-11-13 10:26:37 +0200273 help
Heiko Carstens59471222013-07-24 10:35:33 +0200274 Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and
275 2827 series). The kernel will be slightly faster but will not work on
276 older machines.
Heiko Carstens991c15052012-11-13 10:26:37 +0200277
Martin Schwidefskyf8b2dcb2015-01-14 17:50:19 +0100278config MARCH_Z13
Heiko Carstensbb3aa612016-02-19 10:46:08 +0100279 bool "IBM z13s and z13"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100280 select HAVE_MARCH_Z13_FEATURES
Martin Schwidefskyf8b2dcb2015-01-14 17:50:19 +0100281 help
Heiko Carstensbb3aa612016-02-19 10:46:08 +0100282 Select this to enable optimizations for IBM z13s and z13 (2965 and
283 2964 series). The kernel will be slightly faster but will not work on
284 older machines.
Martin Schwidefskyf8b2dcb2015-01-14 17:50:19 +0100285
Martin Schwidefsky6997c322017-04-12 14:17:25 +0200286config MARCH_Z14
Heiko Carstens451239e2018-04-13 14:04:24 +0200287 bool "IBM z14 ZR1 and z14"
Martin Schwidefsky6997c322017-04-12 14:17:25 +0200288 select HAVE_MARCH_Z14_FEATURES
289 help
Heiko Carstens451239e2018-04-13 14:04:24 +0200290 Select this to enable optimizations for IBM z14 ZR1 and z14 (3907
291 and 3906 series). The kernel will be slightly faster but will not
292 work on older machines.
Martin Schwidefsky6997c322017-04-12 14:17:25 +0200293
Jan Glauber843c48f2012-08-27 10:55:18 +0200294endchoice
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295
Heiko Carstens1db9e052013-10-30 12:12:50 +0100296config MARCH_Z900_TUNE
297 def_bool TUNE_Z900 || MARCH_Z900 && TUNE_DEFAULT
298
299config MARCH_Z990_TUNE
300 def_bool TUNE_Z990 || MARCH_Z990 && TUNE_DEFAULT
301
302config MARCH_Z9_109_TUNE
303 def_bool TUNE_Z9_109 || MARCH_Z9_109 && TUNE_DEFAULT
304
305config MARCH_Z10_TUNE
306 def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT
307
308config MARCH_Z196_TUNE
309 def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT
310
311config MARCH_ZEC12_TUNE
312 def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT
313
Martin Schwidefskyf8b2dcb2015-01-14 17:50:19 +0100314config MARCH_Z13_TUNE
315 def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT
316
Martin Schwidefsky6997c322017-04-12 14:17:25 +0200317config MARCH_Z14_TUNE
318 def_bool TUNE_Z14 || MARCH_Z14 && TUNE_DEFAULT
319
Heiko Carstens1db9e052013-10-30 12:12:50 +0100320choice
321 prompt "Tune code generation"
322 default TUNE_DEFAULT
323 help
324 Cause the compiler to tune (-mtune) the generated code for a machine.
325 This will make the code run faster on the selected machine but
326 somewhat slower on other machines.
327 This option only changes how the compiler emits instructions, not the
328 selection of instructions itself, so the resulting kernel will run on
329 all other machines.
330
331config TUNE_DEFAULT
332 bool "Default"
333 help
334 Tune the generated code for the target processor for which the kernel
335 will be compiled.
336
Heiko Carstens1db9e052013-10-30 12:12:50 +0100337config TUNE_Z900
338 bool "IBM zSeries model z800 and z900"
339
340config TUNE_Z990
341 bool "IBM zSeries model z890 and z990"
342
343config TUNE_Z9_109
344 bool "IBM System z9"
345
346config TUNE_Z10
347 bool "IBM System z10"
348
349config TUNE_Z196
350 bool "IBM zEnterprise 114 and 196"
351
352config TUNE_ZEC12
353 bool "IBM zBC12 and zEC12"
354
Martin Schwidefskyf8b2dcb2015-01-14 17:50:19 +0100355config TUNE_Z13
356 bool "IBM z13"
357
Martin Schwidefsky6997c322017-04-12 14:17:25 +0200358config TUNE_Z14
359 bool "IBM z14"
360
Heiko Carstens1db9e052013-10-30 12:12:50 +0100361endchoice
362
Martin Schwidefsky347a8dc2006-01-06 00:19:28 -0800363config 64BIT
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100364 def_bool y
Martin Schwidefskyd9f7a742006-09-28 16:55:39 +0200365
Jan Glauber843c48f2012-08-27 10:55:18 +0200366config COMPAT
367 def_bool y
368 prompt "Kernel support for 31 bit emulation"
Jan Glauber843c48f2012-08-27 10:55:18 +0200369 select COMPAT_BINFMT_ELF if BINFMT_ELF
370 select ARCH_WANT_OLD_COMPAT_IPC
Al Viro7eddd992012-12-25 19:26:12 -0500371 select COMPAT_OLD_SIGACTION
Iulia Manda28138932015-04-15 16:16:41 -0700372 depends on MULTIUSER
Jan Glauber843c48f2012-08-27 10:55:18 +0200373 help
374 Select this option if you want to enable your system kernel to
375 handle system-calls from ELF binaries for 31 bit ESA. This option
376 (and some other stuff like libraries and such) is needed for
377 executing 31 bit applications. It is safe to say "Y".
378
379config SYSVIPC_COMPAT
380 def_bool y if COMPAT && SYSVIPC
381
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382config SMP
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100383 def_bool y
384 prompt "Symmetric multi-processing support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 ---help---
386 This enables support for systems with more than one CPU. If you have
387 a system with only one CPU, like most personal computers, say N. If
388 you have a system with more than one CPU, say Y.
389
Robert Graffham4a474152014-01-23 15:55:29 -0800390 If you say N here, the kernel will run on uni- and multiprocessor
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391 machines, but will use only one CPU of a multiprocessor machine. If
392 you say Y here, the kernel will run on many, but not all,
Robert Graffham4a474152014-01-23 15:55:29 -0800393 uniprocessor machines. On a uniprocessor machine, the kernel
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394 will run faster if you say N here.
395
Adrian Bunk03502fa2008-02-03 15:50:21 +0200396 See also the SMP-HOWTO available at
397 <http://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398
399 Even if you don't know what to do here, say Y.
400
401config NR_CPUS
Heiko Carstens5c75a0d2015-01-28 16:52:01 +0100402 int "Maximum number of CPUs (2-512)"
403 range 2 512
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 depends on SMP
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100405 default "64"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 help
407 This allows you to specify the maximum number of CPUs which this
Heiko Carstens5c75a0d2015-01-28 16:52:01 +0100408 kernel will support. The maximum supported value is 512 and the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 minimum value which makes sense is 2.
410
411 This is purely to save memory - each supported CPU adds
412 approximately sixteen kilobytes to the kernel image.
413
414config HOTPLUG_CPU
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100415 def_bool y
416 prompt "Support for hot-pluggable CPUs"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417 depends on SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 help
419 Say Y here to be able to turn CPUs off and on. CPUs
420 can be controlled through /sys/devices/system/cpu/cpu#.
421 Say N if you want to disable CPU hotplug.
422
Philipp Hachtmann3a368f72014-03-06 18:25:13 +0100423# Some NUMA nodes have memory ranges that span
424# other nodes. Even though a pfn is valid and
425# between a node's start and end pfns, it may not
426# reside on that node. See memmap_init_zone()
427# for details. <- They meant memory holes!
428config NODES_SPAN_OTHER_NODES
429 def_bool NUMA
430
431config NUMA
432 bool "NUMA support"
Heiko Carstensc095a942015-12-28 12:53:51 +0100433 depends on SMP && SCHED_TOPOLOGY
Philipp Hachtmann3a368f72014-03-06 18:25:13 +0100434 default n
435 help
436 Enable NUMA support
437
438 This option adds NUMA support to the kernel.
439
440 An operation mode can be selected by appending
441 numa=<method> to the kernel command line.
442
443 The default behaviour is identical to appending numa=plain to
444 the command line. This will create just one node with all
445 available memory and all CPUs in it.
446
447config NODES_SHIFT
448 int "Maximum NUMA nodes (as a power of 2)"
449 range 1 10
450 depends on NUMA
451 default "4"
452 help
453 Specify the maximum number of NUMA nodes available on the target
454 system. Increases memory reserved to accommodate various tables.
455
Michael Holzheuc29a7ba2014-03-06 18:47:21 +0100456menu "Select NUMA modes"
457 depends on NUMA
458
459config NUMA_EMU
460 bool "NUMA emulation"
461 default y
462 help
463 Numa emulation mode will split the available system memory into
464 equal chunks which then are distributed over the configured number
465 of nodes in a round-robin manner.
466
467 The number of fake nodes is limited by the number of available memory
468 chunks (i.e. memory size / fake size) and the number of supported
469 nodes in the kernel.
470
471 The CPUs are assigned to the nodes in a way that partially respects
472 the original machine topology (if supported by the machine).
473 Fair distribution of the CPUs is not guaranteed.
474
475config EMU_SIZE
476 hex "NUMA emulation memory chunk size"
477 default 0x10000000
478 range 0x400000 0x100000000
479 depends on NUMA_EMU
480 help
481 Select the default size by which the memory is chopped and then
482 assigned to emulated NUMA nodes.
483
484 This can be overridden by specifying
485
486 emu_size=<n>
487
488 on the kernel command line where also suffixes K, M, G, and T are
489 supported.
490
491endmenu
492
Heiko Carstens9236b4d2015-12-28 13:20:43 +0100493config SCHED_SMT
494 def_bool n
495
Heiko Carstens8d11e022010-10-29 16:50:37 +0200496config SCHED_MC
Heiko Carstens83a24e32011-12-27 11:27:09 +0100497 def_bool n
Heiko Carstens8d11e022010-10-29 16:50:37 +0200498
Heiko Carstens4cb14bc2010-08-31 10:28:18 +0200499config SCHED_BOOK
Martin Schwidefsky10ad34b2015-01-14 17:52:10 +0100500 def_bool n
501
Heiko Carstensadac0f12016-05-25 10:25:50 +0200502config SCHED_DRAWER
503 def_bool n
504
Martin Schwidefsky10ad34b2015-01-14 17:52:10 +0100505config SCHED_TOPOLOGY
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100506 def_bool y
Martin Schwidefsky10ad34b2015-01-14 17:52:10 +0100507 prompt "Topology scheduler support"
Heiko Carstens83a24e32011-12-27 11:27:09 +0100508 depends on SMP
Martin Schwidefsky10ad34b2015-01-14 17:52:10 +0100509 select SCHED_SMT
Heiko Carstens83a24e32011-12-27 11:27:09 +0100510 select SCHED_MC
Martin Schwidefsky10ad34b2015-01-14 17:52:10 +0100511 select SCHED_BOOK
Heiko Carstensadac0f12016-05-25 10:25:50 +0200512 select SCHED_DRAWER
Heiko Carstens4cb14bc2010-08-31 10:28:18 +0200513 help
Martin Schwidefsky10ad34b2015-01-14 17:52:10 +0100514 Topology scheduler support improves the CPU scheduler's decision
515 making when dealing with machines that have multi-threading,
516 multiple cores or multiple books.
Heiko Carstens4cb14bc2010-08-31 10:28:18 +0200517
Jan Glauber843c48f2012-08-27 10:55:18 +0200518source kernel/Kconfig.preempt
519
Jan Glauber843c48f2012-08-27 10:55:18 +0200520source kernel/Kconfig.hz
521
Philipp Rudobdea9f62018-03-27 13:14:12 +0200522config KEXEC
523 def_bool y
524 select KEXEC_CORE
525
526config KEXEC_FILE
527 bool "kexec file based system call"
528 select KEXEC_CORE
529 select BUILD_BIN2C
530 depends on CRYPTO
531 depends on CRYPTO_SHA256
532 depends on CRYPTO_SHA256_S390
533 help
534 Enable the kexec file based system call. In contrast to the normal
535 kexec system call this system call takes file descriptors for the
536 kernel and initramfs as arguments.
537
538config ARCH_HAS_KEXEC_PURGATORY
539 def_bool y
540 depends on KEXEC_FILE
541
Harald Freudenberger4c637cd2017-03-17 10:46:31 +0100542config ARCH_RANDOM
543 def_bool y
544 prompt "s390 architectural random number generation API"
545 help
546 Enable the s390 architectural random number generation API
547 to provide random data for all consumers within the Linux
548 kernel.
549
550 When enabled the arch_random_* functions declared in linux/random.h
551 are implemented. The implementation is based on the s390 CPACF
552 instruction subfunction TRNG which provides a real true random
553 number generator.
554
555 If unsure, say Y.
556
Martin Schwidefskyd768bd82018-01-16 07:11:45 +0100557config KERNEL_NOBP
558 def_bool n
559 prompt "Enable modified branch prediction for the kernel by default"
560 help
561 If this option is selected the kernel will switch to a modified
562 branch prediction mode if the firmware interface is available.
563 The modified branch prediction mode improves the behaviour in
564 regard to speculative execution.
565
566 With the option enabled the kernel parameter "nobp=0" or "nospec"
567 can be used to run the kernel in the normal branch prediction mode.
568
569 With the option disabled the modified branch prediction mode is
570 enabled with the "nobp=1" kernel parameter.
571
572 If unsure, say N.
573
Martin Schwidefskyf19fbd52018-01-26 12:46:47 +0100574config EXPOLINE
575 def_bool n
576 prompt "Avoid speculative indirect branches in the kernel"
577 help
578 Compile the kernel with the expoline compiler options to guard
579 against kernel-to-user data leaks by avoiding speculative indirect
580 branches.
581 Requires a compiler with -mindirect-branch=thunk support for full
582 protection. The kernel may run slower.
583
584 If unsure, say N.
585
586choice
587 prompt "Expoline default"
588 depends on EXPOLINE
589 default EXPOLINE_FULL
590
591config EXPOLINE_OFF
592 bool "spectre_v2=off"
593
Martin Schwidefsky6e179d62018-03-23 13:04:49 +0100594config EXPOLINE_AUTO
Martin Schwidefskyf19fbd52018-01-26 12:46:47 +0100595 bool "spectre_v2=auto"
596
597config EXPOLINE_FULL
598 bool "spectre_v2=on"
599
600endchoice
601
Jan Glauber843c48f2012-08-27 10:55:18 +0200602endmenu
603
604menu "Memory setup"
605
606config ARCH_SPARSEMEM_ENABLE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100607 def_bool y
Jan Glauber843c48f2012-08-27 10:55:18 +0200608 select SPARSEMEM_VMEMMAP_ENABLE
609 select SPARSEMEM_VMEMMAP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
Jan Glauber843c48f2012-08-27 10:55:18 +0200611config ARCH_SPARSEMEM_DEFAULT
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100612 def_bool y
Al Viroe65e1fc2006-09-12 03:04:40 -0400613
Jan Glauber843c48f2012-08-27 10:55:18 +0200614config ARCH_SELECT_MEMORY_MODEL
615 def_bool y
Heiko Carstens05445162012-05-14 10:12:41 +0200616
Jan Glauber843c48f2012-08-27 10:55:18 +0200617config ARCH_ENABLE_MEMORY_HOTPLUG
618 def_bool y if SPARSEMEM
Heiko Carstens05445162012-05-14 10:12:41 +0200619
Jan Glauber843c48f2012-08-27 10:55:18 +0200620config ARCH_ENABLE_MEMORY_HOTREMOVE
621 def_bool y
Heiko Carstens05445162012-05-14 10:12:41 +0200622
Martin Schwidefskyec66ad62014-02-12 14:16:18 +0100623config ARCH_ENABLE_SPLIT_PMD_PTLOCK
624 def_bool y
Martin Schwidefskyec66ad62014-02-12 14:16:18 +0100625
Jan Glauber843c48f2012-08-27 10:55:18 +0200626config FORCE_MAX_ZONEORDER
627 int
628 default "9"
Heiko Carstens05445162012-05-14 10:12:41 +0200629
Jan Glauber843c48f2012-08-27 10:55:18 +0200630source "mm/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631
Heiko Carstensb8402b92017-03-27 15:36:20 +0200632config MAX_PHYSMEM_BITS
633 int "Maximum size of supported physical memory in bits (42-53)"
634 range 42 53
635 default "46"
636 help
637 This option specifies the maximum supported size of physical memory
638 in bits. Supported is any size between 2^42 (4TB) and 2^53 (8PB).
639 Increasing the number of bits also increases the kernel image size.
640 By default 46 bits (64TB) are supported.
641
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642config PACK_STACK
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100643 def_bool y
644 prompt "Pack kernel stack"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 help
646 This option enables the compiler option -mkernel-backchain if it
647 is available. If the option is available the compiler supports
648 the new stack layout which dramatically reduces the minimum stack
649 frame size. With an old compiler a non-leaf function needs a
650 minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With
651 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
652 and 24 byte on 64 bit.
653
654 Say Y if you are unsure.
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656config CHECK_STACK
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100657 def_bool y
658 prompt "Detect kernel stack overflow"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 help
660 This option enables the compiler option -mstack-guard and
661 -mstack-size if they are available. If the compiler supports them
662 it will emit additional code to each function prolog to trigger
663 an illegal operation if the kernel stack is about to overflow.
664
665 Say N if you are unsure.
666
667config STACK_GUARD
668 int "Size of the guard area (128-1024)"
669 range 128 1024
670 depends on CHECK_STACK
671 default "256"
672 help
673 This allows you to specify the size of the guard area at the lower
674 end of the kernel stack. If the kernel stack points into the guard
675 area on function entry an illegal operation is triggered. The size
676 needs to be a power of 2. Please keep in mind that the size of an
677 interrupt frame is 184 bytes for 31 bit and 328 bytes on 64 bit.
678 The minimum size for the stack guard should be 256 for 31 bit and
679 512 for 64 bit.
680
Jan Glauber2c190da2011-03-15 17:08:19 +0100681config WARN_DYNAMIC_STACK
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100682 def_bool n
Jan Glauber2c190da2011-03-15 17:08:19 +0100683 prompt "Emit compiler warnings for function with dynamic stack usage"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 help
Jan Glauber2c190da2011-03-15 17:08:19 +0100685 This option enables the compiler option -mwarn-dynamicstack. If the
686 compiler supports this options generates warnings for functions
687 that dynamically allocate stack space using alloca.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688
689 Say N if you are unsure.
690
Jan Glauber843c48f2012-08-27 10:55:18 +0200691endmenu
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200692
Jan Glauber843c48f2012-08-27 10:55:18 +0200693menu "I/O subsystem"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695config QDIO
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100696 def_tristate y
697 prompt "QDIO support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698 ---help---
Frank Pavlic8129ee162006-01-06 00:19:20 -0800699 This driver provides the Queued Direct I/O base support for
Ursula Braunefca13b2008-04-17 07:46:19 +0200700 IBM System z.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701
702 To compile this driver as a module, choose M here: the
703 module will be called qdio.
704
705 If unsure, say Y.
706
Jan Glauberc8717a32012-11-29 14:38:46 +0100707menuconfig PCI
708 bool "PCI support"
Jan Glauberc8717a32012-11-29 14:38:46 +0100709 select PCI_MSI
Christoph Hellwiga4ce5a42018-04-03 15:47:59 +0200710 select IOMMU_HELPER
Gerald Schaefer8128f23c2015-08-27 15:33:03 +0200711 select IOMMU_SUPPORT
Christoph Hellwigf616ab52018-05-09 06:53:49 +0200712 select NEED_DMA_MAP_STATE
Christoph Hellwig86596f02018-04-05 09:44:52 +0200713 select NEED_SG_DMA_LENGTH
Christoph Hellwiga4ce5a42018-04-03 15:47:59 +0200714
Jan Glauberc8717a32012-11-29 14:38:46 +0100715 help
716 Enable PCI support.
717
718if PCI
719
720config PCI_NR_FUNCTIONS
721 int "Maximum number of PCI functions (1-4096)"
722 range 1 4096
Sebastian Ottb18601b2017-03-27 19:09:15 +0200723 default "128"
Jan Glauberc8717a32012-11-29 14:38:46 +0100724 help
725 This allows you to specify the maximum number of PCI functions which
726 this kernel will support.
727
728source "drivers/pci/Kconfig"
Jan Glauberc8717a32012-11-29 14:38:46 +0100729
730endif # PCI
731
732config PCI_DOMAINS
733 def_bool PCI
734
735config HAS_IOMEM
736 def_bool PCI
737
Cornelia Huck9d92a7e2008-07-14 09:59:05 +0200738config CHSC_SCH
Sebastian Ottd9c11b12011-01-31 11:30:09 +0100739 def_tristate m
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100740 prompt "Support for CHSC subchannels"
Cornelia Huck9d92a7e2008-07-14 09:59:05 +0200741 help
742 This driver allows usage of CHSC subchannels. A CHSC subchannel
743 is usually present on LPAR only.
744 The driver creates a device /dev/chsc, which may be used to
745 obtain I/O configuration information about the machine and
746 to issue asynchronous chsc commands (DANGEROUS).
747 You will usually only want to use this interface on a special
748 LPAR designated for system management.
749
750 To compile this driver as a module, choose M here: the
751 module will be called chsc_sch.
752
753 If unsure, say N.
754
Sebastian Ott1d1c8f72012-08-28 16:46:26 +0200755config SCM_BUS
756 def_bool y
Sebastian Ott1d1c8f72012-08-28 16:46:26 +0200757 prompt "SCM bus driver"
758 help
759 Bus driver for Storage Class Memory.
760
Sebastian Otteadb86a2012-08-28 16:48:16 +0200761config EADM_SCH
762 def_tristate m
763 prompt "Support for EADM subchannels"
764 depends on SCM_BUS
765 help
766 This driver allows usage of EADM subchannels. EADM subchannels act
767 as a communication vehicle for SCM increments.
768
769 To compile this driver as a module, choose M here: the
770 module will be called eadm_sch.
771
Dong Jia Shi63f19342017-03-17 04:17:31 +0100772config VFIO_CCW
773 def_tristate n
774 prompt "Support for VFIO-CCW subchannels"
Dong Jia Shi84cd8fc2017-03-17 04:17:33 +0100775 depends on S390_CCW_IOMMU && VFIO_MDEV
Dong Jia Shi63f19342017-03-17 04:17:31 +0100776 help
777 This driver allows usage of I/O subchannels via VFIO-CCW.
778
779 To compile this driver as a module, choose M here: the
780 module will be called vfio_ccw.
781
Jan Glauber843c48f2012-08-27 10:55:18 +0200782endmenu
783
784menu "Dump support"
785
786config CRASH_DUMP
787 bool "kernel crash dumps"
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100788 depends on SMP
Jan Glauber843c48f2012-08-27 10:55:18 +0200789 select KEXEC
790 help
791 Generate crash dump after being started by kexec.
792 Crash dump kernels are loaded in the main kernel with kexec-tools
793 into a specially reserved region and then later executed after
794 a crash by kdump/kexec.
Jan Glauber843c48f2012-08-27 10:55:18 +0200795 Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.
Michael Holzheubf28a592014-04-14 10:38:05 +0200796 This option also enables s390 zfcpdump.
797 See also <file:Documentation/s390/zfcpdump.txt>
Jan Glauber843c48f2012-08-27 10:55:18 +0200798
799endmenu
800
801menu "Executable file formats / Emulations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803source "fs/Kconfig.binfmt"
804
Jan Glauber843c48f2012-08-27 10:55:18 +0200805config SECCOMP
806 def_bool y
807 prompt "Enable seccomp to safely compute untrusted bytecode"
808 depends on PROC_FS
809 help
810 This kernel feature is useful for number crunching applications
811 that may need to compute untrusted bytecode during their
812 execution. By using pipes or other transports made available to
813 the process as file descriptors supporting the read/write
814 syscalls, it's possible to isolate those applications in
815 their own address space using seccomp. Once seccomp is
816 enabled via /proc/<pid>/seccomp, it cannot be disabled
817 and the task is only allowed to execute a few safe syscalls
818 defined by each seccomp mode.
819
820 If unsure, say Y.
821
822endmenu
823
824menu "Power Management"
825
826config ARCH_HIBERNATION_POSSIBLE
Heiko Carstens5a79859a2015-02-12 13:08:27 +0100827 def_bool y
Jan Glauber843c48f2012-08-27 10:55:18 +0200828
829source "kernel/power/Kconfig"
830
831endmenu
832
833source "net/Kconfig"
834
835config PCMCIA
836 def_bool n
837
838config CCW
839 def_bool y
840
841source "drivers/Kconfig"
842
Ursula Braunb6ef86e2018-05-22 12:42:57 +0200843config HAVE_PNETID
844 tristate
845 default (SMC || CCWGROUP)
846
Jan Glauber843c48f2012-08-27 10:55:18 +0200847source "fs/Kconfig"
848
849source "arch/s390/Kconfig.debug"
850
851source "security/Kconfig"
852
853source "crypto/Kconfig"
854
855source "lib/Kconfig"
856
857menu "Virtualization"
Heiko Carstens684de392008-03-05 12:37:14 +0100858
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859config PFAULT
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100860 def_bool y
861 prompt "Pseudo page fault support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 help
863 Select this option, if you want to use PFAULT pseudo page fault
864 handling under VM. If running native or in LPAR, this option
865 has no effect. If your VM does not support PFAULT, PAGEEX
866 pseudo page fault handling will be used.
867 Note that VM 4.2 supports PFAULT but has a bug in its
868 implementation that causes some problems.
869 Everybody who wants to run Linux under VM != VM4.2 should select
870 this option.
871
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872config CMM
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100873 def_tristate n
874 prompt "Cooperative memory management"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 help
876 Select this option, if you want to enable the kernel interface
877 to reduce the memory size of the system. This is accomplished
878 by allocating pages of memory and put them "on hold". This only
879 makes sense for a system running under VM where the unused pages
880 will be reused by VM for other guest systems. The interface
881 allows an external monitor to balance memory of many systems.
882 Everybody who wants to run Linux under VM should select this
883 option.
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885config CMM_IUCV
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100886 def_bool y
887 prompt "IUCV special message interface to cooperative memory management"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV)
889 help
890 Select this option to enable the special message interface to
891 the cooperative memory management.
892
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893config APPLDATA_BASE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100894 def_bool n
895 prompt "Linux - VM Monitor Stream, base infrastructure"
Martin Schwidefskyc185b782008-12-25 13:39:25 +0100896 depends on PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 help
898 This provides a kernel interface for creating and updating z/VM APPLDATA
899 monitor records. The monitor records are updated at certain time
900 intervals, once the timer is started.
901 Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer,
902 i.e. enables or disables monitoring on the Linux side.
903 A custom interval value (in seconds) can be written to
904 /proc/appldata/interval.
905
906 Defaults are 60 seconds interval and timer off.
907 The /proc entries can also be read from, showing the current settings.
908
909config APPLDATA_MEM
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100910 def_tristate m
911 prompt "Monitor memory management statistics"
Al Viro62fb2ba2006-12-13 00:34:59 -0800912 depends on APPLDATA_BASE && VM_EVENT_COUNTERS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 help
914 This provides memory management related data to the Linux - VM Monitor
915 Stream, like paging/swapping rate, memory utilisation, etc.
916 Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM
917 APPLDATA monitor record, i.e. enables or disables monitoring this record
918 on the z/VM side.
919
920 Default is disabled.
921 The /proc entry can also be read from, showing the current settings.
922
923 This can also be compiled as a module, which will be called
924 appldata_mem.o.
925
926config APPLDATA_OS
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100927 def_tristate m
928 prompt "Monitor OS statistics"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 depends on APPLDATA_BASE
930 help
931 This provides OS related data to the Linux - VM Monitor Stream, like
932 CPU utilisation, etc.
933 Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
934 APPLDATA monitor record, i.e. enables or disables monitoring this record
935 on the z/VM side.
936
937 Default is disabled.
938 This can also be compiled as a module, which will be called
939 appldata_os.o.
940
941config APPLDATA_NET_SUM
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100942 def_tristate m
943 prompt "Monitor overall network statistics"
Sachin Sant70193af2009-03-26 15:24:00 +0100944 depends on APPLDATA_BASE && NET
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 help
946 This provides network related data to the Linux - VM Monitor Stream,
947 currently there is only a total sum of network I/O statistics, no
948 per-interface data.
949 Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM
950 APPLDATA monitor record, i.e. enables or disables monitoring this record
951 on the z/VM side.
952
953 Default is disabled.
954 This can also be compiled as a module, which will be called
955 appldata_net_sum.o.
956
Michael Holzheu24bbb1f2006-06-23 02:05:06 -0700957config S390_HYPFS_FS
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100958 def_bool y
959 prompt "s390 hypervisor file system support"
Michael Holzheu24bbb1f2006-06-23 02:05:06 -0700960 select SYS_HYPERVISOR
Michael Holzheu24bbb1f2006-06-23 02:05:06 -0700961 help
962 This is a virtual file system intended to provide accounting
963 information in an s390 hypervisor environment.
964
Jan Glauber843c48f2012-08-27 10:55:18 +0200965source "arch/s390/kvm/Kconfig"
Michael Holzheu411ed322007-04-27 16:01:49 +0200966
Carsten Ottefa587742008-03-25 18:47:44 +0100967config S390_GUEST
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100968 def_bool y
Kees Cook510cf5a2012-10-02 11:16:42 -0700969 prompt "s390 support for virtio devices"
Chen Gang79b6f7f2013-07-23 16:26:08 +0800970 select TTY
Christian Borntraeger80629b02011-06-22 16:24:07 +0200971 select VIRTUALIZATION
Carsten Ottefa587742008-03-25 18:47:44 +0100972 select VIRTIO
Christian Borntraegerfaeba8302008-06-20 15:24:18 +0200973 select VIRTIO_CONSOLE
Carsten Ottefa587742008-03-25 18:47:44 +0100974 help
Cornelia Huckbdd1fc22012-08-27 12:56:48 +0200975 Enabling this option adds support for virtio based paravirtual device
976 drivers on s390.
977
Christian Borntraeger20766c02008-08-29 13:30:56 +0200978 Select this option if you want to run the kernel as a guest under
Cornelia Huckbdd1fc22012-08-27 12:56:48 +0200979 the KVM hypervisor.
Heiko Carstensbcf5cef2009-06-12 10:26:26 +0200980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981endmenu