10 config STACKTRACE_SUPPORT
13 config HAVE_LATENCYTOP_SUPPORT
16 config RWSEM_GENERIC_SPINLOCK
19 config RWSEM_XCHGADD_ALGORITHM
22 config ARCH_HAS_ILOG2_U32
25 config ARCH_HAS_ILOG2_U64
28 config GENERIC_HWEIGHT
34 config GENERIC_BUG_RELATIVE_POINTERS
43 config ARCH_DMA_ADDR_T_64BIT
46 config GENERIC_LOCKBREAK
47 def_bool y if SMP && PREEMPT
52 config ARCH_SUPPORTS_DEBUG_PAGEALLOC
63 select USE_GENERIC_SMP_HELPERS if SMP
64 select GENERIC_CPU_DEVICES if !SMP
65 select HAVE_SYSCALL_WRAPPERS
66 select HAVE_FUNCTION_TRACER
67 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
68 select HAVE_FTRACE_MCOUNT_RECORD
69 select HAVE_C_RECORDMCOUNT
70 select HAVE_SYSCALL_TRACEPOINTS
71 select SYSCTL_EXCEPTION_TRACE
72 select HAVE_DYNAMIC_FTRACE
73 select HAVE_FUNCTION_GRAPH_TRACER
74 select HAVE_REGS_AND_STACK_ACCESS_API
77 select HAVE_KRETPROBES
78 select HAVE_KVM if 64BIT
79 select HAVE_ARCH_TRACEHOOK
80 select INIT_ALL_POSSIBLE
82 select HAVE_PERF_EVENTS
83 select ARCH_HAVE_NMI_SAFE_CMPXCHG
84 select HAVE_DEBUG_KMEMLEAK
85 select HAVE_KERNEL_GZIP
86 select HAVE_KERNEL_BZIP2
87 select HAVE_KERNEL_LZMA
88 select HAVE_KERNEL_LZO
90 select HAVE_ARCH_MUTEX_CPU_RELAX
91 select HAVE_ARCH_JUMP_LABEL if !MARCH_G5
92 select HAVE_BPF_JIT if 64BIT && PACK_STACK
93 select ARCH_SAVE_PAGE_KEYS if HIBERNATION
94 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
96 select HAVE_MEMBLOCK_NODE_MAP
97 select HAVE_CMPXCHG_LOCAL
98 select HAVE_CMPXCHG_DOUBLE
99 select HAVE_VIRT_CPU_ACCOUNTING
100 select VIRT_CPU_ACCOUNTING
101 select ARCH_DISCARD_MEMBLOCK
102 select BUILDTIME_EXTABLE_SORT
103 select ARCH_INLINE_SPIN_TRYLOCK
104 select ARCH_INLINE_SPIN_TRYLOCK_BH
105 select ARCH_INLINE_SPIN_LOCK
106 select ARCH_INLINE_SPIN_LOCK_BH
107 select ARCH_INLINE_SPIN_LOCK_IRQ
108 select ARCH_INLINE_SPIN_LOCK_IRQSAVE
109 select ARCH_INLINE_SPIN_UNLOCK
110 select ARCH_INLINE_SPIN_UNLOCK_BH
111 select ARCH_INLINE_SPIN_UNLOCK_IRQ
112 select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
113 select ARCH_INLINE_READ_TRYLOCK
114 select ARCH_INLINE_READ_LOCK
115 select ARCH_INLINE_READ_LOCK_BH
116 select ARCH_INLINE_READ_LOCK_IRQ
117 select ARCH_INLINE_READ_LOCK_IRQSAVE
118 select ARCH_INLINE_READ_UNLOCK
119 select ARCH_INLINE_READ_UNLOCK_BH
120 select ARCH_INLINE_READ_UNLOCK_IRQ
121 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE
122 select ARCH_INLINE_WRITE_TRYLOCK
123 select ARCH_INLINE_WRITE_LOCK
124 select ARCH_INLINE_WRITE_LOCK_BH
125 select ARCH_INLINE_WRITE_LOCK_IRQ
126 select ARCH_INLINE_WRITE_LOCK_IRQSAVE
127 select ARCH_INLINE_WRITE_UNLOCK
128 select ARCH_INLINE_WRITE_UNLOCK_BH
129 select ARCH_INLINE_WRITE_UNLOCK_IRQ
130 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
131 select HAVE_UID16 if 32BIT
132 select ARCH_WANT_IPC_PARSE_VERSION
133 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT
134 select GENERIC_SMP_IDLE_THREAD
135 select GENERIC_TIME_VSYSCALL_OLD
136 select GENERIC_CLOCKEVENTS
137 select KTIME_SCALAR if 32BIT
138 select HAVE_ARCH_SECCOMP_FILTER
139 select GENERIC_KERNEL_THREAD
140 select HAVE_MOD_ARCH_SPECIFIC
141 select MODULES_USE_ELF_RELA
143 config SCHED_OMIT_FRAME_POINTER
146 source "init/Kconfig"
148 source "kernel/Kconfig.freezer"
150 menu "Processor type and features"
152 config HAVE_MARCH_Z900_FEATURES
155 config HAVE_MARCH_Z990_FEATURES
157 select HAVE_MARCH_Z900_FEATURES
159 config HAVE_MARCH_Z9_109_FEATURES
161 select HAVE_MARCH_Z990_FEATURES
163 config HAVE_MARCH_Z10_FEATURES
165 select HAVE_MARCH_Z9_109_FEATURES
167 config HAVE_MARCH_Z196_FEATURES
169 select HAVE_MARCH_Z10_FEATURES
172 prompt "Processor type"
176 bool "System/390 model G5 and G6"
179 Select this to build a 31 bit kernel that works
180 on all ESA/390 and z/Architecture machines.
183 bool "IBM zSeries model z800 and z900"
184 select HAVE_MARCH_Z900_FEATURES if 64BIT
186 Select this to enable optimizations for model z800/z900 (2064 and
187 2066 series). This will enable some optimizations that are not
188 available on older ESA/390 (31 Bit) only CPUs.
191 bool "IBM zSeries model z890 and z990"
192 select HAVE_MARCH_Z990_FEATURES if 64BIT
194 Select this to enable optimizations for model z890/z990 (2084 and
195 2086 series). The kernel will be slightly faster but will not work
200 select HAVE_MARCH_Z9_109_FEATURES if 64BIT
202 Select this to enable optimizations for IBM System z9 (2094 and
203 2096 series). The kernel will be slightly faster but will not work
207 bool "IBM System z10"
208 select HAVE_MARCH_Z10_FEATURES if 64BIT
210 Select this to enable optimizations for IBM System z10 (2097 and
211 2098 series). The kernel will be slightly faster but will not work
215 bool "IBM zEnterprise 114 and 196"
216 select HAVE_MARCH_Z196_FEATURES if 64BIT
218 Select this to enable optimizations for IBM zEnterprise 114 and 196
219 (2818 and 2817 series). The kernel will be slightly faster but will
220 not work on older machines.
226 prompt "64 bit kernel"
228 Select this option if you have an IBM z/Architecture machine
229 and want to use the 64 bit addressing mode.
236 prompt "Kernel support for 31 bit emulation"
238 select COMPAT_BINFMT_ELF if BINFMT_ELF
239 select ARCH_WANT_OLD_COMPAT_IPC
241 Select this option if you want to enable your system kernel to
242 handle system-calls from ELF binaries for 31 bit ESA. This option
243 (and some other stuff like libraries and such) is needed for
244 executing 31 bit applications. It is safe to say "Y".
246 config SYSVIPC_COMPAT
247 def_bool y if COMPAT && SYSVIPC
250 def_bool y if COMPAT && KEYS
254 prompt "Symmetric multi-processing support"
256 This enables support for systems with more than one CPU. If you have
257 a system with only one CPU, like most personal computers, say N. If
258 you have a system with more than one CPU, say Y.
260 If you say N here, the kernel will run on single and multiprocessor
261 machines, but will use only one CPU of a multiprocessor machine. If
262 you say Y here, the kernel will run on many, but not all,
263 singleprocessor machines. On a singleprocessor machine, the kernel
264 will run faster if you say N here.
266 See also the SMP-HOWTO available at
267 <http://www.tldp.org/docs.html#howto>.
269 Even if you don't know what to do here, say Y.
272 int "Maximum number of CPUs (2-64)"
275 default "32" if !64BIT
276 default "64" if 64BIT
278 This allows you to specify the maximum number of CPUs which this
279 kernel will support. The maximum supported value is 64 and the
280 minimum value which makes sense is 2.
282 This is purely to save memory - each supported CPU adds
283 approximately sixteen kilobytes to the kernel image.
287 prompt "Support for hot-pluggable CPUs"
291 Say Y here to be able to turn CPUs off and on. CPUs
292 can be controlled through /sys/devices/system/cpu/cpu#.
293 Say N if you want to disable CPU hotplug.
300 prompt "Book scheduler support"
304 Book scheduler support improves the CPU scheduler's decision making
305 when dealing with machines that have several books.
307 source kernel/Kconfig.preempt
311 prompt "IEEE FPU emulation"
314 This option is required for IEEE compliant floating point arithmetic
315 on older ESA/390 machines. Say Y unless you know your machine doesn't
318 source kernel/Kconfig.hz
324 config ARCH_SPARSEMEM_ENABLE
326 select SPARSEMEM_VMEMMAP_ENABLE
327 select SPARSEMEM_VMEMMAP
328 select SPARSEMEM_STATIC if !64BIT
330 config ARCH_SPARSEMEM_DEFAULT
333 config ARCH_SELECT_MEMORY_MODEL
336 config ARCH_ENABLE_MEMORY_HOTPLUG
337 def_bool y if SPARSEMEM
339 config ARCH_ENABLE_MEMORY_HOTREMOVE
342 config FORCE_MAX_ZONEORDER
350 prompt "Pack kernel stack"
352 This option enables the compiler option -mkernel-backchain if it
353 is available. If the option is available the compiler supports
354 the new stack layout which dramatically reduces the minimum stack
355 frame size. With an old compiler a non-leaf function needs a
356 minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With
357 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
358 and 24 byte on 64 bit.
360 Say Y if you are unsure.
364 prompt "Use 8kb for kernel stack instead of 16kb"
365 depends on PACK_STACK && 64BIT && !LOCKDEP
367 If you say Y here and the compiler supports the -mkernel-backchain
368 option the kernel will use a smaller kernel stack size. The reduced
369 size is 8kb instead of 16kb. This allows to run more threads on a
370 system and reduces the pressure on the memory management for higher
371 order page allocations.
373 Say N if you are unsure.
377 prompt "Detect kernel stack overflow"
379 This option enables the compiler option -mstack-guard and
380 -mstack-size if they are available. If the compiler supports them
381 it will emit additional code to each function prolog to trigger
382 an illegal operation if the kernel stack is about to overflow.
384 Say N if you are unsure.
387 int "Size of the guard area (128-1024)"
389 depends on CHECK_STACK
392 This allows you to specify the size of the guard area at the lower
393 end of the kernel stack. If the kernel stack points into the guard
394 area on function entry an illegal operation is triggered. The size
395 needs to be a power of 2. Please keep in mind that the size of an
396 interrupt frame is 184 bytes for 31 bit and 328 bytes on 64 bit.
397 The minimum size for the stack guard should be 256 for 31 bit and
400 config WARN_DYNAMIC_STACK
402 prompt "Emit compiler warnings for function with dynamic stack usage"
404 This option enables the compiler option -mwarn-dynamicstack. If the
405 compiler supports this options generates warnings for functions
406 that dynamically allocate stack space using alloca.
408 Say N if you are unsure.
416 prompt "QDIO support"
418 This driver provides the Queued Direct I/O base support for
421 To compile this driver as a module, choose M here: the
422 module will be called qdio.
428 prompt "Support for CHSC subchannels"
430 This driver allows usage of CHSC subchannels. A CHSC subchannel
431 is usually present on LPAR only.
432 The driver creates a device /dev/chsc, which may be used to
433 obtain I/O configuration information about the machine and
434 to issue asynchronous chsc commands (DANGEROUS).
435 You will usually only want to use this interface on a special
436 LPAR designated for system management.
438 To compile this driver as a module, choose M here: the
439 module will be called chsc_sch.
446 prompt "SCM bus driver"
448 Bus driver for Storage Class Memory.
452 prompt "Support for EADM subchannels"
455 This driver allows usage of EADM subchannels. EADM subchannels act
456 as a communication vehicle for SCM increments.
458 To compile this driver as a module, choose M here: the
459 module will be called eadm_sch.
466 bool "kernel crash dumps"
467 depends on 64BIT && SMP
470 Generate crash dump after being started by kexec.
471 Crash dump kernels are loaded in the main kernel with kexec-tools
472 into a specially reserved region and then later executed after
473 a crash by kdump/kexec.
474 For more details see Documentation/kdump/kdump.txt
478 prompt "zfcpdump support"
481 Select this option if you want to build an zfcpdump enabled kernel.
482 Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.
486 menu "Executable file formats / Emulations"
488 source "fs/Kconfig.binfmt"
492 prompt "Enable seccomp to safely compute untrusted bytecode"
495 This kernel feature is useful for number crunching applications
496 that may need to compute untrusted bytecode during their
497 execution. By using pipes or other transports made available to
498 the process as file descriptors supporting the read/write
499 syscalls, it's possible to isolate those applications in
500 their own address space using seccomp. Once seccomp is
501 enabled via /proc/<pid>/seccomp, it cannot be disabled
502 and the task is only allowed to execute a few safe syscalls
503 defined by each seccomp mode.
509 menu "Power Management"
511 config ARCH_HIBERNATION_POSSIBLE
514 source "kernel/power/Kconfig"
526 source "drivers/Kconfig"
530 source "arch/s390/Kconfig.debug"
532 source "security/Kconfig"
534 source "crypto/Kconfig"
538 menu "Virtualization"
542 prompt "Pseudo page fault support"
544 Select this option, if you want to use PFAULT pseudo page fault
545 handling under VM. If running native or in LPAR, this option
546 has no effect. If your VM does not support PFAULT, PAGEEX
547 pseudo page fault handling will be used.
548 Note that VM 4.2 supports PFAULT but has a bug in its
549 implementation that causes some problems.
550 Everybody who wants to run Linux under VM != VM4.2 should select
554 bool "VM shared kernel support"
555 depends on !JUMP_LABEL
557 Select this option, if you want to share the text segment of the
558 Linux kernel between different VM guests. This reduces memory
559 usage with lots of guests but greatly increases kernel size.
560 Also if a kernel was IPL'ed from a shared segment the kexec system
562 You should only select this option if you know what you are
563 doing and want to exploit this feature.
567 prompt "Cooperative memory management"
569 Select this option, if you want to enable the kernel interface
570 to reduce the memory size of the system. This is accomplished
571 by allocating pages of memory and put them "on hold". This only
572 makes sense for a system running under VM where the unused pages
573 will be reused by VM for other guest systems. The interface
574 allows an external monitor to balance memory of many systems.
575 Everybody who wants to run Linux under VM should select this
580 prompt "IUCV special message interface to cooperative memory management"
581 depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV)
583 Select this option to enable the special message interface to
584 the cooperative memory management.
588 prompt "Linux - VM Monitor Stream, base infrastructure"
591 This provides a kernel interface for creating and updating z/VM APPLDATA
592 monitor records. The monitor records are updated at certain time
593 intervals, once the timer is started.
594 Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer,
595 i.e. enables or disables monitoring on the Linux side.
596 A custom interval value (in seconds) can be written to
597 /proc/appldata/interval.
599 Defaults are 60 seconds interval and timer off.
600 The /proc entries can also be read from, showing the current settings.
604 prompt "Monitor memory management statistics"
605 depends on APPLDATA_BASE && VM_EVENT_COUNTERS
607 This provides memory management related data to the Linux - VM Monitor
608 Stream, like paging/swapping rate, memory utilisation, etc.
609 Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM
610 APPLDATA monitor record, i.e. enables or disables monitoring this record
614 The /proc entry can also be read from, showing the current settings.
616 This can also be compiled as a module, which will be called
621 prompt "Monitor OS statistics"
622 depends on APPLDATA_BASE
624 This provides OS related data to the Linux - VM Monitor Stream, like
625 CPU utilisation, etc.
626 Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
627 APPLDATA monitor record, i.e. enables or disables monitoring this record
631 This can also be compiled as a module, which will be called
634 config APPLDATA_NET_SUM
636 prompt "Monitor overall network statistics"
637 depends on APPLDATA_BASE && NET
639 This provides network related data to the Linux - VM Monitor Stream,
640 currently there is only a total sum of network I/O statistics, no
642 Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM
643 APPLDATA monitor record, i.e. enables or disables monitoring this record
647 This can also be compiled as a module, which will be called
652 prompt "s390 hypervisor file system support"
653 select SYS_HYPERVISOR
655 This is a virtual file system intended to provide accounting
656 information in an s390 hypervisor environment.
658 source "arch/s390/kvm/Kconfig"
662 prompt "s390 support for virtio devices (EXPERIMENTAL)"
663 depends on 64BIT && EXPERIMENTAL
664 select VIRTUALIZATION
666 select VIRTIO_CONSOLE
668 Enabling this option adds support for virtio based paravirtual device
671 Select this option if you want to run the kernel as a guest under