Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | config MMU |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 3 | def_bool y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
Christoph Lameter | 66701b1 | 2007-02-10 01:43:09 -0800 | [diff] [blame] | 5 | config ZONE_DMA |
Heiko Carstens | 69dbb2f | 2011-05-26 09:48:31 +0200 | [diff] [blame] | 6 | def_bool y |
Christoph Lameter | 66701b1 | 2007-02-10 01:43:09 -0800 | [diff] [blame] | 7 | |
Heiko Carstens | 2fd9227 | 2016-04-14 09:00:27 +0200 | [diff] [blame] | 8 | config CPU_BIG_ENDIAN |
| 9 | def_bool y |
| 10 | |
Ingo Molnar | 2b105ff | 2006-07-03 00:25:02 -0700 | [diff] [blame] | 11 | config LOCKDEP_SUPPORT |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 12 | def_bool y |
Ingo Molnar | 2b105ff | 2006-07-03 00:25:02 -0700 | [diff] [blame] | 13 | |
Heiko Carstens | 5bdc9b4 | 2006-07-03 00:24:41 -0700 | [diff] [blame] | 14 | config STACKTRACE_SUPPORT |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 15 | def_bool y |
Heiko Carstens | 5bdc9b4 | 2006-07-03 00:24:41 -0700 | [diff] [blame] | 16 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | config RWSEM_GENERIC_SPINLOCK |
| 18 | bool |
| 19 | |
| 20 | config RWSEM_XCHGADD_ALGORITHM |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 21 | def_bool y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 23 | config ARCH_HAS_ILOG2_U32 |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 24 | def_bool n |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 25 | |
| 26 | config ARCH_HAS_ILOG2_U64 |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 27 | def_bool n |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 28 | |
Akinobu Mita | 7e33db4 | 2006-03-26 01:39:34 -0800 | [diff] [blame] | 29 | config GENERIC_HWEIGHT |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 30 | def_bool y |
Akinobu Mita | 7e33db4 | 2006-03-26 01:39:34 -0800 | [diff] [blame] | 31 | |
Heiko Carstens | c0007f1 | 2007-04-27 16:01:42 +0200 | [diff] [blame] | 32 | config GENERIC_BUG |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 33 | def_bool y if BUG |
Heiko Carstens | c0007f1 | 2007-04-27 16:01:42 +0200 | [diff] [blame] | 34 | |
Heiko Carstens | 52499f4 | 2010-02-26 22:37:44 +0100 | [diff] [blame] | 35 | config GENERIC_BUG_RELATIVE_POINTERS |
| 36 | def_bool y |
| 37 | |
Martin Schwidefsky | b6b40c5 | 2008-02-05 16:50:42 +0100 | [diff] [blame] | 38 | config GENERIC_LOCKBREAK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 39 | def_bool y if SMP && PREEMPT |
Martin Schwidefsky | b6b40c5 | 2008-02-05 16:50:42 +0100 | [diff] [blame] | 40 | |
Carsten Otte | 402b086 | 2008-03-25 18:47:10 +0100 | [diff] [blame] | 41 | config PGSTE |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 42 | def_bool y if KVM |
Carsten Otte | 402b086 | 2008-03-25 18:47:10 +0100 | [diff] [blame] | 43 | |
Akinobu Mita | 6a11f75 | 2009-03-31 15:23:17 -0700 | [diff] [blame] | 44 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC |
| 45 | def_bool y |
| 46 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 47 | config AUDIT_ARCH |
| 48 | def_bool y |
| 49 | |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 50 | config NO_IOPORT_MAP |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 51 | def_bool y |
| 52 | |
| 53 | config PCI_QUIRKS |
| 54 | def_bool n |
| 55 | |
Jan Willeke | 2a0a5b2 | 2014-09-22 16:39:06 +0200 | [diff] [blame] | 56 | config ARCH_SUPPORTS_UPROBES |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 57 | def_bool y |
Jan Willeke | 2a0a5b2 | 2014-09-22 16:39:06 +0200 | [diff] [blame] | 58 | |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 59 | config S390 |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 60 | def_bool y |
Martin Schwidefsky | 23fefe1 | 2017-06-07 14:10:24 +0200 | [diff] [blame] | 61 | select ARCH_BINFMT_ELF_STATE |
Dan Williams | 21266be | 2015-11-19 18:19:29 -0800 | [diff] [blame] | 62 | select ARCH_HAS_DEVMEM_IS_ALLOWED |
Kees Cook | 2b68f6c | 2015-04-14 15:48:00 -0700 | [diff] [blame] | 63 | select ARCH_HAS_ELF_RANDOMIZE |
Heiko Carstens | 7996203 | 2017-09-12 13:49:57 +0200 | [diff] [blame] | 64 | select ARCH_HAS_FORTIFY_SOURCE |
Riku Voipio | 957e3fa | 2014-12-12 16:57:44 -0800 | [diff] [blame] | 65 | select ARCH_HAS_GCOV_PROFILE_ALL |
Aneesh Kumar K.V | e1073d1 | 2017-07-06 15:39:17 -0700 | [diff] [blame] | 66 | select ARCH_HAS_GIGANTIC_PAGE if (MEMORY_ISOLATION && COMPACTION) || CMA |
Heiko Carstens | 907fa06 | 2016-06-20 14:08:32 +0200 | [diff] [blame] | 67 | select ARCH_HAS_KCOV |
Laurent Dufour | 3010a5e | 2018-06-07 17:06:08 -0700 | [diff] [blame] | 68 | select ARCH_HAS_PTE_SPECIAL |
Daniel Borkmann | d2852a2 | 2017-02-21 16:09:33 +0100 | [diff] [blame] | 69 | select ARCH_HAS_SET_MEMORY |
Heiko Carstens | 47523c9 | 2014-12-22 10:07:04 +0100 | [diff] [blame] | 70 | select ARCH_HAS_SG_CHAIN |
Laura Abbott | ad21fc4 | 2017-02-06 16:31:57 -0800 | [diff] [blame] | 71 | select ARCH_HAS_STRICT_KERNEL_RWX |
| 72 | select ARCH_HAS_STRICT_MODULE_RWX |
Christian Borntraeger | c42d8c7 | 2016-09-12 14:37:20 +0200 | [diff] [blame] | 73 | select ARCH_HAS_UBSAN_SANITIZE_ALL |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 74 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
Thomas Gleixner | 6beb000 | 2009-11-09 15:21:34 +0000 | [diff] [blame] | 75 | 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 Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 79 | select ARCH_INLINE_READ_TRYLOCK |
Thomas Gleixner | 6beb000 | 2009-11-09 15:21:34 +0000 | [diff] [blame] | 80 | 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 Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 84 | 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 Gleixner | 6beb000 | 2009-11-09 15:21:34 +0000 | [diff] [blame] | 94 | 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 Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 98 | select ARCH_INLINE_WRITE_TRYLOCK |
Thomas Gleixner | 6beb000 | 2009-11-09 15:21:34 +0000 | [diff] [blame] | 99 | 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 Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 103 | select ARCH_SAVE_PAGE_KEYS if HIBERNATION |
Christian Borntraeger | 36e7fda | 2014-08-05 09:57:51 +0200 | [diff] [blame] | 104 | select ARCH_SUPPORTS_ATOMIC_RMW |
Philipp Hachtmann | a763bc8 | 2015-05-08 17:40:44 +0200 | [diff] [blame] | 105 | select ARCH_SUPPORTS_NUMA_BALANCING |
Christian Borntraeger | 295d8fa | 2015-10-29 01:16:04 +0100 | [diff] [blame] | 106 | select ARCH_USE_BUILTIN_BSWAP |
Heiko Carstens | efc1d23 | 2013-09-05 13:26:17 +0200 | [diff] [blame] | 107 | select ARCH_USE_CMPXCHG_LOCKREF |
Martin Schwidefsky | 3f6813b | 2016-04-01 15:42:15 +0200 | [diff] [blame] | 108 | select ARCH_WANTS_DYNAMIC_TASK_STRUCT |
Will Deacon | c1d7e01 | 2012-07-30 14:42:46 -0700 | [diff] [blame] | 109 | select ARCH_WANT_IPC_PARSE_VERSION |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 110 | select BUILDTIME_EXTABLE_SORT |
| 111 | select CLONE_BACKWARDS2 |
Heiko Carstens | 5d6a016 | 2014-08-15 13:16:09 +0200 | [diff] [blame] | 112 | select DYNAMIC_FTRACE if FUNCTION_TRACER |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 113 | select GENERIC_CLOCKEVENTS |
Hendrik Brueckner | 8f00b3e | 2015-02-19 12:22:02 +0100 | [diff] [blame] | 114 | select GENERIC_CPU_AUTOPROBE |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 115 | select GENERIC_CPU_DEVICES if !SMP |
Martin Schwidefsky | d424986 | 2018-03-21 09:38:21 +0100 | [diff] [blame] | 116 | select GENERIC_CPU_VULNERABILITIES |
Heiko Carstens | 746479c | 2013-09-18 11:45:36 +0200 | [diff] [blame] | 117 | select GENERIC_FIND_FIRST_BIT |
Thomas Gleixner | e80e781 | 2012-04-20 13:05:52 +0000 | [diff] [blame] | 118 | select GENERIC_SMP_IDLE_THREAD |
Martin Schwidefsky | 79c74ec | 2013-11-22 10:04:53 +0100 | [diff] [blame] | 119 | select GENERIC_TIME_VSYSCALL |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 120 | select HAVE_ALIGNED_STRUCT_PAGE if SLUB |
AKASHI Takahiro | 7a01772 | 2014-02-25 18:16:24 +0900 | [diff] [blame] | 121 | select HAVE_ARCH_AUDITSYSCALL |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 122 | select HAVE_ARCH_JUMP_LABEL |
Zhaoxiu Zeng | fff7fb0 | 2016-05-20 17:03:57 -0700 | [diff] [blame] | 123 | select CPU_NO_EFFICIENT_FFS if !HAVE_MARCH_Z9_109_FEATURES |
Heiko Carstens | c63cb46 | 2012-07-31 15:37:13 +0200 | [diff] [blame] | 124 | select HAVE_ARCH_SECCOMP_FILTER |
Martin Schwidefsky | 5614dd9 | 2015-04-22 14:47:42 +0200 | [diff] [blame] | 125 | select HAVE_ARCH_SOFT_DIRTY |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 126 | select HAVE_ARCH_TRACEHOOK |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 127 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE |
Daniel Borkmann | 6077776 | 2016-05-13 19:08:28 +0200 | [diff] [blame] | 128 | select HAVE_EBPF_JIT if PACK_STACK && HAVE_MARCH_Z196_FEATURES |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 129 | select HAVE_CMPXCHG_DOUBLE |
| 130 | select HAVE_CMPXCHG_LOCAL |
Heiko Carstens | f50c0e6 | 2017-02-20 09:38:42 +0100 | [diff] [blame] | 131 | select HAVE_COPY_THREAD_TLS |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 132 | select HAVE_DEBUG_KMEMLEAK |
Heiko Carstens | e1231b0 | 2016-11-14 13:57:03 +0100 | [diff] [blame] | 133 | select HAVE_DMA_CONTIGUOUS |
Christoph Hellwig | 002e674 | 2018-01-09 16:30:23 +0100 | [diff] [blame] | 134 | select DMA_DIRECT_OPS |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 135 | select HAVE_DYNAMIC_FTRACE |
| 136 | select HAVE_DYNAMIC_FTRACE_WITH_REGS |
Christian Borntraeger | 9078a54 | 2016-09-12 13:13:38 +0200 | [diff] [blame] | 137 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 138 | select HAVE_FTRACE_MCOUNT_RECORD |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 139 | select HAVE_FUNCTION_GRAPH_TRACER |
| 140 | select HAVE_FUNCTION_TRACER |
Heiko Carstens | 03b8c7b | 2014-03-02 13:09:47 +0100 | [diff] [blame] | 141 | select HAVE_FUTEX_CMPXCHG if FUTEX |
Heiko Carstens | bc00b3e | 2018-08-14 13:29:11 +0200 | [diff] [blame^] | 142 | select HAVE_GCC_PLUGINS |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 143 | select HAVE_KERNEL_BZIP2 |
| 144 | select HAVE_KERNEL_GZIP |
Heiko Carstens | 8e2872c | 2013-07-18 15:18:24 +0200 | [diff] [blame] | 145 | select HAVE_KERNEL_LZ4 |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 146 | select HAVE_KERNEL_LZMA |
| 147 | select HAVE_KERNEL_LZO |
Vasily Gorbik | 89b5202 | 2018-06-13 00:00:25 +0200 | [diff] [blame] | 148 | select HAVE_KERNEL_UNCOMPRESSED |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 149 | select HAVE_KERNEL_XZ |
| 150 | select HAVE_KPROBES |
| 151 | select HAVE_KRETPROBES |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 152 | select HAVE_KVM |
Jiri Slaby | 21042d4 | 2015-03-26 10:10:17 +0100 | [diff] [blame] | 153 | select HAVE_LIVEPATCH |
Heiko Carstens | c33eff6 | 2015-06-06 12:44:25 +0200 | [diff] [blame] | 154 | select HAVE_PERF_REGS |
| 155 | select HAVE_PERF_USER_STACK_DUMP |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 156 | select HAVE_MEMBLOCK |
| 157 | select HAVE_MEMBLOCK_NODE_MAP |
Philipp Hachtmann | 50be634 | 2014-01-29 18:16:01 +0100 | [diff] [blame] | 158 | select HAVE_MEMBLOCK_PHYS_MAP |
David Howells | 786d35d | 2012-09-28 14:31:03 +0930 | [diff] [blame] | 159 | select HAVE_MOD_ARCH_SPECIFIC |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 160 | select HAVE_OPROFILE |
| 161 | select HAVE_PERF_EVENTS |
| 162 | select HAVE_REGS_AND_STACK_ACCESS_API |
Heiko Carstens | 9d6d99e | 2018-06-30 10:54:15 +0200 | [diff] [blame] | 163 | select HAVE_RSEQ |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 164 | select HAVE_SYSCALL_TRACEPOINTS |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 165 | select HAVE_VIRT_CPU_ACCOUNTING |
David Howells | 786d35d | 2012-09-28 14:31:03 +0930 | [diff] [blame] | 166 | select MODULES_USE_ELF_RELA |
Philipp Hachtmann | 50be634 | 2014-01-29 18:16:01 +0100 | [diff] [blame] | 167 | select NO_BOOTMEM |
Al Viro | 7eddd99 | 2012-12-25 19:26:12 -0500 | [diff] [blame] | 168 | select OLD_SIGACTION |
Heiko Carstens | 93bead4 | 2013-09-06 10:03:30 +0200 | [diff] [blame] | 169 | select OLD_SIGSUSPEND3 |
Sebastian Ott | bb98f39 | 2016-06-02 14:57:17 +0200 | [diff] [blame] | 170 | select SPARSE_IRQ |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 171 | select SYSCTL_EXCEPTION_TRACE |
Heiko Carstens | d5c352c | 2016-11-08 11:08:26 +0100 | [diff] [blame] | 172 | select THREAD_INFO_IN_TASK |
Josh Triplett | 0563416 | 2014-02-26 18:13:06 -0800 | [diff] [blame] | 173 | select TTY |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 174 | select VIRT_CPU_ACCOUNTING |
Stanislaw Gruszka | 40565b5 | 2016-11-15 03:06:51 +0100 | [diff] [blame] | 175 | select ARCH_HAS_SCALED_CPUTIME |
Heiko Carstens | 93bead4 | 2013-09-06 10:03:30 +0200 | [diff] [blame] | 176 | select VIRT_TO_BUS |
Petr Mladek | 42a0bb3 | 2016-05-20 17:00:33 -0700 | [diff] [blame] | 177 | select HAVE_NMI |
Philipp Hachtmann | 3a368f7 | 2014-03-06 18:25:13 +0100 | [diff] [blame] | 178 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | |
Martin Schwidefsky | fca3e35 | 2009-07-07 16:37:10 +0200 | [diff] [blame] | 180 | config SCHED_OMIT_FRAME_POINTER |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 181 | def_bool y |
Martin Schwidefsky | fca3e35 | 2009-07-07 16:37:10 +0200 | [diff] [blame] | 182 | |
Kirill A. Shutemov | c81956c | 2015-04-14 15:46:00 -0700 | [diff] [blame] | 183 | config PGTABLE_LEVELS |
| 184 | int |
Martin Schwidefsky | 1aea9b3 | 2017-04-24 18:19:10 +0200 | [diff] [blame] | 185 | default 5 |
Kirill A. Shutemov | c81956c | 2015-04-14 15:46:00 -0700 | [diff] [blame] | 186 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | source "init/Kconfig" |
| 188 | |
Matt Helsley | dc52ddc | 2008-10-18 20:27:21 -0700 | [diff] [blame] | 189 | source "kernel/Kconfig.freezer" |
| 190 | |
Jiri Slaby | 21042d4 | 2015-03-26 10:10:17 +0100 | [diff] [blame] | 191 | source "kernel/livepatch/Kconfig" |
| 192 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 193 | menu "Processor type and features" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 195 | config HAVE_MARCH_Z900_FEATURES |
| 196 | def_bool n |
| 197 | |
| 198 | config HAVE_MARCH_Z990_FEATURES |
| 199 | def_bool n |
| 200 | select HAVE_MARCH_Z900_FEATURES |
| 201 | |
| 202 | config HAVE_MARCH_Z9_109_FEATURES |
| 203 | def_bool n |
| 204 | select HAVE_MARCH_Z990_FEATURES |
| 205 | |
| 206 | config HAVE_MARCH_Z10_FEATURES |
| 207 | def_bool n |
| 208 | select HAVE_MARCH_Z9_109_FEATURES |
| 209 | |
| 210 | config HAVE_MARCH_Z196_FEATURES |
| 211 | def_bool n |
| 212 | select HAVE_MARCH_Z10_FEATURES |
| 213 | |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 214 | config HAVE_MARCH_ZEC12_FEATURES |
| 215 | def_bool n |
| 216 | select HAVE_MARCH_Z196_FEATURES |
| 217 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 218 | config HAVE_MARCH_Z13_FEATURES |
| 219 | def_bool n |
| 220 | select HAVE_MARCH_ZEC12_FEATURES |
| 221 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 222 | config HAVE_MARCH_Z14_FEATURES |
| 223 | def_bool n |
| 224 | select HAVE_MARCH_Z13_FEATURES |
| 225 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 226 | choice |
| 227 | prompt "Processor type" |
Martin Schwidefsky | 7072276e | 2016-04-18 17:10:16 +0200 | [diff] [blame] | 228 | default MARCH_Z196 |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 229 | |
| 230 | config MARCH_Z900 |
| 231 | bool "IBM zSeries model z800 and z900" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 232 | select HAVE_MARCH_Z900_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 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" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 240 | select HAVE_MARCH_Z990_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 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" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 248 | select HAVE_MARCH_Z9_109_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 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" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 256 | select HAVE_MARCH_Z10_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 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" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 264 | select HAVE_MARCH_Z196_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 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 | |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 270 | config MARCH_ZEC12 |
Heiko Carstens | 5947122 | 2013-07-24 10:35:33 +0200 | [diff] [blame] | 271 | bool "IBM zBC12 and zEC12" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 272 | select HAVE_MARCH_ZEC12_FEATURES |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 273 | help |
Heiko Carstens | 5947122 | 2013-07-24 10:35:33 +0200 | [diff] [blame] | 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. |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 277 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 278 | config MARCH_Z13 |
Heiko Carstens | bb3aa61 | 2016-02-19 10:46:08 +0100 | [diff] [blame] | 279 | bool "IBM z13s and z13" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 280 | select HAVE_MARCH_Z13_FEATURES |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 281 | help |
Heiko Carstens | bb3aa61 | 2016-02-19 10:46:08 +0100 | [diff] [blame] | 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. |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 285 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 286 | config MARCH_Z14 |
Heiko Carstens | 451239e | 2018-04-13 14:04:24 +0200 | [diff] [blame] | 287 | bool "IBM z14 ZR1 and z14" |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 288 | select HAVE_MARCH_Z14_FEATURES |
| 289 | help |
Heiko Carstens | 451239e | 2018-04-13 14:04:24 +0200 | [diff] [blame] | 290 | 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 Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 293 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 294 | endchoice |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 295 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 296 | config MARCH_Z900_TUNE |
| 297 | def_bool TUNE_Z900 || MARCH_Z900 && TUNE_DEFAULT |
| 298 | |
| 299 | config MARCH_Z990_TUNE |
| 300 | def_bool TUNE_Z990 || MARCH_Z990 && TUNE_DEFAULT |
| 301 | |
| 302 | config MARCH_Z9_109_TUNE |
| 303 | def_bool TUNE_Z9_109 || MARCH_Z9_109 && TUNE_DEFAULT |
| 304 | |
| 305 | config MARCH_Z10_TUNE |
| 306 | def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT |
| 307 | |
| 308 | config MARCH_Z196_TUNE |
| 309 | def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT |
| 310 | |
| 311 | config MARCH_ZEC12_TUNE |
| 312 | def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT |
| 313 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 314 | config MARCH_Z13_TUNE |
| 315 | def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT |
| 316 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 317 | config MARCH_Z14_TUNE |
| 318 | def_bool TUNE_Z14 || MARCH_Z14 && TUNE_DEFAULT |
| 319 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 320 | choice |
| 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 | |
| 331 | config 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 Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 337 | config TUNE_Z900 |
| 338 | bool "IBM zSeries model z800 and z900" |
| 339 | |
| 340 | config TUNE_Z990 |
| 341 | bool "IBM zSeries model z890 and z990" |
| 342 | |
| 343 | config TUNE_Z9_109 |
| 344 | bool "IBM System z9" |
| 345 | |
| 346 | config TUNE_Z10 |
| 347 | bool "IBM System z10" |
| 348 | |
| 349 | config TUNE_Z196 |
| 350 | bool "IBM zEnterprise 114 and 196" |
| 351 | |
| 352 | config TUNE_ZEC12 |
| 353 | bool "IBM zBC12 and zEC12" |
| 354 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 355 | config TUNE_Z13 |
| 356 | bool "IBM z13" |
| 357 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 358 | config TUNE_Z14 |
| 359 | bool "IBM z14" |
| 360 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 361 | endchoice |
| 362 | |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 363 | config 64BIT |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 364 | def_bool y |
Martin Schwidefsky | d9f7a74 | 2006-09-28 16:55:39 +0200 | [diff] [blame] | 365 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 366 | config COMPAT |
| 367 | def_bool y |
| 368 | prompt "Kernel support for 31 bit emulation" |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 369 | select COMPAT_BINFMT_ELF if BINFMT_ELF |
| 370 | select ARCH_WANT_OLD_COMPAT_IPC |
Al Viro | 7eddd99 | 2012-12-25 19:26:12 -0500 | [diff] [blame] | 371 | select COMPAT_OLD_SIGACTION |
Iulia Manda | 2813893 | 2015-04-15 16:16:41 -0700 | [diff] [blame] | 372 | depends on MULTIUSER |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 373 | 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 | |
| 379 | config SYSVIPC_COMPAT |
| 380 | def_bool y if COMPAT && SYSVIPC |
| 381 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 382 | config SMP |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 383 | def_bool y |
| 384 | prompt "Symmetric multi-processing support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | ---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 Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 390 | If you say N here, the kernel will run on uni- and multiprocessor |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | 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 Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 393 | uniprocessor machines. On a uniprocessor machine, the kernel |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | will run faster if you say N here. |
| 395 | |
Adrian Bunk | 03502fa | 2008-02-03 15:50:21 +0200 | [diff] [blame] | 396 | See also the SMP-HOWTO available at |
| 397 | <http://www.tldp.org/docs.html#howto>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | |
| 399 | Even if you don't know what to do here, say Y. |
| 400 | |
| 401 | config NR_CPUS |
Heiko Carstens | 5c75a0d | 2015-01-28 16:52:01 +0100 | [diff] [blame] | 402 | int "Maximum number of CPUs (2-512)" |
| 403 | range 2 512 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 404 | depends on SMP |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 405 | default "64" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | help |
| 407 | This allows you to specify the maximum number of CPUs which this |
Heiko Carstens | 5c75a0d | 2015-01-28 16:52:01 +0100 | [diff] [blame] | 408 | kernel will support. The maximum supported value is 512 and the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | 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 | |
| 414 | config HOTPLUG_CPU |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 415 | def_bool y |
| 416 | prompt "Support for hot-pluggable CPUs" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 417 | depends on SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | 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 Hachtmann | 3a368f7 | 2014-03-06 18:25:13 +0100 | [diff] [blame] | 423 | # 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! |
| 428 | config NODES_SPAN_OTHER_NODES |
| 429 | def_bool NUMA |
| 430 | |
| 431 | config NUMA |
| 432 | bool "NUMA support" |
Heiko Carstens | c095a94 | 2015-12-28 12:53:51 +0100 | [diff] [blame] | 433 | depends on SMP && SCHED_TOPOLOGY |
Philipp Hachtmann | 3a368f7 | 2014-03-06 18:25:13 +0100 | [diff] [blame] | 434 | 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 | |
| 447 | config 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 Holzheu | c29a7ba | 2014-03-06 18:47:21 +0100 | [diff] [blame] | 456 | menu "Select NUMA modes" |
| 457 | depends on NUMA |
| 458 | |
| 459 | config 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 | |
| 475 | config 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 | |
| 491 | endmenu |
| 492 | |
Heiko Carstens | 9236b4d | 2015-12-28 13:20:43 +0100 | [diff] [blame] | 493 | config SCHED_SMT |
| 494 | def_bool n |
| 495 | |
Heiko Carstens | 8d11e02 | 2010-10-29 16:50:37 +0200 | [diff] [blame] | 496 | config SCHED_MC |
Heiko Carstens | 83a24e3 | 2011-12-27 11:27:09 +0100 | [diff] [blame] | 497 | def_bool n |
Heiko Carstens | 8d11e02 | 2010-10-29 16:50:37 +0200 | [diff] [blame] | 498 | |
Heiko Carstens | 4cb14bc | 2010-08-31 10:28:18 +0200 | [diff] [blame] | 499 | config SCHED_BOOK |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 500 | def_bool n |
| 501 | |
Heiko Carstens | adac0f1 | 2016-05-25 10:25:50 +0200 | [diff] [blame] | 502 | config SCHED_DRAWER |
| 503 | def_bool n |
| 504 | |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 505 | config SCHED_TOPOLOGY |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 506 | def_bool y |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 507 | prompt "Topology scheduler support" |
Heiko Carstens | 83a24e3 | 2011-12-27 11:27:09 +0100 | [diff] [blame] | 508 | depends on SMP |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 509 | select SCHED_SMT |
Heiko Carstens | 83a24e3 | 2011-12-27 11:27:09 +0100 | [diff] [blame] | 510 | select SCHED_MC |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 511 | select SCHED_BOOK |
Heiko Carstens | adac0f1 | 2016-05-25 10:25:50 +0200 | [diff] [blame] | 512 | select SCHED_DRAWER |
Heiko Carstens | 4cb14bc | 2010-08-31 10:28:18 +0200 | [diff] [blame] | 513 | help |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 514 | 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 Carstens | 4cb14bc | 2010-08-31 10:28:18 +0200 | [diff] [blame] | 517 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 518 | source kernel/Kconfig.preempt |
| 519 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 520 | source kernel/Kconfig.hz |
| 521 | |
Philipp Rudo | bdea9f6 | 2018-03-27 13:14:12 +0200 | [diff] [blame] | 522 | config KEXEC |
| 523 | def_bool y |
| 524 | select KEXEC_CORE |
| 525 | |
| 526 | config 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 | |
| 538 | config ARCH_HAS_KEXEC_PURGATORY |
| 539 | def_bool y |
| 540 | depends on KEXEC_FILE |
| 541 | |
Harald Freudenberger | 4c637cd | 2017-03-17 10:46:31 +0100 | [diff] [blame] | 542 | config 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 Schwidefsky | d768bd8 | 2018-01-16 07:11:45 +0100 | [diff] [blame] | 557 | config 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 Schwidefsky | f19fbd5 | 2018-01-26 12:46:47 +0100 | [diff] [blame] | 574 | config 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 | |
| 586 | choice |
| 587 | prompt "Expoline default" |
| 588 | depends on EXPOLINE |
| 589 | default EXPOLINE_FULL |
| 590 | |
| 591 | config EXPOLINE_OFF |
| 592 | bool "spectre_v2=off" |
| 593 | |
Martin Schwidefsky | 6e179d6 | 2018-03-23 13:04:49 +0100 | [diff] [blame] | 594 | config EXPOLINE_AUTO |
Martin Schwidefsky | f19fbd5 | 2018-01-26 12:46:47 +0100 | [diff] [blame] | 595 | bool "spectre_v2=auto" |
| 596 | |
| 597 | config EXPOLINE_FULL |
| 598 | bool "spectre_v2=on" |
| 599 | |
| 600 | endchoice |
| 601 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 602 | endmenu |
| 603 | |
| 604 | menu "Memory setup" |
| 605 | |
| 606 | config ARCH_SPARSEMEM_ENABLE |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 607 | def_bool y |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 608 | select SPARSEMEM_VMEMMAP_ENABLE |
| 609 | select SPARSEMEM_VMEMMAP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 610 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 611 | config ARCH_SPARSEMEM_DEFAULT |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 612 | def_bool y |
Al Viro | e65e1fc | 2006-09-12 03:04:40 -0400 | [diff] [blame] | 613 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 614 | config ARCH_SELECT_MEMORY_MODEL |
| 615 | def_bool y |
Heiko Carstens | 0544516 | 2012-05-14 10:12:41 +0200 | [diff] [blame] | 616 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 617 | config ARCH_ENABLE_MEMORY_HOTPLUG |
| 618 | def_bool y if SPARSEMEM |
Heiko Carstens | 0544516 | 2012-05-14 10:12:41 +0200 | [diff] [blame] | 619 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 620 | config ARCH_ENABLE_MEMORY_HOTREMOVE |
| 621 | def_bool y |
Heiko Carstens | 0544516 | 2012-05-14 10:12:41 +0200 | [diff] [blame] | 622 | |
Martin Schwidefsky | ec66ad6 | 2014-02-12 14:16:18 +0100 | [diff] [blame] | 623 | config ARCH_ENABLE_SPLIT_PMD_PTLOCK |
| 624 | def_bool y |
Martin Schwidefsky | ec66ad6 | 2014-02-12 14:16:18 +0100 | [diff] [blame] | 625 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 626 | config FORCE_MAX_ZONEORDER |
| 627 | int |
| 628 | default "9" |
Heiko Carstens | 0544516 | 2012-05-14 10:12:41 +0200 | [diff] [blame] | 629 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 630 | source "mm/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 631 | |
Heiko Carstens | b8402b9 | 2017-03-27 15:36:20 +0200 | [diff] [blame] | 632 | config 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | config PACK_STACK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 643 | def_bool y |
| 644 | prompt "Pack kernel stack" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 645 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 656 | config CHECK_STACK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 657 | def_bool y |
| 658 | prompt "Detect kernel stack overflow" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | 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 | |
| 667 | config 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 Glauber | 2c190da | 2011-03-15 17:08:19 +0100 | [diff] [blame] | 681 | config WARN_DYNAMIC_STACK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 682 | def_bool n |
Jan Glauber | 2c190da | 2011-03-15 17:08:19 +0100 | [diff] [blame] | 683 | prompt "Emit compiler warnings for function with dynamic stack usage" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 684 | help |
Jan Glauber | 2c190da | 2011-03-15 17:08:19 +0100 | [diff] [blame] | 685 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 688 | |
| 689 | Say N if you are unsure. |
| 690 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 691 | endmenu |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 692 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 693 | menu "I/O subsystem" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 694 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 695 | config QDIO |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 696 | def_tristate y |
| 697 | prompt "QDIO support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 698 | ---help--- |
Frank Pavlic | 8129ee16 | 2006-01-06 00:19:20 -0800 | [diff] [blame] | 699 | This driver provides the Queued Direct I/O base support for |
Ursula Braun | efca13b | 2008-04-17 07:46:19 +0200 | [diff] [blame] | 700 | IBM System z. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 701 | |
| 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 Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 707 | menuconfig PCI |
| 708 | bool "PCI support" |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 709 | select PCI_MSI |
Christoph Hellwig | a4ce5a4 | 2018-04-03 15:47:59 +0200 | [diff] [blame] | 710 | select IOMMU_HELPER |
Gerald Schaefer | 8128f23c | 2015-08-27 15:33:03 +0200 | [diff] [blame] | 711 | select IOMMU_SUPPORT |
Christoph Hellwig | f616ab5 | 2018-05-09 06:53:49 +0200 | [diff] [blame] | 712 | select NEED_DMA_MAP_STATE |
Christoph Hellwig | 86596f0 | 2018-04-05 09:44:52 +0200 | [diff] [blame] | 713 | select NEED_SG_DMA_LENGTH |
Christoph Hellwig | a4ce5a4 | 2018-04-03 15:47:59 +0200 | [diff] [blame] | 714 | |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 715 | help |
| 716 | Enable PCI support. |
| 717 | |
| 718 | if PCI |
| 719 | |
| 720 | config PCI_NR_FUNCTIONS |
| 721 | int "Maximum number of PCI functions (1-4096)" |
| 722 | range 1 4096 |
Sebastian Ott | b18601b | 2017-03-27 19:09:15 +0200 | [diff] [blame] | 723 | default "128" |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 724 | help |
| 725 | This allows you to specify the maximum number of PCI functions which |
| 726 | this kernel will support. |
| 727 | |
| 728 | source "drivers/pci/Kconfig" |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 729 | |
| 730 | endif # PCI |
| 731 | |
| 732 | config PCI_DOMAINS |
| 733 | def_bool PCI |
| 734 | |
| 735 | config HAS_IOMEM |
| 736 | def_bool PCI |
| 737 | |
Cornelia Huck | 9d92a7e | 2008-07-14 09:59:05 +0200 | [diff] [blame] | 738 | config CHSC_SCH |
Sebastian Ott | d9c11b1 | 2011-01-31 11:30:09 +0100 | [diff] [blame] | 739 | def_tristate m |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 740 | prompt "Support for CHSC subchannels" |
Cornelia Huck | 9d92a7e | 2008-07-14 09:59:05 +0200 | [diff] [blame] | 741 | 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 Ott | 1d1c8f7 | 2012-08-28 16:46:26 +0200 | [diff] [blame] | 755 | config SCM_BUS |
| 756 | def_bool y |
Sebastian Ott | 1d1c8f7 | 2012-08-28 16:46:26 +0200 | [diff] [blame] | 757 | prompt "SCM bus driver" |
| 758 | help |
| 759 | Bus driver for Storage Class Memory. |
| 760 | |
Sebastian Ott | eadb86a | 2012-08-28 16:48:16 +0200 | [diff] [blame] | 761 | config 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 Shi | 63f1934 | 2017-03-17 04:17:31 +0100 | [diff] [blame] | 772 | config VFIO_CCW |
| 773 | def_tristate n |
| 774 | prompt "Support for VFIO-CCW subchannels" |
Dong Jia Shi | 84cd8fc | 2017-03-17 04:17:33 +0100 | [diff] [blame] | 775 | depends on S390_CCW_IOMMU && VFIO_MDEV |
Dong Jia Shi | 63f1934 | 2017-03-17 04:17:31 +0100 | [diff] [blame] | 776 | 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 Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 782 | endmenu |
| 783 | |
| 784 | menu "Dump support" |
| 785 | |
| 786 | config CRASH_DUMP |
| 787 | bool "kernel crash dumps" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 788 | depends on SMP |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 789 | 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 Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 795 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. |
Michael Holzheu | bf28a59 | 2014-04-14 10:38:05 +0200 | [diff] [blame] | 796 | This option also enables s390 zfcpdump. |
| 797 | See also <file:Documentation/s390/zfcpdump.txt> |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 798 | |
| 799 | endmenu |
| 800 | |
| 801 | menu "Executable file formats / Emulations" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 802 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 803 | source "fs/Kconfig.binfmt" |
| 804 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 805 | config 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 | |
| 822 | endmenu |
| 823 | |
| 824 | menu "Power Management" |
| 825 | |
| 826 | config ARCH_HIBERNATION_POSSIBLE |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 827 | def_bool y |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 828 | |
| 829 | source "kernel/power/Kconfig" |
| 830 | |
| 831 | endmenu |
| 832 | |
| 833 | source "net/Kconfig" |
| 834 | |
| 835 | config PCMCIA |
| 836 | def_bool n |
| 837 | |
| 838 | config CCW |
| 839 | def_bool y |
| 840 | |
| 841 | source "drivers/Kconfig" |
| 842 | |
Ursula Braun | b6ef86e | 2018-05-22 12:42:57 +0200 | [diff] [blame] | 843 | config HAVE_PNETID |
| 844 | tristate |
| 845 | default (SMC || CCWGROUP) |
| 846 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 847 | source "fs/Kconfig" |
| 848 | |
| 849 | source "arch/s390/Kconfig.debug" |
| 850 | |
| 851 | source "security/Kconfig" |
| 852 | |
| 853 | source "crypto/Kconfig" |
| 854 | |
| 855 | source "lib/Kconfig" |
| 856 | |
| 857 | menu "Virtualization" |
Heiko Carstens | 684de39 | 2008-03-05 12:37:14 +0100 | [diff] [blame] | 858 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 859 | config PFAULT |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 860 | def_bool y |
| 861 | prompt "Pseudo page fault support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 862 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 872 | config CMM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 873 | def_tristate n |
| 874 | prompt "Cooperative memory management" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 875 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 885 | config CMM_IUCV |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 886 | def_bool y |
| 887 | prompt "IUCV special message interface to cooperative memory management" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 888 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 893 | config APPLDATA_BASE |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 894 | def_bool n |
| 895 | prompt "Linux - VM Monitor Stream, base infrastructure" |
Martin Schwidefsky | c185b78 | 2008-12-25 13:39:25 +0100 | [diff] [blame] | 896 | depends on PROC_FS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 897 | 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 | |
| 909 | config APPLDATA_MEM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 910 | def_tristate m |
| 911 | prompt "Monitor memory management statistics" |
Al Viro | 62fb2ba | 2006-12-13 00:34:59 -0800 | [diff] [blame] | 912 | depends on APPLDATA_BASE && VM_EVENT_COUNTERS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 913 | 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 | |
| 926 | config APPLDATA_OS |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 927 | def_tristate m |
| 928 | prompt "Monitor OS statistics" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 929 | 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 | |
| 941 | config APPLDATA_NET_SUM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 942 | def_tristate m |
| 943 | prompt "Monitor overall network statistics" |
Sachin Sant | 70193af | 2009-03-26 15:24:00 +0100 | [diff] [blame] | 944 | depends on APPLDATA_BASE && NET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 945 | 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 Holzheu | 24bbb1f | 2006-06-23 02:05:06 -0700 | [diff] [blame] | 957 | config S390_HYPFS_FS |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 958 | def_bool y |
| 959 | prompt "s390 hypervisor file system support" |
Michael Holzheu | 24bbb1f | 2006-06-23 02:05:06 -0700 | [diff] [blame] | 960 | select SYS_HYPERVISOR |
Michael Holzheu | 24bbb1f | 2006-06-23 02:05:06 -0700 | [diff] [blame] | 961 | help |
| 962 | This is a virtual file system intended to provide accounting |
| 963 | information in an s390 hypervisor environment. |
| 964 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 965 | source "arch/s390/kvm/Kconfig" |
Michael Holzheu | 411ed32 | 2007-04-27 16:01:49 +0200 | [diff] [blame] | 966 | |
Carsten Otte | fa58774 | 2008-03-25 18:47:44 +0100 | [diff] [blame] | 967 | config S390_GUEST |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 968 | def_bool y |
Kees Cook | 510cf5a | 2012-10-02 11:16:42 -0700 | [diff] [blame] | 969 | prompt "s390 support for virtio devices" |
Chen Gang | 79b6f7f | 2013-07-23 16:26:08 +0800 | [diff] [blame] | 970 | select TTY |
Christian Borntraeger | 80629b0 | 2011-06-22 16:24:07 +0200 | [diff] [blame] | 971 | select VIRTUALIZATION |
Carsten Otte | fa58774 | 2008-03-25 18:47:44 +0100 | [diff] [blame] | 972 | select VIRTIO |
Christian Borntraeger | faeba830 | 2008-06-20 15:24:18 +0200 | [diff] [blame] | 973 | select VIRTIO_CONSOLE |
Carsten Otte | fa58774 | 2008-03-25 18:47:44 +0100 | [diff] [blame] | 974 | help |
Cornelia Huck | bdd1fc2 | 2012-08-27 12:56:48 +0200 | [diff] [blame] | 975 | Enabling this option adds support for virtio based paravirtual device |
| 976 | drivers on s390. |
| 977 | |
Christian Borntraeger | 20766c0 | 2008-08-29 13:30:56 +0200 | [diff] [blame] | 978 | Select this option if you want to run the kernel as a guest under |
Cornelia Huck | bdd1fc2 | 2012-08-27 12:56:48 +0200 | [diff] [blame] | 979 | the KVM hypervisor. |
Heiko Carstens | bcf5cef | 2009-06-12 10:26:26 +0200 | [diff] [blame] | 980 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 981 | endmenu |