]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/s390/Kconfig
Merge branch 'for-4.1/core-s390' into for-linus
[karo-tx-linux.git] / arch / s390 / Kconfig
1 config MMU
2         def_bool y
3
4 config ZONE_DMA
5         def_bool y
6
7 config LOCKDEP_SUPPORT
8         def_bool y
9
10 config STACKTRACE_SUPPORT
11         def_bool y
12
13 config HAVE_LATENCYTOP_SUPPORT
14         def_bool y
15
16 config RWSEM_GENERIC_SPINLOCK
17         bool
18
19 config RWSEM_XCHGADD_ALGORITHM
20         def_bool y
21
22 config ARCH_HAS_ILOG2_U32
23         def_bool n
24
25 config ARCH_HAS_ILOG2_U64
26         def_bool n
27
28 config GENERIC_HWEIGHT
29         def_bool y
30
31 config GENERIC_BUG
32         def_bool y if BUG
33
34 config GENERIC_BUG_RELATIVE_POINTERS
35         def_bool y
36
37 config ARCH_DMA_ADDR_T_64BIT
38         def_bool 64BIT
39
40 config GENERIC_LOCKBREAK
41         def_bool y if SMP && PREEMPT
42
43 config PGSTE
44         def_bool y if KVM
45
46 config ARCH_SUPPORTS_DEBUG_PAGEALLOC
47         def_bool y
48
49 config KEXEC
50         def_bool y
51
52 config AUDIT_ARCH
53         def_bool y
54
55 config NO_IOPORT_MAP
56         def_bool y
57
58 config PCI_QUIRKS
59         def_bool n
60
61 config ARCH_SUPPORTS_UPROBES
62         def_bool 64BIT
63
64 config S390
65         def_bool y
66         select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
67         select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
68         select ARCH_HAS_GCOV_PROFILE_ALL
69         select ARCH_HAVE_NMI_SAFE_CMPXCHG
70         select ARCH_INLINE_READ_LOCK
71         select ARCH_INLINE_READ_LOCK_BH
72         select ARCH_INLINE_READ_LOCK_IRQ
73         select ARCH_INLINE_READ_LOCK_IRQSAVE
74         select ARCH_INLINE_READ_TRYLOCK
75         select ARCH_INLINE_READ_UNLOCK
76         select ARCH_INLINE_READ_UNLOCK_BH
77         select ARCH_INLINE_READ_UNLOCK_IRQ
78         select ARCH_INLINE_READ_UNLOCK_IRQRESTORE
79         select ARCH_INLINE_SPIN_LOCK
80         select ARCH_INLINE_SPIN_LOCK_BH
81         select ARCH_INLINE_SPIN_LOCK_IRQ
82         select ARCH_INLINE_SPIN_LOCK_IRQSAVE
83         select ARCH_INLINE_SPIN_TRYLOCK
84         select ARCH_INLINE_SPIN_TRYLOCK_BH
85         select ARCH_INLINE_SPIN_UNLOCK
86         select ARCH_INLINE_SPIN_UNLOCK_BH
87         select ARCH_INLINE_SPIN_UNLOCK_IRQ
88         select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
89         select ARCH_INLINE_WRITE_LOCK
90         select ARCH_INLINE_WRITE_LOCK_BH
91         select ARCH_INLINE_WRITE_LOCK_IRQ
92         select ARCH_INLINE_WRITE_LOCK_IRQSAVE
93         select ARCH_INLINE_WRITE_TRYLOCK
94         select ARCH_INLINE_WRITE_UNLOCK
95         select ARCH_INLINE_WRITE_UNLOCK_BH
96         select ARCH_INLINE_WRITE_UNLOCK_IRQ
97         select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
98         select ARCH_SAVE_PAGE_KEYS if HIBERNATION
99         select ARCH_SUPPORTS_ATOMIC_RMW
100         select ARCH_USE_CMPXCHG_LOCKREF
101         select ARCH_WANT_IPC_PARSE_VERSION
102         select BUILDTIME_EXTABLE_SORT
103         select CLONE_BACKWARDS2
104         select DYNAMIC_FTRACE if FUNCTION_TRACER
105         select GENERIC_CLOCKEVENTS
106         select GENERIC_CPU_DEVICES if !SMP
107         select GENERIC_FIND_FIRST_BIT
108         select GENERIC_SMP_IDLE_THREAD
109         select GENERIC_TIME_VSYSCALL
110         select HAVE_ALIGNED_STRUCT_PAGE if SLUB
111         select HAVE_ARCH_AUDITSYSCALL
112         select HAVE_ARCH_JUMP_LABEL if !MARCH_G5
113         select HAVE_ARCH_SECCOMP_FILTER
114         select HAVE_ARCH_TRACEHOOK
115         select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT
116         select HAVE_BPF_JIT if 64BIT && PACK_STACK
117         select HAVE_CMPXCHG_DOUBLE
118         select HAVE_CMPXCHG_LOCAL
119         select HAVE_C_RECORDMCOUNT
120         select HAVE_DEBUG_KMEMLEAK
121         select HAVE_DYNAMIC_FTRACE if 64BIT
122         select HAVE_DYNAMIC_FTRACE_WITH_REGS if 64BIT
123         select HAVE_FTRACE_MCOUNT_RECORD
124         select HAVE_FUNCTION_GRAPH_TRACER if 64BIT
125         select HAVE_FUNCTION_TRACER if 64BIT
126         select HAVE_FUTEX_CMPXCHG if FUTEX
127         select HAVE_KERNEL_BZIP2
128         select HAVE_KERNEL_GZIP
129         select HAVE_KERNEL_LZ4
130         select HAVE_KERNEL_LZMA
131         select HAVE_KERNEL_LZO
132         select HAVE_KERNEL_XZ
133         select HAVE_KPROBES
134         select HAVE_KRETPROBES
135         select HAVE_KVM if 64BIT
136         select HAVE_LIVEPATCH
137         select HAVE_MEMBLOCK
138         select HAVE_MEMBLOCK_NODE_MAP
139         select HAVE_MEMBLOCK_PHYS_MAP
140         select HAVE_MOD_ARCH_SPECIFIC
141         select HAVE_OPROFILE
142         select HAVE_PERF_EVENTS
143         select HAVE_REGS_AND_STACK_ACCESS_API
144         select HAVE_SYSCALL_TRACEPOINTS
145         select HAVE_UID16 if 32BIT
146         select HAVE_VIRT_CPU_ACCOUNTING
147         select MODULES_USE_ELF_RELA
148         select NO_BOOTMEM
149         select OLD_SIGACTION
150         select OLD_SIGSUSPEND3
151         select SYSCTL_EXCEPTION_TRACE
152         select TTY
153         select VIRT_CPU_ACCOUNTING
154         select VIRT_TO_BUS
155         select ARCH_HAS_SG_CHAIN
156
157 config SCHED_OMIT_FRAME_POINTER
158         def_bool y
159
160 source "init/Kconfig"
161
162 source "kernel/Kconfig.freezer"
163
164 source "kernel/livepatch/Kconfig"
165
166 menu "Processor type and features"
167
168 config HAVE_MARCH_Z900_FEATURES
169         def_bool n
170
171 config HAVE_MARCH_Z990_FEATURES
172         def_bool n
173         select HAVE_MARCH_Z900_FEATURES
174
175 config HAVE_MARCH_Z9_109_FEATURES
176         def_bool n
177         select HAVE_MARCH_Z990_FEATURES
178
179 config HAVE_MARCH_Z10_FEATURES
180         def_bool n
181         select HAVE_MARCH_Z9_109_FEATURES
182
183 config HAVE_MARCH_Z196_FEATURES
184         def_bool n
185         select HAVE_MARCH_Z10_FEATURES
186
187 config HAVE_MARCH_ZEC12_FEATURES
188         def_bool n
189         select HAVE_MARCH_Z196_FEATURES
190
191 choice
192         prompt "Processor type"
193         default MARCH_G5
194
195 config MARCH_G5
196         bool "System/390 model G5 and G6"
197         depends on !64BIT
198         help
199           Select this to build a 31 bit kernel that works
200           on all ESA/390 and z/Architecture machines.
201
202 config MARCH_Z900
203         bool "IBM zSeries model z800 and z900"
204         select HAVE_MARCH_Z900_FEATURES if 64BIT
205         help
206           Select this to enable optimizations for model z800/z900 (2064 and
207           2066 series). This will enable some optimizations that are not
208           available on older ESA/390 (31 Bit) only CPUs.
209
210 config MARCH_Z990
211         bool "IBM zSeries model z890 and z990"
212         select HAVE_MARCH_Z990_FEATURES if 64BIT
213         help
214           Select this to enable optimizations for model z890/z990 (2084 and
215           2086 series). The kernel will be slightly faster but will not work
216           on older machines.
217
218 config MARCH_Z9_109
219         bool "IBM System z9"
220         select HAVE_MARCH_Z9_109_FEATURES if 64BIT
221         help
222           Select this to enable optimizations for IBM System z9 (2094 and
223           2096 series). The kernel will be slightly faster but will not work
224           on older machines.
225
226 config MARCH_Z10
227         bool "IBM System z10"
228         select HAVE_MARCH_Z10_FEATURES if 64BIT
229         help
230           Select this to enable optimizations for IBM System z10 (2097 and
231           2098 series). The kernel will be slightly faster but will not work
232           on older machines.
233
234 config MARCH_Z196
235         bool "IBM zEnterprise 114 and 196"
236         select HAVE_MARCH_Z196_FEATURES if 64BIT
237         help
238           Select this to enable optimizations for IBM zEnterprise 114 and 196
239           (2818 and 2817 series). The kernel will be slightly faster but will
240           not work on older machines.
241
242 config MARCH_ZEC12
243         bool "IBM zBC12 and zEC12"
244         select HAVE_MARCH_ZEC12_FEATURES if 64BIT
245         help
246           Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and
247           2827 series). The kernel will be slightly faster but will not work on
248           older machines.
249
250 endchoice
251
252 config MARCH_G5_TUNE
253         def_bool TUNE_G5 || MARCH_G5 && TUNE_DEFAULT
254
255 config MARCH_Z900_TUNE
256         def_bool TUNE_Z900 || MARCH_Z900 && TUNE_DEFAULT
257
258 config MARCH_Z990_TUNE
259         def_bool TUNE_Z990 || MARCH_Z990 && TUNE_DEFAULT
260
261 config MARCH_Z9_109_TUNE
262         def_bool TUNE_Z9_109 || MARCH_Z9_109 && TUNE_DEFAULT
263
264 config MARCH_Z10_TUNE
265         def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT
266
267 config MARCH_Z196_TUNE
268         def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT
269
270 config MARCH_ZEC12_TUNE
271         def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT
272
273 choice
274         prompt "Tune code generation"
275         default TUNE_DEFAULT
276         help
277           Cause the compiler to tune (-mtune) the generated code for a machine.
278           This will make the code run faster on the selected machine but
279           somewhat slower on other machines.
280           This option only changes how the compiler emits instructions, not the
281           selection of instructions itself, so the resulting kernel will run on
282           all other machines.
283
284 config TUNE_DEFAULT
285         bool "Default"
286         help
287           Tune the generated code for the target processor for which the kernel
288           will be compiled.
289
290 config TUNE_G5
291         bool "System/390 model G5 and G6"
292
293 config TUNE_Z900
294         bool "IBM zSeries model z800 and z900"
295
296 config TUNE_Z990
297         bool "IBM zSeries model z890 and z990"
298
299 config TUNE_Z9_109
300         bool "IBM System z9"
301
302 config TUNE_Z10
303         bool "IBM System z10"
304
305 config TUNE_Z196
306         bool "IBM zEnterprise 114 and 196"
307
308 config TUNE_ZEC12
309         bool "IBM zBC12 and zEC12"
310
311 endchoice
312
313 config 64BIT
314         def_bool y
315         prompt "64 bit kernel"
316         help
317           Select this option if you have an IBM z/Architecture machine
318           and want to use the 64 bit addressing mode.
319
320 config 32BIT
321         def_bool y if !64BIT
322
323 config COMPAT
324         def_bool y
325         prompt "Kernel support for 31 bit emulation"
326         depends on 64BIT
327         select COMPAT_BINFMT_ELF if BINFMT_ELF
328         select ARCH_WANT_OLD_COMPAT_IPC
329         select COMPAT_OLD_SIGACTION
330         help
331           Select this option if you want to enable your system kernel to
332           handle system-calls from ELF binaries for 31 bit ESA.  This option
333           (and some other stuff like libraries and such) is needed for
334           executing 31 bit applications.  It is safe to say "Y".
335
336 config SYSVIPC_COMPAT
337         def_bool y if COMPAT && SYSVIPC
338
339 config KEYS_COMPAT
340         def_bool y if COMPAT && KEYS
341
342 config SMP
343         def_bool y
344         prompt "Symmetric multi-processing support"
345         ---help---
346           This enables support for systems with more than one CPU. If you have
347           a system with only one CPU, like most personal computers, say N. If
348           you have a system with more than one CPU, say Y.
349
350           If you say N here, the kernel will run on uni- and multiprocessor
351           machines, but will use only one CPU of a multiprocessor machine. If
352           you say Y here, the kernel will run on many, but not all,
353           uniprocessor machines. On a uniprocessor machine, the kernel
354           will run faster if you say N here.
355
356           See also the SMP-HOWTO available at
357           <http://www.tldp.org/docs.html#howto>.
358
359           Even if you don't know what to do here, say Y.
360
361 config NR_CPUS
362         int "Maximum number of CPUs (2-256)"
363         range 2 256
364         depends on SMP
365         default "32" if !64BIT
366         default "64" if 64BIT
367         help
368           This allows you to specify the maximum number of CPUs which this
369           kernel will support. The maximum supported value is 256 and the
370           minimum value which makes sense is 2.
371
372           This is purely to save memory - each supported CPU adds
373           approximately sixteen kilobytes to the kernel image.
374
375 config HOTPLUG_CPU
376         def_bool y
377         prompt "Support for hot-pluggable CPUs"
378         depends on SMP
379         help
380           Say Y here to be able to turn CPUs off and on. CPUs
381           can be controlled through /sys/devices/system/cpu/cpu#.
382           Say N if you want to disable CPU hotplug.
383
384 config SCHED_MC
385         def_bool n
386
387 config SCHED_BOOK
388         def_bool y
389         prompt "Book scheduler support"
390         depends on SMP
391         select SCHED_MC
392         help
393           Book scheduler support improves the CPU scheduler's decision making
394           when dealing with machines that have several books.
395
396 source kernel/Kconfig.preempt
397
398 config MATHEMU
399         def_bool y
400         prompt "IEEE FPU emulation"
401         depends on MARCH_G5
402         help
403           This option is required for IEEE compliant floating point arithmetic
404           on older ESA/390 machines. Say Y unless you know your machine doesn't
405           need this.
406
407 source kernel/Kconfig.hz
408
409 endmenu
410
411 menu "Memory setup"
412
413 config ARCH_SPARSEMEM_ENABLE
414         def_bool y
415         select SPARSEMEM_VMEMMAP_ENABLE
416         select SPARSEMEM_VMEMMAP
417         select SPARSEMEM_STATIC if !64BIT
418
419 config ARCH_SPARSEMEM_DEFAULT
420         def_bool y
421
422 config ARCH_SELECT_MEMORY_MODEL
423         def_bool y
424
425 config ARCH_ENABLE_MEMORY_HOTPLUG
426         def_bool y if SPARSEMEM
427
428 config ARCH_ENABLE_MEMORY_HOTREMOVE
429         def_bool y
430
431 config ARCH_ENABLE_SPLIT_PMD_PTLOCK
432         def_bool y
433         depends on 64BIT
434
435 config FORCE_MAX_ZONEORDER
436         int
437         default "9"
438
439 source "mm/Kconfig"
440
441 config PACK_STACK
442         def_bool y
443         prompt "Pack kernel stack"
444         help
445           This option enables the compiler option -mkernel-backchain if it
446           is available. If the option is available the compiler supports
447           the new stack layout which dramatically reduces the minimum stack
448           frame size. With an old compiler a non-leaf function needs a
449           minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With
450           -mkernel-backchain the minimum size drops to 16 byte on 31 bit
451           and 24 byte on 64 bit.
452
453           Say Y if you are unsure.
454
455 config CHECK_STACK
456         def_bool y
457         prompt "Detect kernel stack overflow"
458         help
459           This option enables the compiler option -mstack-guard and
460           -mstack-size if they are available. If the compiler supports them
461           it will emit additional code to each function prolog to trigger
462           an illegal operation if the kernel stack is about to overflow.
463
464           Say N if you are unsure.
465
466 config STACK_GUARD
467         int "Size of the guard area (128-1024)"
468         range 128 1024
469         depends on CHECK_STACK
470         default "256"
471         help
472           This allows you to specify the size of the guard area at the lower
473           end of the kernel stack. If the kernel stack points into the guard
474           area on function entry an illegal operation is triggered. The size
475           needs to be a power of 2. Please keep in mind that the size of an
476           interrupt frame is 184 bytes for 31 bit and 328 bytes on 64 bit.
477           The minimum size for the stack guard should be 256 for 31 bit and
478           512 for 64 bit.
479
480 config WARN_DYNAMIC_STACK
481         def_bool n
482         prompt "Emit compiler warnings for function with dynamic stack usage"
483         help
484           This option enables the compiler option -mwarn-dynamicstack. If the
485           compiler supports this options generates warnings for functions
486           that dynamically allocate stack space using alloca.
487
488           Say N if you are unsure.
489
490 endmenu
491
492 menu "I/O subsystem"
493
494 config QDIO
495         def_tristate y
496         prompt "QDIO support"
497         ---help---
498           This driver provides the Queued Direct I/O base support for
499           IBM System z.
500
501           To compile this driver as a module, choose M here: the
502           module will be called qdio.
503
504           If unsure, say Y.
505
506 menuconfig PCI
507         bool "PCI support"
508         depends on 64BIT
509         select HAVE_DMA_ATTRS
510         select PCI_MSI
511         help
512           Enable PCI support.
513
514 if PCI
515
516 config PCI_NR_FUNCTIONS
517         int "Maximum number of PCI functions (1-4096)"
518         range 1 4096
519         default "64"
520         help
521           This allows you to specify the maximum number of PCI functions which
522           this kernel will support.
523
524 config PCI_NR_MSI
525         int "Maximum number of MSI interrupts (64-32768)"
526         range 64 32768
527         default "256"
528         help
529           This defines the number of virtual interrupts the kernel will
530           provide for MSI interrupts. If you configure your system to have
531           too few drivers will fail to allocate MSI interrupts for all
532           PCI devices.
533
534 source "drivers/pci/Kconfig"
535 source "drivers/pci/pcie/Kconfig"
536 source "drivers/pci/hotplug/Kconfig"
537
538 endif   # PCI
539
540 config PCI_DOMAINS
541         def_bool PCI
542
543 config HAS_IOMEM
544         def_bool PCI
545
546 config IOMMU_HELPER
547         def_bool PCI
548
549 config HAS_DMA
550         def_bool PCI
551         select HAVE_DMA_API_DEBUG
552
553 config NEED_SG_DMA_LENGTH
554         def_bool PCI
555
556 config NEED_DMA_MAP_STATE
557         def_bool PCI
558
559 config CHSC_SCH
560         def_tristate m
561         prompt "Support for CHSC subchannels"
562         help
563           This driver allows usage of CHSC subchannels. A CHSC subchannel
564           is usually present on LPAR only.
565           The driver creates a device /dev/chsc, which may be used to
566           obtain I/O configuration information about the machine and
567           to issue asynchronous chsc commands (DANGEROUS).
568           You will usually only want to use this interface on a special
569           LPAR designated for system management.
570
571           To compile this driver as a module, choose M here: the
572           module will be called chsc_sch.
573
574           If unsure, say N.
575
576 config SCM_BUS
577         def_bool y
578         depends on 64BIT
579         prompt "SCM bus driver"
580         help
581           Bus driver for Storage Class Memory.
582
583 config EADM_SCH
584         def_tristate m
585         prompt "Support for EADM subchannels"
586         depends on SCM_BUS
587         help
588           This driver allows usage of EADM subchannels. EADM subchannels act
589           as a communication vehicle for SCM increments.
590
591           To compile this driver as a module, choose M here: the
592           module will be called eadm_sch.
593
594 endmenu
595
596 menu "Dump support"
597
598 config CRASH_DUMP
599         bool "kernel crash dumps"
600         depends on 64BIT && SMP
601         select KEXEC
602         help
603           Generate crash dump after being started by kexec.
604           Crash dump kernels are loaded in the main kernel with kexec-tools
605           into a specially reserved region and then later executed after
606           a crash by kdump/kexec.
607           Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.
608           This option also enables s390 zfcpdump.
609           See also <file:Documentation/s390/zfcpdump.txt>
610
611 endmenu
612
613 menu "Executable file formats / Emulations"
614
615 source "fs/Kconfig.binfmt"
616
617 config SECCOMP
618         def_bool y
619         prompt "Enable seccomp to safely compute untrusted bytecode"
620         depends on PROC_FS
621         help
622           This kernel feature is useful for number crunching applications
623           that may need to compute untrusted bytecode during their
624           execution. By using pipes or other transports made available to
625           the process as file descriptors supporting the read/write
626           syscalls, it's possible to isolate those applications in
627           their own address space using seccomp. Once seccomp is
628           enabled via /proc/<pid>/seccomp, it cannot be disabled
629           and the task is only allowed to execute a few safe syscalls
630           defined by each seccomp mode.
631
632           If unsure, say Y.
633
634 endmenu
635
636 menu "Power Management"
637
638 config ARCH_HIBERNATION_POSSIBLE
639         def_bool y if 64BIT
640
641 source "kernel/power/Kconfig"
642
643 endmenu
644
645 source "net/Kconfig"
646
647 config PCMCIA
648         def_bool n
649
650 config CCW
651         def_bool y
652
653 source "drivers/Kconfig"
654
655 source "fs/Kconfig"
656
657 source "arch/s390/Kconfig.debug"
658
659 source "security/Kconfig"
660
661 source "crypto/Kconfig"
662
663 source "lib/Kconfig"
664
665 menu "Virtualization"
666
667 config PFAULT
668         def_bool y
669         prompt "Pseudo page fault support"
670         help
671           Select this option, if you want to use PFAULT pseudo page fault
672           handling under VM. If running native or in LPAR, this option
673           has no effect. If your VM does not support PFAULT, PAGEEX
674           pseudo page fault handling will be used.
675           Note that VM 4.2 supports PFAULT but has a bug in its
676           implementation that causes some problems.
677           Everybody who wants to run Linux under VM != VM4.2 should select
678           this option.
679
680 config SHARED_KERNEL
681         bool "VM shared kernel support"
682         depends on !JUMP_LABEL
683         help
684           Select this option, if you want to share the text segment of the
685           Linux kernel between different VM guests. This reduces memory
686           usage with lots of guests but greatly increases kernel size.
687           Also if a kernel was IPL'ed from a shared segment the kexec system
688           call will not work.
689           You should only select this option if you know what you are
690           doing and want to exploit this feature.
691
692 config CMM
693         def_tristate n
694         prompt "Cooperative memory management"
695         help
696           Select this option, if you want to enable the kernel interface
697           to reduce the memory size of the system. This is accomplished
698           by allocating pages of memory and put them "on hold". This only
699           makes sense for a system running under VM where the unused pages
700           will be reused by VM for other guest systems. The interface
701           allows an external monitor to balance memory of many systems.
702           Everybody who wants to run Linux under VM should select this
703           option.
704
705 config CMM_IUCV
706         def_bool y
707         prompt "IUCV special message interface to cooperative memory management"
708         depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV)
709         help
710           Select this option to enable the special message interface to
711           the cooperative memory management.
712
713 config APPLDATA_BASE
714         def_bool n
715         prompt "Linux - VM Monitor Stream, base infrastructure"
716         depends on PROC_FS
717         help
718           This provides a kernel interface for creating and updating z/VM APPLDATA
719           monitor records. The monitor records are updated at certain time
720           intervals, once the timer is started.
721           Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer,
722           i.e. enables or disables monitoring on the Linux side.
723           A custom interval value (in seconds) can be written to
724           /proc/appldata/interval.
725
726           Defaults are 60 seconds interval and timer off.
727           The /proc entries can also be read from, showing the current settings.
728
729 config APPLDATA_MEM
730         def_tristate m
731         prompt "Monitor memory management statistics"
732         depends on APPLDATA_BASE && VM_EVENT_COUNTERS
733         help
734           This provides memory management related data to the Linux - VM Monitor
735           Stream, like paging/swapping rate, memory utilisation, etc.
736           Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM
737           APPLDATA monitor record, i.e. enables or disables monitoring this record
738           on the z/VM side.
739
740           Default is disabled.
741           The /proc entry can also be read from, showing the current settings.
742
743           This can also be compiled as a module, which will be called
744           appldata_mem.o.
745
746 config APPLDATA_OS
747         def_tristate m
748         prompt "Monitor OS statistics"
749         depends on APPLDATA_BASE
750         help
751           This provides OS related data to the Linux - VM Monitor Stream, like
752           CPU utilisation, etc.
753           Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
754           APPLDATA monitor record, i.e. enables or disables monitoring this record
755           on the z/VM side.
756
757           Default is disabled.
758           This can also be compiled as a module, which will be called
759           appldata_os.o.
760
761 config APPLDATA_NET_SUM
762         def_tristate m
763         prompt "Monitor overall network statistics"
764         depends on APPLDATA_BASE && NET
765         help
766           This provides network related data to the Linux - VM Monitor Stream,
767           currently there is only a total sum of network I/O statistics, no
768           per-interface data.
769           Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM
770           APPLDATA monitor record, i.e. enables or disables monitoring this record
771           on the z/VM side.
772
773           Default is disabled.
774           This can also be compiled as a module, which will be called
775           appldata_net_sum.o.
776
777 config S390_HYPFS_FS
778         def_bool y
779         prompt "s390 hypervisor file system support"
780         select SYS_HYPERVISOR
781         help
782           This is a virtual file system intended to provide accounting
783           information in an s390 hypervisor environment.
784
785 source "arch/s390/kvm/Kconfig"
786
787 config S390_GUEST
788         def_bool y
789         prompt "s390 support for virtio devices"
790         depends on 64BIT
791         select TTY
792         select VIRTUALIZATION
793         select VIRTIO
794         select VIRTIO_CONSOLE
795         help
796           Enabling this option adds support for virtio based paravirtual device
797           drivers on s390.
798
799           Select this option if you want to run the kernel as a guest under
800           the KVM hypervisor.
801
802 endmenu