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 |
Heiko Carstens | 13ddb52 | 2018-09-18 23:51:44 -0700 | [diff] [blame^] | 123 | select HAVE_ARCH_JUMP_LABEL_RELATIVE |
Zhaoxiu Zeng | fff7fb0 | 2016-05-20 17:03:57 -0700 | [diff] [blame] | 124 | select CPU_NO_EFFICIENT_FFS if !HAVE_MARCH_Z9_109_FEATURES |
Heiko Carstens | c63cb46 | 2012-07-31 15:37:13 +0200 | [diff] [blame] | 125 | select HAVE_ARCH_SECCOMP_FILTER |
Martin Schwidefsky | 5614dd9 | 2015-04-22 14:47:42 +0200 | [diff] [blame] | 126 | select HAVE_ARCH_SOFT_DIRTY |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 127 | select HAVE_ARCH_TRACEHOOK |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 128 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE |
Daniel Borkmann | 6077776 | 2016-05-13 19:08:28 +0200 | [diff] [blame] | 129 | select HAVE_EBPF_JIT if PACK_STACK && HAVE_MARCH_Z196_FEATURES |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 130 | select HAVE_CMPXCHG_DOUBLE |
| 131 | select HAVE_CMPXCHG_LOCAL |
Heiko Carstens | f50c0e6 | 2017-02-20 09:38:42 +0100 | [diff] [blame] | 132 | select HAVE_COPY_THREAD_TLS |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 133 | select HAVE_DEBUG_KMEMLEAK |
Heiko Carstens | e1231b0 | 2016-11-14 13:57:03 +0100 | [diff] [blame] | 134 | select HAVE_DMA_CONTIGUOUS |
Christoph Hellwig | 002e674 | 2018-01-09 16:30:23 +0100 | [diff] [blame] | 135 | select DMA_DIRECT_OPS |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 136 | select HAVE_DYNAMIC_FTRACE |
| 137 | select HAVE_DYNAMIC_FTRACE_WITH_REGS |
Christian Borntraeger | 9078a54 | 2016-09-12 13:13:38 +0200 | [diff] [blame] | 138 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
Vasily Gorbik | d983c89 | 2018-08-06 15:17:47 +0200 | [diff] [blame] | 139 | select HAVE_FENTRY |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 140 | select HAVE_FTRACE_MCOUNT_RECORD |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 141 | select HAVE_FUNCTION_GRAPH_TRACER |
| 142 | select HAVE_FUNCTION_TRACER |
Heiko Carstens | 03b8c7b | 2014-03-02 13:09:47 +0100 | [diff] [blame] | 143 | select HAVE_FUTEX_CMPXCHG if FUTEX |
Heiko Carstens | bc00b3e | 2018-08-14 13:29:11 +0200 | [diff] [blame] | 144 | select HAVE_GCC_PLUGINS |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 145 | select HAVE_KERNEL_BZIP2 |
| 146 | select HAVE_KERNEL_GZIP |
Heiko Carstens | 8e2872c | 2013-07-18 15:18:24 +0200 | [diff] [blame] | 147 | select HAVE_KERNEL_LZ4 |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 148 | select HAVE_KERNEL_LZMA |
| 149 | select HAVE_KERNEL_LZO |
Vasily Gorbik | 89b5202 | 2018-06-13 00:00:25 +0200 | [diff] [blame] | 150 | select HAVE_KERNEL_UNCOMPRESSED |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 151 | select HAVE_KERNEL_XZ |
| 152 | select HAVE_KPROBES |
| 153 | select HAVE_KRETPROBES |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 154 | select HAVE_KVM |
Jiri Slaby | 21042d4 | 2015-03-26 10:10:17 +0100 | [diff] [blame] | 155 | select HAVE_LIVEPATCH |
Heiko Carstens | c33eff6 | 2015-06-06 12:44:25 +0200 | [diff] [blame] | 156 | select HAVE_PERF_REGS |
| 157 | select HAVE_PERF_USER_STACK_DUMP |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 158 | select HAVE_MEMBLOCK |
| 159 | select HAVE_MEMBLOCK_NODE_MAP |
Philipp Hachtmann | 50be634 | 2014-01-29 18:16:01 +0100 | [diff] [blame] | 160 | select HAVE_MEMBLOCK_PHYS_MAP |
David Howells | 786d35d | 2012-09-28 14:31:03 +0930 | [diff] [blame] | 161 | select HAVE_MOD_ARCH_SPECIFIC |
Vasily Gorbik | d983c89 | 2018-08-06 15:17:47 +0200 | [diff] [blame] | 162 | select HAVE_NOP_MCOUNT |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 163 | select HAVE_OPROFILE |
| 164 | select HAVE_PERF_EVENTS |
| 165 | select HAVE_REGS_AND_STACK_ACCESS_API |
Heiko Carstens | 9d6d99e | 2018-06-30 10:54:15 +0200 | [diff] [blame] | 166 | select HAVE_RSEQ |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 167 | select HAVE_SYSCALL_TRACEPOINTS |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 168 | select HAVE_VIRT_CPU_ACCOUNTING |
David Howells | 786d35d | 2012-09-28 14:31:03 +0930 | [diff] [blame] | 169 | select MODULES_USE_ELF_RELA |
Philipp Hachtmann | 50be634 | 2014-01-29 18:16:01 +0100 | [diff] [blame] | 170 | select NO_BOOTMEM |
Al Viro | 7eddd99 | 2012-12-25 19:26:12 -0500 | [diff] [blame] | 171 | select OLD_SIGACTION |
Heiko Carstens | 93bead4 | 2013-09-06 10:03:30 +0200 | [diff] [blame] | 172 | select OLD_SIGSUSPEND3 |
Sebastian Ott | bb98f39 | 2016-06-02 14:57:17 +0200 | [diff] [blame] | 173 | select SPARSE_IRQ |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 174 | select SYSCTL_EXCEPTION_TRACE |
Heiko Carstens | d5c352c | 2016-11-08 11:08:26 +0100 | [diff] [blame] | 175 | select THREAD_INFO_IN_TASK |
Josh Triplett | 0563416 | 2014-02-26 18:13:06 -0800 | [diff] [blame] | 176 | select TTY |
Heiko Carstens | 0e0d04a | 2013-02-06 10:15:55 +0100 | [diff] [blame] | 177 | select VIRT_CPU_ACCOUNTING |
Stanislaw Gruszka | 40565b5 | 2016-11-15 03:06:51 +0100 | [diff] [blame] | 178 | select ARCH_HAS_SCALED_CPUTIME |
Heiko Carstens | 93bead4 | 2013-09-06 10:03:30 +0200 | [diff] [blame] | 179 | select VIRT_TO_BUS |
Petr Mladek | 42a0bb3 | 2016-05-20 17:00:33 -0700 | [diff] [blame] | 180 | select HAVE_NMI |
Philipp Hachtmann | 3a368f7 | 2014-03-06 18:25:13 +0100 | [diff] [blame] | 181 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | |
Martin Schwidefsky | fca3e35 | 2009-07-07 16:37:10 +0200 | [diff] [blame] | 183 | config SCHED_OMIT_FRAME_POINTER |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 184 | def_bool y |
Martin Schwidefsky | fca3e35 | 2009-07-07 16:37:10 +0200 | [diff] [blame] | 185 | |
Kirill A. Shutemov | c81956c | 2015-04-14 15:46:00 -0700 | [diff] [blame] | 186 | config PGTABLE_LEVELS |
| 187 | int |
Martin Schwidefsky | 1aea9b3 | 2017-04-24 18:19:10 +0200 | [diff] [blame] | 188 | default 5 |
Kirill A. Shutemov | c81956c | 2015-04-14 15:46:00 -0700 | [diff] [blame] | 189 | |
Jiri Slaby | 21042d4 | 2015-03-26 10:10:17 +0100 | [diff] [blame] | 190 | source "kernel/livepatch/Kconfig" |
| 191 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 192 | menu "Processor type and features" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 194 | config HAVE_MARCH_Z900_FEATURES |
| 195 | def_bool n |
| 196 | |
| 197 | config HAVE_MARCH_Z990_FEATURES |
| 198 | def_bool n |
| 199 | select HAVE_MARCH_Z900_FEATURES |
| 200 | |
| 201 | config HAVE_MARCH_Z9_109_FEATURES |
| 202 | def_bool n |
| 203 | select HAVE_MARCH_Z990_FEATURES |
| 204 | |
| 205 | config HAVE_MARCH_Z10_FEATURES |
| 206 | def_bool n |
| 207 | select HAVE_MARCH_Z9_109_FEATURES |
| 208 | |
| 209 | config HAVE_MARCH_Z196_FEATURES |
| 210 | def_bool n |
| 211 | select HAVE_MARCH_Z10_FEATURES |
| 212 | |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 213 | config HAVE_MARCH_ZEC12_FEATURES |
| 214 | def_bool n |
| 215 | select HAVE_MARCH_Z196_FEATURES |
| 216 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 217 | config HAVE_MARCH_Z13_FEATURES |
| 218 | def_bool n |
| 219 | select HAVE_MARCH_ZEC12_FEATURES |
| 220 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 221 | config HAVE_MARCH_Z14_FEATURES |
| 222 | def_bool n |
| 223 | select HAVE_MARCH_Z13_FEATURES |
| 224 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 225 | choice |
| 226 | prompt "Processor type" |
Martin Schwidefsky | 7072276e | 2016-04-18 17:10:16 +0200 | [diff] [blame] | 227 | default MARCH_Z196 |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 228 | |
| 229 | config MARCH_Z900 |
| 230 | bool "IBM zSeries model z800 and z900" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 231 | select HAVE_MARCH_Z900_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 232 | help |
| 233 | Select this to enable optimizations for model z800/z900 (2064 and |
| 234 | 2066 series). This will enable some optimizations that are not |
| 235 | available on older ESA/390 (31 Bit) only CPUs. |
| 236 | |
| 237 | config MARCH_Z990 |
| 238 | bool "IBM zSeries model z890 and z990" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 239 | select HAVE_MARCH_Z990_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 240 | help |
| 241 | Select this to enable optimizations for model z890/z990 (2084 and |
| 242 | 2086 series). The kernel will be slightly faster but will not work |
| 243 | on older machines. |
| 244 | |
| 245 | config MARCH_Z9_109 |
| 246 | bool "IBM System z9" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 247 | select HAVE_MARCH_Z9_109_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 248 | help |
| 249 | Select this to enable optimizations for IBM System z9 (2094 and |
| 250 | 2096 series). The kernel will be slightly faster but will not work |
| 251 | on older machines. |
| 252 | |
| 253 | config MARCH_Z10 |
| 254 | bool "IBM System z10" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 255 | select HAVE_MARCH_Z10_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 256 | help |
| 257 | Select this to enable optimizations for IBM System z10 (2097 and |
| 258 | 2098 series). The kernel will be slightly faster but will not work |
| 259 | on older machines. |
| 260 | |
| 261 | config MARCH_Z196 |
| 262 | bool "IBM zEnterprise 114 and 196" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 263 | select HAVE_MARCH_Z196_FEATURES |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 264 | help |
| 265 | Select this to enable optimizations for IBM zEnterprise 114 and 196 |
| 266 | (2818 and 2817 series). The kernel will be slightly faster but will |
| 267 | not work on older machines. |
| 268 | |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 269 | config MARCH_ZEC12 |
Heiko Carstens | 5947122 | 2013-07-24 10:35:33 +0200 | [diff] [blame] | 270 | bool "IBM zBC12 and zEC12" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 271 | select HAVE_MARCH_ZEC12_FEATURES |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 272 | help |
Heiko Carstens | 5947122 | 2013-07-24 10:35:33 +0200 | [diff] [blame] | 273 | Select this to enable optimizations for IBM zBC12 and zEC12 (2828 and |
| 274 | 2827 series). The kernel will be slightly faster but will not work on |
| 275 | older machines. |
Heiko Carstens | 991c1505 | 2012-11-13 10:26:37 +0200 | [diff] [blame] | 276 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 277 | config MARCH_Z13 |
Heiko Carstens | bb3aa61 | 2016-02-19 10:46:08 +0100 | [diff] [blame] | 278 | bool "IBM z13s and z13" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 279 | select HAVE_MARCH_Z13_FEATURES |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 280 | help |
Heiko Carstens | bb3aa61 | 2016-02-19 10:46:08 +0100 | [diff] [blame] | 281 | Select this to enable optimizations for IBM z13s and z13 (2965 and |
| 282 | 2964 series). The kernel will be slightly faster but will not work on |
| 283 | older machines. |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 284 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 285 | config MARCH_Z14 |
Heiko Carstens | 451239e | 2018-04-13 14:04:24 +0200 | [diff] [blame] | 286 | bool "IBM z14 ZR1 and z14" |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 287 | select HAVE_MARCH_Z14_FEATURES |
| 288 | help |
Heiko Carstens | 451239e | 2018-04-13 14:04:24 +0200 | [diff] [blame] | 289 | Select this to enable optimizations for IBM z14 ZR1 and z14 (3907 |
| 290 | and 3906 series). The kernel will be slightly faster but will not |
| 291 | work on older machines. |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 292 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 293 | endchoice |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 294 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 295 | config MARCH_Z900_TUNE |
| 296 | def_bool TUNE_Z900 || MARCH_Z900 && TUNE_DEFAULT |
| 297 | |
| 298 | config MARCH_Z990_TUNE |
| 299 | def_bool TUNE_Z990 || MARCH_Z990 && TUNE_DEFAULT |
| 300 | |
| 301 | config MARCH_Z9_109_TUNE |
| 302 | def_bool TUNE_Z9_109 || MARCH_Z9_109 && TUNE_DEFAULT |
| 303 | |
| 304 | config MARCH_Z10_TUNE |
| 305 | def_bool TUNE_Z10 || MARCH_Z10 && TUNE_DEFAULT |
| 306 | |
| 307 | config MARCH_Z196_TUNE |
| 308 | def_bool TUNE_Z196 || MARCH_Z196 && TUNE_DEFAULT |
| 309 | |
| 310 | config MARCH_ZEC12_TUNE |
| 311 | def_bool TUNE_ZEC12 || MARCH_ZEC12 && TUNE_DEFAULT |
| 312 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 313 | config MARCH_Z13_TUNE |
| 314 | def_bool TUNE_Z13 || MARCH_Z13 && TUNE_DEFAULT |
| 315 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 316 | config MARCH_Z14_TUNE |
| 317 | def_bool TUNE_Z14 || MARCH_Z14 && TUNE_DEFAULT |
| 318 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 319 | choice |
| 320 | prompt "Tune code generation" |
| 321 | default TUNE_DEFAULT |
| 322 | help |
| 323 | Cause the compiler to tune (-mtune) the generated code for a machine. |
| 324 | This will make the code run faster on the selected machine but |
| 325 | somewhat slower on other machines. |
| 326 | This option only changes how the compiler emits instructions, not the |
| 327 | selection of instructions itself, so the resulting kernel will run on |
| 328 | all other machines. |
| 329 | |
| 330 | config TUNE_DEFAULT |
| 331 | bool "Default" |
| 332 | help |
| 333 | Tune the generated code for the target processor for which the kernel |
| 334 | will be compiled. |
| 335 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 336 | config TUNE_Z900 |
| 337 | bool "IBM zSeries model z800 and z900" |
| 338 | |
| 339 | config TUNE_Z990 |
| 340 | bool "IBM zSeries model z890 and z990" |
| 341 | |
| 342 | config TUNE_Z9_109 |
| 343 | bool "IBM System z9" |
| 344 | |
| 345 | config TUNE_Z10 |
| 346 | bool "IBM System z10" |
| 347 | |
| 348 | config TUNE_Z196 |
| 349 | bool "IBM zEnterprise 114 and 196" |
| 350 | |
| 351 | config TUNE_ZEC12 |
| 352 | bool "IBM zBC12 and zEC12" |
| 353 | |
Martin Schwidefsky | f8b2dcb | 2015-01-14 17:50:19 +0100 | [diff] [blame] | 354 | config TUNE_Z13 |
| 355 | bool "IBM z13" |
| 356 | |
Martin Schwidefsky | 6997c32 | 2017-04-12 14:17:25 +0200 | [diff] [blame] | 357 | config TUNE_Z14 |
| 358 | bool "IBM z14" |
| 359 | |
Heiko Carstens | 1db9e05 | 2013-10-30 12:12:50 +0100 | [diff] [blame] | 360 | endchoice |
| 361 | |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 362 | config 64BIT |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 363 | def_bool y |
Martin Schwidefsky | d9f7a74 | 2006-09-28 16:55:39 +0200 | [diff] [blame] | 364 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 365 | config COMPAT |
| 366 | def_bool y |
| 367 | prompt "Kernel support for 31 bit emulation" |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 368 | select COMPAT_BINFMT_ELF if BINFMT_ELF |
| 369 | select ARCH_WANT_OLD_COMPAT_IPC |
Al Viro | 7eddd99 | 2012-12-25 19:26:12 -0500 | [diff] [blame] | 370 | select COMPAT_OLD_SIGACTION |
Iulia Manda | 2813893 | 2015-04-15 16:16:41 -0700 | [diff] [blame] | 371 | depends on MULTIUSER |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 372 | help |
| 373 | Select this option if you want to enable your system kernel to |
| 374 | handle system-calls from ELF binaries for 31 bit ESA. This option |
| 375 | (and some other stuff like libraries and such) is needed for |
| 376 | executing 31 bit applications. It is safe to say "Y". |
| 377 | |
| 378 | config SYSVIPC_COMPAT |
| 379 | def_bool y if COMPAT && SYSVIPC |
| 380 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 381 | config SMP |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 382 | def_bool y |
| 383 | prompt "Symmetric multi-processing support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | ---help--- |
| 385 | This enables support for systems with more than one CPU. If you have |
| 386 | a system with only one CPU, like most personal computers, say N. If |
| 387 | you have a system with more than one CPU, say Y. |
| 388 | |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 389 | 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] | 390 | machines, but will use only one CPU of a multiprocessor machine. If |
| 391 | 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] | 392 | uniprocessor machines. On a uniprocessor machine, the kernel |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 393 | will run faster if you say N here. |
| 394 | |
Adrian Bunk | 03502fa | 2008-02-03 15:50:21 +0200 | [diff] [blame] | 395 | See also the SMP-HOWTO available at |
| 396 | <http://www.tldp.org/docs.html#howto>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 397 | |
| 398 | Even if you don't know what to do here, say Y. |
| 399 | |
| 400 | config NR_CPUS |
Heiko Carstens | 5c75a0d | 2015-01-28 16:52:01 +0100 | [diff] [blame] | 401 | int "Maximum number of CPUs (2-512)" |
| 402 | range 2 512 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | depends on SMP |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 404 | default "64" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 405 | help |
| 406 | This allows you to specify the maximum number of CPUs which this |
Heiko Carstens | 5c75a0d | 2015-01-28 16:52:01 +0100 | [diff] [blame] | 407 | kernel will support. The maximum supported value is 512 and the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 408 | minimum value which makes sense is 2. |
| 409 | |
| 410 | This is purely to save memory - each supported CPU adds |
| 411 | approximately sixteen kilobytes to the kernel image. |
| 412 | |
| 413 | config HOTPLUG_CPU |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 414 | def_bool y |
| 415 | prompt "Support for hot-pluggable CPUs" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | depends on SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 417 | help |
| 418 | Say Y here to be able to turn CPUs off and on. CPUs |
| 419 | can be controlled through /sys/devices/system/cpu/cpu#. |
| 420 | Say N if you want to disable CPU hotplug. |
| 421 | |
Philipp Hachtmann | 3a368f7 | 2014-03-06 18:25:13 +0100 | [diff] [blame] | 422 | # Some NUMA nodes have memory ranges that span |
| 423 | # other nodes. Even though a pfn is valid and |
| 424 | # between a node's start and end pfns, it may not |
| 425 | # reside on that node. See memmap_init_zone() |
| 426 | # for details. <- They meant memory holes! |
| 427 | config NODES_SPAN_OTHER_NODES |
| 428 | def_bool NUMA |
| 429 | |
| 430 | config NUMA |
| 431 | bool "NUMA support" |
Heiko Carstens | c095a94 | 2015-12-28 12:53:51 +0100 | [diff] [blame] | 432 | depends on SMP && SCHED_TOPOLOGY |
Philipp Hachtmann | 3a368f7 | 2014-03-06 18:25:13 +0100 | [diff] [blame] | 433 | default n |
| 434 | help |
| 435 | Enable NUMA support |
| 436 | |
| 437 | This option adds NUMA support to the kernel. |
| 438 | |
| 439 | An operation mode can be selected by appending |
| 440 | numa=<method> to the kernel command line. |
| 441 | |
| 442 | The default behaviour is identical to appending numa=plain to |
| 443 | the command line. This will create just one node with all |
| 444 | available memory and all CPUs in it. |
| 445 | |
| 446 | config NODES_SHIFT |
| 447 | int "Maximum NUMA nodes (as a power of 2)" |
| 448 | range 1 10 |
| 449 | depends on NUMA |
| 450 | default "4" |
| 451 | help |
| 452 | Specify the maximum number of NUMA nodes available on the target |
| 453 | system. Increases memory reserved to accommodate various tables. |
| 454 | |
Michael Holzheu | c29a7ba | 2014-03-06 18:47:21 +0100 | [diff] [blame] | 455 | menu "Select NUMA modes" |
| 456 | depends on NUMA |
| 457 | |
| 458 | config NUMA_EMU |
| 459 | bool "NUMA emulation" |
| 460 | default y |
| 461 | help |
| 462 | Numa emulation mode will split the available system memory into |
| 463 | equal chunks which then are distributed over the configured number |
| 464 | of nodes in a round-robin manner. |
| 465 | |
| 466 | The number of fake nodes is limited by the number of available memory |
| 467 | chunks (i.e. memory size / fake size) and the number of supported |
| 468 | nodes in the kernel. |
| 469 | |
| 470 | The CPUs are assigned to the nodes in a way that partially respects |
| 471 | the original machine topology (if supported by the machine). |
| 472 | Fair distribution of the CPUs is not guaranteed. |
| 473 | |
| 474 | config EMU_SIZE |
| 475 | hex "NUMA emulation memory chunk size" |
| 476 | default 0x10000000 |
| 477 | range 0x400000 0x100000000 |
| 478 | depends on NUMA_EMU |
| 479 | help |
| 480 | Select the default size by which the memory is chopped and then |
| 481 | assigned to emulated NUMA nodes. |
| 482 | |
| 483 | This can be overridden by specifying |
| 484 | |
| 485 | emu_size=<n> |
| 486 | |
| 487 | on the kernel command line where also suffixes K, M, G, and T are |
| 488 | supported. |
| 489 | |
| 490 | endmenu |
| 491 | |
Heiko Carstens | 9236b4d | 2015-12-28 13:20:43 +0100 | [diff] [blame] | 492 | config SCHED_SMT |
| 493 | def_bool n |
| 494 | |
Heiko Carstens | 8d11e02 | 2010-10-29 16:50:37 +0200 | [diff] [blame] | 495 | config SCHED_MC |
Heiko Carstens | 83a24e3 | 2011-12-27 11:27:09 +0100 | [diff] [blame] | 496 | def_bool n |
Heiko Carstens | 8d11e02 | 2010-10-29 16:50:37 +0200 | [diff] [blame] | 497 | |
Heiko Carstens | 4cb14bc | 2010-08-31 10:28:18 +0200 | [diff] [blame] | 498 | config SCHED_BOOK |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 499 | def_bool n |
| 500 | |
Heiko Carstens | adac0f1 | 2016-05-25 10:25:50 +0200 | [diff] [blame] | 501 | config SCHED_DRAWER |
| 502 | def_bool n |
| 503 | |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 504 | config SCHED_TOPOLOGY |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 505 | def_bool y |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 506 | prompt "Topology scheduler support" |
Heiko Carstens | 83a24e3 | 2011-12-27 11:27:09 +0100 | [diff] [blame] | 507 | depends on SMP |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 508 | select SCHED_SMT |
Heiko Carstens | 83a24e3 | 2011-12-27 11:27:09 +0100 | [diff] [blame] | 509 | select SCHED_MC |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 510 | select SCHED_BOOK |
Heiko Carstens | adac0f1 | 2016-05-25 10:25:50 +0200 | [diff] [blame] | 511 | select SCHED_DRAWER |
Heiko Carstens | 4cb14bc | 2010-08-31 10:28:18 +0200 | [diff] [blame] | 512 | help |
Martin Schwidefsky | 10ad34b | 2015-01-14 17:52:10 +0100 | [diff] [blame] | 513 | Topology scheduler support improves the CPU scheduler's decision |
| 514 | making when dealing with machines that have multi-threading, |
| 515 | multiple cores or multiple books. |
Heiko Carstens | 4cb14bc | 2010-08-31 10:28:18 +0200 | [diff] [blame] | 516 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 517 | source kernel/Kconfig.hz |
| 518 | |
Philipp Rudo | bdea9f6 | 2018-03-27 13:14:12 +0200 | [diff] [blame] | 519 | config KEXEC |
| 520 | def_bool y |
| 521 | select KEXEC_CORE |
| 522 | |
| 523 | config KEXEC_FILE |
| 524 | bool "kexec file based system call" |
| 525 | select KEXEC_CORE |
| 526 | select BUILD_BIN2C |
| 527 | depends on CRYPTO |
| 528 | depends on CRYPTO_SHA256 |
| 529 | depends on CRYPTO_SHA256_S390 |
| 530 | help |
| 531 | Enable the kexec file based system call. In contrast to the normal |
| 532 | kexec system call this system call takes file descriptors for the |
| 533 | kernel and initramfs as arguments. |
| 534 | |
| 535 | config ARCH_HAS_KEXEC_PURGATORY |
| 536 | def_bool y |
| 537 | depends on KEXEC_FILE |
| 538 | |
Harald Freudenberger | 4c637cd | 2017-03-17 10:46:31 +0100 | [diff] [blame] | 539 | config ARCH_RANDOM |
| 540 | def_bool y |
| 541 | prompt "s390 architectural random number generation API" |
| 542 | help |
| 543 | Enable the s390 architectural random number generation API |
| 544 | to provide random data for all consumers within the Linux |
| 545 | kernel. |
| 546 | |
| 547 | When enabled the arch_random_* functions declared in linux/random.h |
| 548 | are implemented. The implementation is based on the s390 CPACF |
| 549 | instruction subfunction TRNG which provides a real true random |
| 550 | number generator. |
| 551 | |
| 552 | If unsure, say Y. |
| 553 | |
Martin Schwidefsky | d768bd8 | 2018-01-16 07:11:45 +0100 | [diff] [blame] | 554 | config KERNEL_NOBP |
| 555 | def_bool n |
| 556 | prompt "Enable modified branch prediction for the kernel by default" |
| 557 | help |
| 558 | If this option is selected the kernel will switch to a modified |
| 559 | branch prediction mode if the firmware interface is available. |
| 560 | The modified branch prediction mode improves the behaviour in |
| 561 | regard to speculative execution. |
| 562 | |
| 563 | With the option enabled the kernel parameter "nobp=0" or "nospec" |
| 564 | can be used to run the kernel in the normal branch prediction mode. |
| 565 | |
| 566 | With the option disabled the modified branch prediction mode is |
| 567 | enabled with the "nobp=1" kernel parameter. |
| 568 | |
| 569 | If unsure, say N. |
| 570 | |
Martin Schwidefsky | f19fbd5 | 2018-01-26 12:46:47 +0100 | [diff] [blame] | 571 | config EXPOLINE |
| 572 | def_bool n |
| 573 | prompt "Avoid speculative indirect branches in the kernel" |
| 574 | help |
| 575 | Compile the kernel with the expoline compiler options to guard |
| 576 | against kernel-to-user data leaks by avoiding speculative indirect |
| 577 | branches. |
| 578 | Requires a compiler with -mindirect-branch=thunk support for full |
| 579 | protection. The kernel may run slower. |
| 580 | |
| 581 | If unsure, say N. |
| 582 | |
| 583 | choice |
| 584 | prompt "Expoline default" |
| 585 | depends on EXPOLINE |
| 586 | default EXPOLINE_FULL |
| 587 | |
| 588 | config EXPOLINE_OFF |
| 589 | bool "spectre_v2=off" |
| 590 | |
Martin Schwidefsky | 6e179d6 | 2018-03-23 13:04:49 +0100 | [diff] [blame] | 591 | config EXPOLINE_AUTO |
Martin Schwidefsky | f19fbd5 | 2018-01-26 12:46:47 +0100 | [diff] [blame] | 592 | bool "spectre_v2=auto" |
| 593 | |
| 594 | config EXPOLINE_FULL |
| 595 | bool "spectre_v2=on" |
| 596 | |
| 597 | endchoice |
| 598 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 599 | endmenu |
| 600 | |
| 601 | menu "Memory setup" |
| 602 | |
| 603 | config ARCH_SPARSEMEM_ENABLE |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 604 | def_bool y |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 605 | select SPARSEMEM_VMEMMAP_ENABLE |
| 606 | select SPARSEMEM_VMEMMAP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 607 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 608 | config ARCH_SPARSEMEM_DEFAULT |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 609 | def_bool y |
Al Viro | e65e1fc | 2006-09-12 03:04:40 -0400 | [diff] [blame] | 610 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 611 | config ARCH_SELECT_MEMORY_MODEL |
| 612 | def_bool y |
Heiko Carstens | 0544516 | 2012-05-14 10:12:41 +0200 | [diff] [blame] | 613 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 614 | config ARCH_ENABLE_MEMORY_HOTPLUG |
| 615 | def_bool y if SPARSEMEM |
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_HOTREMOVE |
| 618 | def_bool y |
Heiko Carstens | 0544516 | 2012-05-14 10:12:41 +0200 | [diff] [blame] | 619 | |
Martin Schwidefsky | ec66ad6 | 2014-02-12 14:16:18 +0100 | [diff] [blame] | 620 | config ARCH_ENABLE_SPLIT_PMD_PTLOCK |
| 621 | def_bool y |
Martin Schwidefsky | ec66ad6 | 2014-02-12 14:16:18 +0100 | [diff] [blame] | 622 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 623 | config FORCE_MAX_ZONEORDER |
| 624 | int |
| 625 | default "9" |
Heiko Carstens | 0544516 | 2012-05-14 10:12:41 +0200 | [diff] [blame] | 626 | |
Heiko Carstens | b8402b9 | 2017-03-27 15:36:20 +0200 | [diff] [blame] | 627 | config MAX_PHYSMEM_BITS |
| 628 | int "Maximum size of supported physical memory in bits (42-53)" |
| 629 | range 42 53 |
| 630 | default "46" |
| 631 | help |
| 632 | This option specifies the maximum supported size of physical memory |
| 633 | in bits. Supported is any size between 2^42 (4TB) and 2^53 (8PB). |
| 634 | Increasing the number of bits also increases the kernel image size. |
| 635 | By default 46 bits (64TB) are supported. |
| 636 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 637 | config PACK_STACK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 638 | def_bool y |
| 639 | prompt "Pack kernel stack" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 640 | help |
| 641 | This option enables the compiler option -mkernel-backchain if it |
| 642 | is available. If the option is available the compiler supports |
| 643 | the new stack layout which dramatically reduces the minimum stack |
| 644 | frame size. With an old compiler a non-leaf function needs a |
| 645 | minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With |
| 646 | -mkernel-backchain the minimum size drops to 16 byte on 31 bit |
| 647 | and 24 byte on 64 bit. |
| 648 | |
| 649 | Say Y if you are unsure. |
| 650 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 651 | config CHECK_STACK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 652 | def_bool y |
| 653 | prompt "Detect kernel stack overflow" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 654 | help |
| 655 | This option enables the compiler option -mstack-guard and |
| 656 | -mstack-size if they are available. If the compiler supports them |
| 657 | it will emit additional code to each function prolog to trigger |
| 658 | an illegal operation if the kernel stack is about to overflow. |
| 659 | |
| 660 | Say N if you are unsure. |
| 661 | |
| 662 | config STACK_GUARD |
| 663 | int "Size of the guard area (128-1024)" |
| 664 | range 128 1024 |
| 665 | depends on CHECK_STACK |
| 666 | default "256" |
| 667 | help |
| 668 | This allows you to specify the size of the guard area at the lower |
| 669 | end of the kernel stack. If the kernel stack points into the guard |
| 670 | area on function entry an illegal operation is triggered. The size |
| 671 | needs to be a power of 2. Please keep in mind that the size of an |
| 672 | interrupt frame is 184 bytes for 31 bit and 328 bytes on 64 bit. |
| 673 | The minimum size for the stack guard should be 256 for 31 bit and |
| 674 | 512 for 64 bit. |
| 675 | |
Jan Glauber | 2c190da | 2011-03-15 17:08:19 +0100 | [diff] [blame] | 676 | config WARN_DYNAMIC_STACK |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 677 | def_bool n |
Jan Glauber | 2c190da | 2011-03-15 17:08:19 +0100 | [diff] [blame] | 678 | prompt "Emit compiler warnings for function with dynamic stack usage" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | help |
Jan Glauber | 2c190da | 2011-03-15 17:08:19 +0100 | [diff] [blame] | 680 | This option enables the compiler option -mwarn-dynamicstack. If the |
| 681 | compiler supports this options generates warnings for functions |
| 682 | that dynamically allocate stack space using alloca. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 683 | |
| 684 | Say N if you are unsure. |
| 685 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 686 | endmenu |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 687 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 688 | menu "I/O subsystem" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 689 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | config QDIO |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 691 | def_tristate y |
| 692 | prompt "QDIO support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | ---help--- |
Frank Pavlic | 8129ee16 | 2006-01-06 00:19:20 -0800 | [diff] [blame] | 694 | This driver provides the Queued Direct I/O base support for |
Ursula Braun | efca13b | 2008-04-17 07:46:19 +0200 | [diff] [blame] | 695 | IBM System z. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | |
| 697 | To compile this driver as a module, choose M here: the |
| 698 | module will be called qdio. |
| 699 | |
| 700 | If unsure, say Y. |
| 701 | |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 702 | menuconfig PCI |
| 703 | bool "PCI support" |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 704 | select PCI_MSI |
Christoph Hellwig | a4ce5a4 | 2018-04-03 15:47:59 +0200 | [diff] [blame] | 705 | select IOMMU_HELPER |
Gerald Schaefer | 8128f23c | 2015-08-27 15:33:03 +0200 | [diff] [blame] | 706 | select IOMMU_SUPPORT |
Christoph Hellwig | f616ab5 | 2018-05-09 06:53:49 +0200 | [diff] [blame] | 707 | select NEED_DMA_MAP_STATE |
Christoph Hellwig | 86596f0 | 2018-04-05 09:44:52 +0200 | [diff] [blame] | 708 | select NEED_SG_DMA_LENGTH |
Christoph Hellwig | a4ce5a4 | 2018-04-03 15:47:59 +0200 | [diff] [blame] | 709 | |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 710 | help |
| 711 | Enable PCI support. |
| 712 | |
| 713 | if PCI |
| 714 | |
| 715 | config PCI_NR_FUNCTIONS |
| 716 | int "Maximum number of PCI functions (1-4096)" |
| 717 | range 1 4096 |
Sebastian Ott | b18601b | 2017-03-27 19:09:15 +0200 | [diff] [blame] | 718 | default "128" |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 719 | help |
| 720 | This allows you to specify the maximum number of PCI functions which |
| 721 | this kernel will support. |
| 722 | |
| 723 | source "drivers/pci/Kconfig" |
Jan Glauber | c8717a3 | 2012-11-29 14:38:46 +0100 | [diff] [blame] | 724 | |
| 725 | endif # PCI |
| 726 | |
| 727 | config PCI_DOMAINS |
| 728 | def_bool PCI |
| 729 | |
| 730 | config HAS_IOMEM |
| 731 | def_bool PCI |
| 732 | |
Cornelia Huck | 9d92a7e | 2008-07-14 09:59:05 +0200 | [diff] [blame] | 733 | config CHSC_SCH |
Sebastian Ott | d9c11b1 | 2011-01-31 11:30:09 +0100 | [diff] [blame] | 734 | def_tristate m |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 735 | prompt "Support for CHSC subchannels" |
Cornelia Huck | 9d92a7e | 2008-07-14 09:59:05 +0200 | [diff] [blame] | 736 | help |
| 737 | This driver allows usage of CHSC subchannels. A CHSC subchannel |
| 738 | is usually present on LPAR only. |
| 739 | The driver creates a device /dev/chsc, which may be used to |
| 740 | obtain I/O configuration information about the machine and |
| 741 | to issue asynchronous chsc commands (DANGEROUS). |
| 742 | You will usually only want to use this interface on a special |
| 743 | LPAR designated for system management. |
| 744 | |
| 745 | To compile this driver as a module, choose M here: the |
| 746 | module will be called chsc_sch. |
| 747 | |
| 748 | If unsure, say N. |
| 749 | |
Sebastian Ott | 1d1c8f7 | 2012-08-28 16:46:26 +0200 | [diff] [blame] | 750 | config SCM_BUS |
| 751 | def_bool y |
Sebastian Ott | 1d1c8f7 | 2012-08-28 16:46:26 +0200 | [diff] [blame] | 752 | prompt "SCM bus driver" |
| 753 | help |
| 754 | Bus driver for Storage Class Memory. |
| 755 | |
Sebastian Ott | eadb86a | 2012-08-28 16:48:16 +0200 | [diff] [blame] | 756 | config EADM_SCH |
| 757 | def_tristate m |
| 758 | prompt "Support for EADM subchannels" |
| 759 | depends on SCM_BUS |
| 760 | help |
| 761 | This driver allows usage of EADM subchannels. EADM subchannels act |
| 762 | as a communication vehicle for SCM increments. |
| 763 | |
| 764 | To compile this driver as a module, choose M here: the |
| 765 | module will be called eadm_sch. |
| 766 | |
Dong Jia Shi | 63f1934 | 2017-03-17 04:17:31 +0100 | [diff] [blame] | 767 | config VFIO_CCW |
| 768 | def_tristate n |
| 769 | prompt "Support for VFIO-CCW subchannels" |
Dong Jia Shi | 84cd8fc | 2017-03-17 04:17:33 +0100 | [diff] [blame] | 770 | depends on S390_CCW_IOMMU && VFIO_MDEV |
Dong Jia Shi | 63f1934 | 2017-03-17 04:17:31 +0100 | [diff] [blame] | 771 | help |
| 772 | This driver allows usage of I/O subchannels via VFIO-CCW. |
| 773 | |
| 774 | To compile this driver as a module, choose M here: the |
| 775 | module will be called vfio_ccw. |
| 776 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 777 | endmenu |
| 778 | |
| 779 | menu "Dump support" |
| 780 | |
| 781 | config CRASH_DUMP |
| 782 | bool "kernel crash dumps" |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 783 | depends on SMP |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 784 | select KEXEC |
| 785 | help |
| 786 | Generate crash dump after being started by kexec. |
| 787 | Crash dump kernels are loaded in the main kernel with kexec-tools |
| 788 | into a specially reserved region and then later executed after |
| 789 | a crash by kdump/kexec. |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 790 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. |
Michael Holzheu | bf28a59 | 2014-04-14 10:38:05 +0200 | [diff] [blame] | 791 | This option also enables s390 zfcpdump. |
| 792 | See also <file:Documentation/s390/zfcpdump.txt> |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 793 | |
| 794 | endmenu |
| 795 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 796 | config SECCOMP |
| 797 | def_bool y |
| 798 | prompt "Enable seccomp to safely compute untrusted bytecode" |
| 799 | depends on PROC_FS |
| 800 | help |
| 801 | This kernel feature is useful for number crunching applications |
| 802 | that may need to compute untrusted bytecode during their |
| 803 | execution. By using pipes or other transports made available to |
| 804 | the process as file descriptors supporting the read/write |
| 805 | syscalls, it's possible to isolate those applications in |
| 806 | their own address space using seccomp. Once seccomp is |
| 807 | enabled via /proc/<pid>/seccomp, it cannot be disabled |
| 808 | and the task is only allowed to execute a few safe syscalls |
| 809 | defined by each seccomp mode. |
| 810 | |
| 811 | If unsure, say Y. |
| 812 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 813 | menu "Power Management" |
| 814 | |
| 815 | config ARCH_HIBERNATION_POSSIBLE |
Heiko Carstens | 5a79859a | 2015-02-12 13:08:27 +0100 | [diff] [blame] | 816 | def_bool y |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 817 | |
| 818 | source "kernel/power/Kconfig" |
| 819 | |
| 820 | endmenu |
| 821 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 822 | config PCMCIA |
| 823 | def_bool n |
| 824 | |
| 825 | config CCW |
| 826 | def_bool y |
| 827 | |
Ursula Braun | b6ef86e | 2018-05-22 12:42:57 +0200 | [diff] [blame] | 828 | config HAVE_PNETID |
| 829 | tristate |
| 830 | default (SMC || CCWGROUP) |
| 831 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 832 | menu "Virtualization" |
Heiko Carstens | 684de39 | 2008-03-05 12:37:14 +0100 | [diff] [blame] | 833 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 834 | config PFAULT |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 835 | def_bool y |
| 836 | prompt "Pseudo page fault support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 837 | help |
| 838 | Select this option, if you want to use PFAULT pseudo page fault |
| 839 | handling under VM. If running native or in LPAR, this option |
| 840 | has no effect. If your VM does not support PFAULT, PAGEEX |
| 841 | pseudo page fault handling will be used. |
| 842 | Note that VM 4.2 supports PFAULT but has a bug in its |
| 843 | implementation that causes some problems. |
| 844 | Everybody who wants to run Linux under VM != VM4.2 should select |
| 845 | this option. |
| 846 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | config CMM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 848 | def_tristate n |
| 849 | prompt "Cooperative memory management" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 850 | help |
| 851 | Select this option, if you want to enable the kernel interface |
| 852 | to reduce the memory size of the system. This is accomplished |
| 853 | by allocating pages of memory and put them "on hold". This only |
| 854 | makes sense for a system running under VM where the unused pages |
| 855 | will be reused by VM for other guest systems. The interface |
| 856 | allows an external monitor to balance memory of many systems. |
| 857 | Everybody who wants to run Linux under VM should select this |
| 858 | option. |
| 859 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 860 | config CMM_IUCV |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 861 | def_bool y |
| 862 | prompt "IUCV special message interface to cooperative memory management" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 863 | depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV) |
| 864 | help |
| 865 | Select this option to enable the special message interface to |
| 866 | the cooperative memory management. |
| 867 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 868 | config APPLDATA_BASE |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 869 | def_bool n |
| 870 | prompt "Linux - VM Monitor Stream, base infrastructure" |
Martin Schwidefsky | c185b78 | 2008-12-25 13:39:25 +0100 | [diff] [blame] | 871 | depends on PROC_FS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 872 | help |
| 873 | This provides a kernel interface for creating and updating z/VM APPLDATA |
| 874 | monitor records. The monitor records are updated at certain time |
| 875 | intervals, once the timer is started. |
| 876 | Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer, |
| 877 | i.e. enables or disables monitoring on the Linux side. |
| 878 | A custom interval value (in seconds) can be written to |
| 879 | /proc/appldata/interval. |
| 880 | |
| 881 | Defaults are 60 seconds interval and timer off. |
| 882 | The /proc entries can also be read from, showing the current settings. |
| 883 | |
| 884 | config APPLDATA_MEM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 885 | def_tristate m |
| 886 | prompt "Monitor memory management statistics" |
Al Viro | 62fb2ba | 2006-12-13 00:34:59 -0800 | [diff] [blame] | 887 | depends on APPLDATA_BASE && VM_EVENT_COUNTERS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 888 | help |
| 889 | This provides memory management related data to the Linux - VM Monitor |
| 890 | Stream, like paging/swapping rate, memory utilisation, etc. |
| 891 | Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM |
| 892 | APPLDATA monitor record, i.e. enables or disables monitoring this record |
| 893 | on the z/VM side. |
| 894 | |
| 895 | Default is disabled. |
| 896 | The /proc entry can also be read from, showing the current settings. |
| 897 | |
| 898 | This can also be compiled as a module, which will be called |
| 899 | appldata_mem.o. |
| 900 | |
| 901 | config APPLDATA_OS |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 902 | def_tristate m |
| 903 | prompt "Monitor OS statistics" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 904 | depends on APPLDATA_BASE |
| 905 | help |
| 906 | This provides OS related data to the Linux - VM Monitor Stream, like |
| 907 | CPU utilisation, etc. |
| 908 | Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM |
| 909 | APPLDATA monitor record, i.e. enables or disables monitoring this record |
| 910 | on the z/VM side. |
| 911 | |
| 912 | Default is disabled. |
| 913 | This can also be compiled as a module, which will be called |
| 914 | appldata_os.o. |
| 915 | |
| 916 | config APPLDATA_NET_SUM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 917 | def_tristate m |
| 918 | prompt "Monitor overall network statistics" |
Sachin Sant | 70193af | 2009-03-26 15:24:00 +0100 | [diff] [blame] | 919 | depends on APPLDATA_BASE && NET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 920 | help |
| 921 | This provides network related data to the Linux - VM Monitor Stream, |
| 922 | currently there is only a total sum of network I/O statistics, no |
| 923 | per-interface data. |
| 924 | Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM |
| 925 | APPLDATA monitor record, i.e. enables or disables monitoring this record |
| 926 | on the z/VM side. |
| 927 | |
| 928 | Default is disabled. |
| 929 | This can also be compiled as a module, which will be called |
| 930 | appldata_net_sum.o. |
| 931 | |
Michael Holzheu | 24bbb1f | 2006-06-23 02:05:06 -0700 | [diff] [blame] | 932 | config S390_HYPFS_FS |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 933 | def_bool y |
| 934 | prompt "s390 hypervisor file system support" |
Michael Holzheu | 24bbb1f | 2006-06-23 02:05:06 -0700 | [diff] [blame] | 935 | select SYS_HYPERVISOR |
Michael Holzheu | 24bbb1f | 2006-06-23 02:05:06 -0700 | [diff] [blame] | 936 | help |
| 937 | This is a virtual file system intended to provide accounting |
| 938 | information in an s390 hypervisor environment. |
| 939 | |
Jan Glauber | 843c48f | 2012-08-27 10:55:18 +0200 | [diff] [blame] | 940 | source "arch/s390/kvm/Kconfig" |
Michael Holzheu | 411ed32 | 2007-04-27 16:01:49 +0200 | [diff] [blame] | 941 | |
Carsten Otte | fa58774 | 2008-03-25 18:47:44 +0100 | [diff] [blame] | 942 | config S390_GUEST |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 943 | def_bool y |
Kees Cook | 510cf5a | 2012-10-02 11:16:42 -0700 | [diff] [blame] | 944 | prompt "s390 support for virtio devices" |
Chen Gang | 79b6f7f | 2013-07-23 16:26:08 +0800 | [diff] [blame] | 945 | select TTY |
Christian Borntraeger | 80629b0 | 2011-06-22 16:24:07 +0200 | [diff] [blame] | 946 | select VIRTUALIZATION |
Carsten Otte | fa58774 | 2008-03-25 18:47:44 +0100 | [diff] [blame] | 947 | select VIRTIO |
Christian Borntraeger | faeba830 | 2008-06-20 15:24:18 +0200 | [diff] [blame] | 948 | select VIRTIO_CONSOLE |
Carsten Otte | fa58774 | 2008-03-25 18:47:44 +0100 | [diff] [blame] | 949 | help |
Cornelia Huck | bdd1fc2 | 2012-08-27 12:56:48 +0200 | [diff] [blame] | 950 | Enabling this option adds support for virtio based paravirtual device |
| 951 | drivers on s390. |
| 952 | |
Christian Borntraeger | 20766c0 | 2008-08-29 13:30:56 +0200 | [diff] [blame] | 953 | 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] | 954 | the KVM hypervisor. |
Heiko Carstens | bcf5cef | 2009-06-12 10:26:26 +0200 | [diff] [blame] | 955 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 956 | endmenu |