]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/s390/Kconfig
0724dbf2d8f8add5d8388e669978fcf527a367f6
[linux.git] / arch / s390 / Kconfig
1 config MMU
2         def_bool y
3
4 config ZONE_DMA
5         def_bool y
6
7 config CPU_BIG_ENDIAN
8         def_bool y
9
10 config LOCKDEP_SUPPORT
11         def_bool y
12
13 config STACKTRACE_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 y
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         select KEXEC_CORE
52
53 config AUDIT_ARCH
54         def_bool y
55
56 config NO_IOPORT_MAP
57         def_bool y
58
59 config PCI_QUIRKS
60         def_bool n
61
62 config ARCH_SUPPORTS_UPROBES
63         def_bool y
64
65 config S390
66         def_bool y
67         select ARCH_HAS_DEVMEM_IS_ALLOWED
68         select ARCH_HAS_ELF_RANDOMIZE
69         select ARCH_HAS_GCOV_PROFILE_ALL
70         select ARCH_HAS_GIGANTIC_PAGE
71         select ARCH_HAS_KCOV
72         select ARCH_HAS_SET_MEMORY
73         select ARCH_HAS_SG_CHAIN
74         select ARCH_HAS_STRICT_KERNEL_RWX
75         select ARCH_HAS_STRICT_MODULE_RWX
76         select ARCH_HAS_UBSAN_SANITIZE_ALL
77         select ARCH_HAVE_NMI_SAFE_CMPXCHG
78         select ARCH_INLINE_READ_LOCK
79         select ARCH_INLINE_READ_LOCK_BH
80         select ARCH_INLINE_READ_LOCK_IRQ
81         select ARCH_INLINE_READ_LOCK_IRQSAVE
82         select ARCH_INLINE_READ_TRYLOCK
83         select ARCH_INLINE_READ_UNLOCK
84         select ARCH_INLINE_READ_UNLOCK_BH
85         select ARCH_INLINE_READ_UNLOCK_IRQ
86         select ARCH_INLINE_READ_UNLOCK_IRQRESTORE
87         select ARCH_INLINE_SPIN_LOCK
88         select ARCH_INLINE_SPIN_LOCK_BH
89         select ARCH_INLINE_SPIN_LOCK_IRQ
90         select ARCH_INLINE_SPIN_LOCK_IRQSAVE
91         select ARCH_INLINE_SPIN_TRYLOCK
92         select ARCH_INLINE_SPIN_TRYLOCK_BH
93         select ARCH_INLINE_SPIN_UNLOCK
94         select ARCH_INLINE_SPIN_UNLOCK_BH
95         select ARCH_INLINE_SPIN_UNLOCK_IRQ
96         select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE
97         select ARCH_INLINE_WRITE_LOCK
98         select ARCH_INLINE_WRITE_LOCK_BH
99         select ARCH_INLINE_WRITE_LOCK_IRQ
100         select ARCH_INLINE_WRITE_LOCK_IRQSAVE
101         select ARCH_INLINE_WRITE_TRYLOCK
102         select ARCH_INLINE_WRITE_UNLOCK
103         select ARCH_INLINE_WRITE_UNLOCK_BH
104         select ARCH_INLINE_WRITE_UNLOCK_IRQ
105         select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
106         select ARCH_SAVE_PAGE_KEYS if HIBERNATION
107         select ARCH_SUPPORTS_ATOMIC_RMW
108         select ARCH_SUPPORTS_NUMA_BALANCING
109         select ARCH_USE_BUILTIN_BSWAP
110         select ARCH_USE_CMPXCHG_LOCKREF
111         select ARCH_WANTS_DYNAMIC_TASK_STRUCT
112         select ARCH_WANTS_PROT_NUMA_PROT_NONE
113         select ARCH_WANTS_UBSAN_NO_NULL
114         select ARCH_WANT_IPC_PARSE_VERSION
115         select BUILDTIME_EXTABLE_SORT
116         select CLONE_BACKWARDS2
117         select DYNAMIC_FTRACE if FUNCTION_TRACER
118         select GENERIC_CLOCKEVENTS
119         select GENERIC_CPU_AUTOPROBE
120         select GENERIC_CPU_DEVICES if !SMP
121         select GENERIC_FIND_FIRST_BIT
122         select GENERIC_SMP_IDLE_THREAD
123         select GENERIC_TIME_VSYSCALL
124         select HAVE_ALIGNED_STRUCT_PAGE if SLUB
125         select HAVE_ARCH_AUDITSYSCALL
126         select HAVE_ARCH_EARLY_PFN_TO_NID
127         select HAVE_ARCH_HARDENED_USERCOPY
128         select HAVE_ARCH_JUMP_LABEL
129         select CPU_NO_EFFICIENT_FFS if !HAVE_MARCH_Z9_109_FEATURES
130         select HAVE_ARCH_SECCOMP_FILTER
131         select HAVE_ARCH_SOFT_DIRTY
132         select HAVE_ARCH_TRACEHOOK
133         select HAVE_ARCH_TRANSPARENT_HUGEPAGE
134         select HAVE_EBPF_JIT if PACK_STACK && HAVE_MARCH_Z196_FEATURES
135         select HAVE_CMPXCHG_DOUBLE
136         select HAVE_CMPXCHG_LOCAL
137         select HAVE_COPY_THREAD_TLS
138         select HAVE_DEBUG_KMEMLEAK
139         select HAVE_DMA_API_DEBUG
140         select HAVE_DMA_CONTIGUOUS
141         select DMA_NOOP_OPS
142         select HAVE_DYNAMIC_FTRACE
143         select HAVE_DYNAMIC_FTRACE_WITH_REGS
144         select HAVE_EFFICIENT_UNALIGNED_ACCESS
145         select HAVE_EXIT_THREAD
146         select HAVE_FTRACE_MCOUNT_RECORD
147         select HAVE_FUNCTION_GRAPH_TRACER
148         select HAVE_FUNCTION_TRACER
149         select HAVE_FUTEX_CMPXCHG if FUTEX
150         select HAVE_KERNEL_BZIP2
151         select HAVE_KERNEL_GZIP
152         select HAVE_KERNEL_LZ4
153         select HAVE_KERNEL_LZMA
154         select HAVE_KERNEL_LZO
155         select HAVE_KERNEL_XZ
156         select HAVE_KPROBES
157         select HAVE_KRETPROBES
158         select HAVE_KVM
159         select HAVE_LIVEPATCH
160         select HAVE_MEMBLOCK
161         select HAVE_MEMBLOCK_NODE_MAP
162         select HAVE_MEMBLOCK_PHYS_MAP
163         select HAVE_MOD_ARCH_SPECIFIC
164         select HAVE_OPROFILE
165         select HAVE_PERF_EVENTS
166         select HAVE_REGS_AND_STACK_ACCESS_API
167         select HAVE_SYSCALL_TRACEPOINTS
168         select HAVE_VIRT_CPU_ACCOUNTING
169         select MODULES_USE_ELF_RELA
170         select NO_BOOTMEM
171         select OLD_SIGACTION
172         select OLD_SIGSUSPEND3
173         select SPARSE_IRQ
174         select SYSCTL_EXCEPTION_TRACE
175         select THREAD_INFO_IN_TASK
176         select TTY
177         select VIRT_CPU_ACCOUNTING
178         select ARCH_HAS_SCALED_CPUTIME
179         select VIRT_TO_BUS
180         select HAVE_NMI
181         select ARCH_HAS_RAW_COPY_USER
182
183
184 config SCHED_OMIT_FRAME_POINTER
185         def_bool y
186
187 config PGTABLE_LEVELS
188         int
189         default 4
190
191 source "init/Kconfig"
192
193 source "kernel/Kconfig.freezer"
194
195 source "kernel/livepatch/Kconfig"
196
197 menu "Processor type and features"
198
199 config HAVE_MARCH_Z900_FEATURES
200         def_bool n
201
202 config HAVE_MARCH_Z990_FEATURES
203         def_bool n
204         select HAVE_MARCH_Z900_FEATURES
205
206 config HAVE_MARCH_Z9_109_FEATURES
207         def_bool n
208         select HAVE_MARCH_Z990_FEATURES
209
210 config HAVE_MARCH_Z10_FEATURES
211         def_bool n
212         select HAVE_MARCH_Z9_109_FEATURES
213
214 config HAVE_MARCH_Z196_FEATURES
215         def_bool n
216         select HAVE_MARCH_Z10_FEATURES
217
218 config HAVE_MARCH_ZEC12_FEATURES
219         def_bool n
220         select HAVE_MARCH_Z196_FEATURES
221
222 config HAVE_MARCH_Z13_FEATURES
223         def_bool n
224         select HAVE_MARCH_ZEC12_FEATURES
225
226 choice
227         prompt "Processor type"
228         default MARCH_Z196
229
230 config MARCH_Z900
231         bool "IBM zSeries model z800 and z900"
232         select HAVE_MARCH_Z900_FEATURES
233         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
238 config MARCH_Z990
239         bool "IBM zSeries model z890 and z990"
240         select HAVE_MARCH_Z990_FEATURES
241         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
246 config MARCH_Z9_109
247         bool "IBM System z9"
248         select HAVE_MARCH_Z9_109_FEATURES
249         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
254 config MARCH_Z10
255         bool "IBM System z10"
256         select HAVE_MARCH_Z10_FEATURES
257         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
262 config MARCH_Z196
263         bool "IBM zEnterprise 114 and 196"
264         select HAVE_MARCH_Z196_FEATURES
265         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
270 config MARCH_ZEC12
271         bool "IBM zBC12 and zEC12"
272         select HAVE_MARCH_ZEC12_FEATURES
273         help
274           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.
277
278 config MARCH_Z13
279         bool "IBM z13s and z13"
280         select HAVE_MARCH_Z13_FEATURES
281         help
282           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.
285
286 endchoice
287
288 config MARCH_Z900_TUNE
289         def_bool TUNE_Z900 || MARCH_Z900 && TUNE_DEFAULT
290
291 config MARCH_Z990_TUNE
292         def_bool TUNE_Z990 || MARCH_Z990 && TUNE_DEFAULT
293
294 config MARCH_Z9_109_TUNE
295         def_bool TUNE_Z9_109 || MARCH_Z9_109 && TUNE_DEFAULT
296
297 config MARCH_Z10_TUNE
298         def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT
299
300 config MARCH_Z196_TUNE
301         def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT
302
303 config MARCH_ZEC12_TUNE
304         def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT
305
306 config MARCH_Z13_TUNE
307         def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT
308
309 choice
310         prompt "Tune code generation"
311         default TUNE_DEFAULT
312         help
313           Cause the compiler to tune (-mtune) the generated code for a machine.
314           This will make the code run faster on the selected machine but
315           somewhat slower on other machines.
316           This option only changes how the compiler emits instructions, not the
317           selection of instructions itself, so the resulting kernel will run on
318           all other machines.
319
320 config TUNE_DEFAULT
321         bool "Default"
322         help
323           Tune the generated code for the target processor for which the kernel
324           will be compiled.
325
326 config TUNE_Z900
327         bool "IBM zSeries model z800 and z900"
328
329 config TUNE_Z990
330         bool "IBM zSeries model z890 and z990"
331
332 config TUNE_Z9_109
333         bool "IBM System z9"
334
335 config TUNE_Z10
336         bool "IBM System z10"
337
338 config TUNE_Z196
339         bool "IBM zEnterprise 114 and 196"
340
341 config TUNE_ZEC12
342         bool "IBM zBC12 and zEC12"
343
344 config TUNE_Z13
345         bool "IBM z13"
346
347 endchoice
348
349 config 64BIT
350         def_bool y
351
352 config COMPAT
353         def_bool y
354         prompt "Kernel support for 31 bit emulation"
355         select COMPAT_BINFMT_ELF if BINFMT_ELF
356         select ARCH_WANT_OLD_COMPAT_IPC
357         select COMPAT_OLD_SIGACTION
358         depends on MULTIUSER
359         help
360           Select this option if you want to enable your system kernel to
361           handle system-calls from ELF binaries for 31 bit ESA.  This option
362           (and some other stuff like libraries and such) is needed for
363           executing 31 bit applications.  It is safe to say "Y".
364
365 config SYSVIPC_COMPAT
366         def_bool y if COMPAT && SYSVIPC
367
368 config KEYS_COMPAT
369         def_bool y if COMPAT && KEYS
370
371 config SMP
372         def_bool y
373         prompt "Symmetric multi-processing support"
374         ---help---
375           This enables support for systems with more than one CPU. If you have
376           a system with only one CPU, like most personal computers, say N. If
377           you have a system with more than one CPU, say Y.
378
379           If you say N here, the kernel will run on uni- and multiprocessor
380           machines, but will use only one CPU of a multiprocessor machine. If
381           you say Y here, the kernel will run on many, but not all,
382           uniprocessor machines. On a uniprocessor machine, the kernel
383           will run faster if you say N here.
384
385           See also the SMP-HOWTO available at
386           <http://www.tldp.org/docs.html#howto>.
387
388           Even if you don't know what to do here, say Y.
389
390 config NR_CPUS
391         int "Maximum number of CPUs (2-512)"
392         range 2 512
393         depends on SMP
394         default "64"
395         help
396           This allows you to specify the maximum number of CPUs which this
397           kernel will support. The maximum supported value is 512 and the
398           minimum value which makes sense is 2.
399
400           This is purely to save memory - each supported CPU adds
401           approximately sixteen kilobytes to the kernel image.
402
403 config HOTPLUG_CPU
404         def_bool y
405         prompt "Support for hot-pluggable CPUs"
406         depends on SMP
407         help
408           Say Y here to be able to turn CPUs off and on. CPUs
409           can be controlled through /sys/devices/system/cpu/cpu#.
410           Say N if you want to disable CPU hotplug.
411
412 # Some NUMA nodes have memory ranges that span
413 # other nodes.  Even though a pfn is valid and
414 # between a node's start and end pfns, it may not
415 # reside on that node.  See memmap_init_zone()
416 # for details. <- They meant memory holes!
417 config NODES_SPAN_OTHER_NODES
418         def_bool NUMA
419
420 config NUMA
421         bool "NUMA support"
422         depends on SMP && SCHED_TOPOLOGY
423         default n
424         help
425           Enable NUMA support
426
427           This option adds NUMA support to the kernel.
428
429           An operation mode can be selected by appending
430           numa=<method> to the kernel command line.
431
432           The default behaviour is identical to appending numa=plain to
433           the command line. This will create just one node with all
434           available memory and all CPUs in it.
435
436 config NODES_SHIFT
437         int "Maximum NUMA nodes (as a power of 2)"
438         range 1 10
439         depends on NUMA
440         default "4"
441         help
442           Specify the maximum number of NUMA nodes available on the target
443           system. Increases memory reserved to accommodate various tables.
444
445 menu "Select NUMA modes"
446         depends on NUMA
447
448 config NUMA_EMU
449         bool "NUMA emulation"
450         default y
451         help
452           Numa emulation mode will split the available system memory into
453           equal chunks which then are distributed over the configured number
454           of nodes in a round-robin manner.
455
456           The number of fake nodes is limited by the number of available memory
457           chunks (i.e. memory size / fake size) and the number of supported
458           nodes in the kernel.
459
460           The CPUs are assigned to the nodes in a way that partially respects
461           the original machine topology (if supported by the machine).
462           Fair distribution of the CPUs is not guaranteed.
463
464 config EMU_SIZE
465         hex "NUMA emulation memory chunk size"
466         default 0x10000000
467         range 0x400000 0x100000000
468         depends on NUMA_EMU
469         help
470           Select the default size by which the memory is chopped and then
471           assigned to emulated NUMA nodes.
472
473           This can be overridden by specifying
474
475           emu_size=<n>
476
477           on the kernel command line where also suffixes K, M, G, and T are
478           supported.
479
480 endmenu
481
482 config SCHED_SMT
483         def_bool n
484
485 config SCHED_MC
486         def_bool n
487
488 config SCHED_BOOK
489         def_bool n
490
491 config SCHED_DRAWER
492         def_bool n
493
494 config SCHED_TOPOLOGY
495         def_bool y
496         prompt "Topology scheduler support"
497         depends on SMP
498         select SCHED_SMT
499         select SCHED_MC
500         select SCHED_BOOK
501         select SCHED_DRAWER
502         help
503           Topology scheduler support improves the CPU scheduler's decision
504           making when dealing with machines that have multi-threading,
505           multiple cores or multiple books.
506
507 source kernel/Kconfig.preempt
508
509 source kernel/Kconfig.hz
510
511 endmenu
512
513 menu "Memory setup"
514
515 config ARCH_SPARSEMEM_ENABLE
516         def_bool y
517         select SPARSEMEM_VMEMMAP_ENABLE
518         select SPARSEMEM_VMEMMAP
519
520 config ARCH_SPARSEMEM_DEFAULT
521         def_bool y
522
523 config ARCH_SELECT_MEMORY_MODEL
524         def_bool y
525
526 config ARCH_ENABLE_MEMORY_HOTPLUG
527         def_bool y if SPARSEMEM
528
529 config ARCH_ENABLE_MEMORY_HOTREMOVE
530         def_bool y
531
532 config ARCH_ENABLE_SPLIT_PMD_PTLOCK
533         def_bool y
534
535 config FORCE_MAX_ZONEORDER
536         int
537         default "9"
538
539 source "mm/Kconfig"
540
541 config PACK_STACK
542         def_bool y
543         prompt "Pack kernel stack"
544         help
545           This option enables the compiler option -mkernel-backchain if it
546           is available. If the option is available the compiler supports
547           the new stack layout which dramatically reduces the minimum stack
548           frame size. With an old compiler a non-leaf function needs a
549           minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With
550           -mkernel-backchain the minimum size drops to 16 byte on 31 bit
551           and 24 byte on 64 bit.
552
553           Say Y if you are unsure.
554
555 config CHECK_STACK
556         def_bool y
557         prompt "Detect kernel stack overflow"
558         help
559           This option enables the compiler option -mstack-guard and
560           -mstack-size if they are available. If the compiler supports them
561           it will emit additional code to each function prolog to trigger
562           an illegal operation if the kernel stack is about to overflow.
563
564           Say N if you are unsure.
565
566 config STACK_GUARD
567         int "Size of the guard area (128-1024)"
568         range 128 1024
569         depends on CHECK_STACK
570         default "256"
571         help
572           This allows you to specify the size of the guard area at the lower
573           end of the kernel stack. If the kernel stack points into the guard
574           area on function entry an illegal operation is triggered. The size
575           needs to be a power of 2. Please keep in mind that the size of an
576           interrupt frame is 184 bytes for 31 bit and 328 bytes on 64 bit.
577           The minimum size for the stack guard should be 256 for 31 bit and
578           512 for 64 bit.
579
580 config WARN_DYNAMIC_STACK
581         def_bool n
582         prompt "Emit compiler warnings for function with dynamic stack usage"
583         help
584           This option enables the compiler option -mwarn-dynamicstack. If the
585           compiler supports this options generates warnings for functions
586           that dynamically allocate stack space using alloca.
587
588           Say N if you are unsure.
589
590 endmenu
591
592 menu "I/O subsystem"
593
594 config QDIO
595         def_tristate y
596         prompt "QDIO support"
597         ---help---
598           This driver provides the Queued Direct I/O base support for
599           IBM System z.
600
601           To compile this driver as a module, choose M here: the
602           module will be called qdio.
603
604           If unsure, say Y.
605
606 menuconfig PCI
607         bool "PCI support"
608         select PCI_MSI
609         select IOMMU_SUPPORT
610         help
611           Enable PCI support.
612
613 if PCI
614
615 config PCI_NR_FUNCTIONS
616         int "Maximum number of PCI functions (1-4096)"
617         range 1 4096
618         default "64"
619         help
620           This allows you to specify the maximum number of PCI functions which
621           this kernel will support.
622
623 source "drivers/pci/Kconfig"
624
625 endif   # PCI
626
627 config PCI_DOMAINS
628         def_bool PCI
629
630 config HAS_IOMEM
631         def_bool PCI
632
633 config IOMMU_HELPER
634         def_bool PCI
635
636 config NEED_SG_DMA_LENGTH
637         def_bool PCI
638
639 config NEED_DMA_MAP_STATE
640         def_bool PCI
641
642 config CHSC_SCH
643         def_tristate m
644         prompt "Support for CHSC subchannels"
645         help
646           This driver allows usage of CHSC subchannels. A CHSC subchannel
647           is usually present on LPAR only.
648           The driver creates a device /dev/chsc, which may be used to
649           obtain I/O configuration information about the machine and
650           to issue asynchronous chsc commands (DANGEROUS).
651           You will usually only want to use this interface on a special
652           LPAR designated for system management.
653
654           To compile this driver as a module, choose M here: the
655           module will be called chsc_sch.
656
657           If unsure, say N.
658
659 config SCM_BUS
660         def_bool y
661         prompt "SCM bus driver"
662         help
663           Bus driver for Storage Class Memory.
664
665 config EADM_SCH
666         def_tristate m
667         prompt "Support for EADM subchannels"
668         depends on SCM_BUS
669         help
670           This driver allows usage of EADM subchannels. EADM subchannels act
671           as a communication vehicle for SCM increments.
672
673           To compile this driver as a module, choose M here: the
674           module will be called eadm_sch.
675
676 endmenu
677
678 menu "Dump support"
679
680 config CRASH_DUMP
681         bool "kernel crash dumps"
682         depends on SMP
683         select KEXEC
684         help
685           Generate crash dump after being started by kexec.
686           Crash dump kernels are loaded in the main kernel with kexec-tools
687           into a specially reserved region and then later executed after
688           a crash by kdump/kexec.
689           Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.
690           This option also enables s390 zfcpdump.
691           See also <file:Documentation/s390/zfcpdump.txt>
692
693 endmenu
694
695 menu "Executable file formats / Emulations"
696
697 source "fs/Kconfig.binfmt"
698
699 config SECCOMP
700         def_bool y
701         prompt "Enable seccomp to safely compute untrusted bytecode"
702         depends on PROC_FS
703         help
704           This kernel feature is useful for number crunching applications
705           that may need to compute untrusted bytecode during their
706           execution. By using pipes or other transports made available to
707           the process as file descriptors supporting the read/write
708           syscalls, it's possible to isolate those applications in
709           their own address space using seccomp. Once seccomp is
710           enabled via /proc/<pid>/seccomp, it cannot be disabled
711           and the task is only allowed to execute a few safe syscalls
712           defined by each seccomp mode.
713
714           If unsure, say Y.
715
716 endmenu
717
718 menu "Power Management"
719
720 config ARCH_HIBERNATION_POSSIBLE
721         def_bool y
722
723 source "kernel/power/Kconfig"
724
725 endmenu
726
727 source "net/Kconfig"
728
729 config PCMCIA
730         def_bool n
731
732 config CCW
733         def_bool y
734
735 source "drivers/Kconfig"
736
737 source "fs/Kconfig"
738
739 source "arch/s390/Kconfig.debug"
740
741 source "security/Kconfig"
742
743 source "crypto/Kconfig"
744
745 source "lib/Kconfig"
746
747 menu "Virtualization"
748
749 config PFAULT
750         def_bool y
751         prompt "Pseudo page fault support"
752         help
753           Select this option, if you want to use PFAULT pseudo page fault
754           handling under VM. If running native or in LPAR, this option
755           has no effect. If your VM does not support PFAULT, PAGEEX
756           pseudo page fault handling will be used.
757           Note that VM 4.2 supports PFAULT but has a bug in its
758           implementation that causes some problems.
759           Everybody who wants to run Linux under VM != VM4.2 should select
760           this option.
761
762 config SHARED_KERNEL
763         bool "VM shared kernel support"
764         depends on !JUMP_LABEL
765         help
766           Select this option, if you want to share the text segment of the
767           Linux kernel between different VM guests. This reduces memory
768           usage with lots of guests but greatly increases kernel size.
769           Also if a kernel was IPL'ed from a shared segment the kexec system
770           call will not work.
771           You should only select this option if you know what you are
772           doing and want to exploit this feature.
773
774 config CMM
775         def_tristate n
776         prompt "Cooperative memory management"
777         help
778           Select this option, if you want to enable the kernel interface
779           to reduce the memory size of the system. This is accomplished
780           by allocating pages of memory and put them "on hold". This only
781           makes sense for a system running under VM where the unused pages
782           will be reused by VM for other guest systems. The interface
783           allows an external monitor to balance memory of many systems.
784           Everybody who wants to run Linux under VM should select this
785           option.
786
787 config CMM_IUCV
788         def_bool y
789         prompt "IUCV special message interface to cooperative memory management"
790         depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV)
791         help
792           Select this option to enable the special message interface to
793           the cooperative memory management.
794
795 config APPLDATA_BASE
796         def_bool n
797         prompt "Linux - VM Monitor Stream, base infrastructure"
798         depends on PROC_FS
799         help
800           This provides a kernel interface for creating and updating z/VM APPLDATA
801           monitor records. The monitor records are updated at certain time
802           intervals, once the timer is started.
803           Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer,
804           i.e. enables or disables monitoring on the Linux side.
805           A custom interval value (in seconds) can be written to
806           /proc/appldata/interval.
807
808           Defaults are 60 seconds interval and timer off.
809           The /proc entries can also be read from, showing the current settings.
810
811 config APPLDATA_MEM
812         def_tristate m
813         prompt "Monitor memory management statistics"
814         depends on APPLDATA_BASE && VM_EVENT_COUNTERS
815         help
816           This provides memory management related data to the Linux - VM Monitor
817           Stream, like paging/swapping rate, memory utilisation, etc.
818           Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM
819           APPLDATA monitor record, i.e. enables or disables monitoring this record
820           on the z/VM side.
821
822           Default is disabled.
823           The /proc entry can also be read from, showing the current settings.
824
825           This can also be compiled as a module, which will be called
826           appldata_mem.o.
827
828 config APPLDATA_OS
829         def_tristate m
830         prompt "Monitor OS statistics"
831         depends on APPLDATA_BASE
832         help
833           This provides OS related data to the Linux - VM Monitor Stream, like
834           CPU utilisation, etc.
835           Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
836           APPLDATA monitor record, i.e. enables or disables monitoring this record
837           on the z/VM side.
838
839           Default is disabled.
840           This can also be compiled as a module, which will be called
841           appldata_os.o.
842
843 config APPLDATA_NET_SUM
844         def_tristate m
845         prompt "Monitor overall network statistics"
846         depends on APPLDATA_BASE && NET
847         help
848           This provides network related data to the Linux - VM Monitor Stream,
849           currently there is only a total sum of network I/O statistics, no
850           per-interface data.
851           Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM
852           APPLDATA monitor record, i.e. enables or disables monitoring this record
853           on the z/VM side.
854
855           Default is disabled.
856           This can also be compiled as a module, which will be called
857           appldata_net_sum.o.
858
859 config S390_HYPFS_FS
860         def_bool y
861         prompt "s390 hypervisor file system support"
862         select SYS_HYPERVISOR
863         help
864           This is a virtual file system intended to provide accounting
865           information in an s390 hypervisor environment.
866
867 source "arch/s390/kvm/Kconfig"
868
869 config S390_GUEST
870         def_bool y
871         prompt "s390 support for virtio devices"
872         select TTY
873         select VIRTUALIZATION
874         select VIRTIO
875         select VIRTIO_CONSOLE
876         help
877           Enabling this option adds support for virtio based paravirtual device
878           drivers on s390.
879
880           Select this option if you want to run the kernel as a guest under
881           the KVM hypervisor.
882
883 config S390_GUEST_OLD_TRANSPORT
884         def_bool y
885         prompt "Guest support for old s390 virtio transport (DEPRECATED)"
886         depends on S390_GUEST
887         help
888           Enable this option to add support for the old s390-virtio
889           transport (i.e. virtio devices NOT based on virtio-ccw). This
890           type of virtio devices is only available on the experimental
891           kuli userspace or with old (< 2.6) qemu. If you are running
892           with a modern version of qemu (which supports virtio-ccw since
893           1.4 and uses it by default since version 2.4), you probably won't
894           need this.
895
896 endmenu