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 PARISC |
| 3 | def_bool y |
Yury Norov | 942fa98 | 2018-05-16 11:18:49 +0300 | [diff] [blame] | 4 | select ARCH_32BIT_OFF_T if !64BIT |
Mark Salter | 4a24fb2 | 2013-10-07 22:14:01 -0400 | [diff] [blame] | 5 | select ARCH_MIGHT_HAVE_PC_PARPORT |
Sam Ravnborg | ec7748b | 2008-02-09 10:46:40 +0100 | [diff] [blame] | 6 | select HAVE_IDE |
Helge Deller | 366dd4e | 2016-04-13 22:27:22 +0200 | [diff] [blame] | 7 | select HAVE_FUNCTION_TRACER |
| 8 | select HAVE_FUNCTION_GRAPH_TRACER |
Helge Deller | fc79168 | 2016-04-13 22:44:54 +0200 | [diff] [blame] | 9 | select HAVE_SYSCALL_TRACEPOINTS |
Helge Deller | 4530c49 | 2013-02-27 00:37:12 +0100 | [diff] [blame] | 10 | select ARCH_WANT_FRAME_POINTERS |
Helge Deller | 18d98a7 | 2016-10-16 00:02:27 +0200 | [diff] [blame] | 11 | select ARCH_HAS_ELF_RANDOMIZE |
Laura Abbott | ad21fc4 | 2017-02-06 16:31:57 -0800 | [diff] [blame] | 12 | select ARCH_HAS_STRICT_KERNEL_RWX |
Helge Deller | e35a2ce | 2017-08-04 23:46:16 +0200 | [diff] [blame] | 13 | select ARCH_HAS_UBSAN_SANITIZE_ALL |
Christoph Hellwig | 7c703e5 | 2018-11-09 09:51:00 +0100 | [diff] [blame] | 14 | select ARCH_NO_SG_CHAIN |
Helge Deller | 54ac8fc | 2017-08-04 19:23:53 +0200 | [diff] [blame] | 15 | select ARCH_SUPPORTS_MEMORY_FAILURE |
Christoph Hellwig | 2f9237d | 2020-07-08 09:30:00 +0200 | [diff] [blame] | 16 | select DMA_OPS |
Kyle McMartin | 9eb1686 | 2008-09-10 14:24:07 +0000 | [diff] [blame] | 17 | select RTC_CLASS |
Geert Uytterhoeven | 3afe6d0 | 2009-02-19 16:46:49 +0100 | [diff] [blame] | 18 | select RTC_DRV_GENERIC |
Rusty Russell | 98a79d6 | 2008-12-13 21:19:41 +1030 | [diff] [blame] | 19 | select INIT_ALL_POSSIBLE |
Kyle McMartin | f67d3c8 | 2009-03-25 14:09:10 +0000 | [diff] [blame] | 20 | select BUG |
Shile Zhang | 1091670 | 2019-12-04 08:46:31 +0800 | [diff] [blame] | 21 | select BUILDTIME_TABLE_SORT |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 22 | select HAVE_PCI |
Ingo Molnar | cdd6c48 | 2009-09-21 12:02:48 +0200 | [diff] [blame] | 23 | select HAVE_PERF_EVENTS |
Helge Deller | b6adc16 | 2017-08-20 10:52:22 +0200 | [diff] [blame] | 24 | select HAVE_KERNEL_BZIP2 |
| 25 | select HAVE_KERNEL_GZIP |
| 26 | select HAVE_KERNEL_LZ4 |
| 27 | select HAVE_KERNEL_LZMA |
| 28 | select HAVE_KERNEL_LZO |
| 29 | select HAVE_KERNEL_XZ |
Kyle McMartin | 64daa44 | 2009-07-02 13:10:29 -0400 | [diff] [blame] | 30 | select GENERIC_ATOMIC64 if !64BIT |
Thomas Gleixner | 72e73af | 2011-01-19 20:38:30 +0100 | [diff] [blame] | 31 | select GENERIC_IRQ_PROBE |
Michael S. Tsirkin | 629a858 | 2011-11-24 21:11:16 +0200 | [diff] [blame] | 32 | select GENERIC_PCI_IOMAP |
Huang Ying | df013ff | 2011-07-13 13:14:22 +0800 | [diff] [blame] | 33 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
Thomas Gleixner | 9a13472 | 2012-04-20 13:05:56 +0000 | [diff] [blame] | 34 | select GENERIC_SMP_IDLE_THREAD |
Helge Deller | bf7b4c1 | 2017-09-21 21:55:01 +0200 | [diff] [blame] | 35 | select GENERIC_CPU_DEVICES |
James Bottomley | b1195c0 | 2012-05-26 09:48:19 +0100 | [diff] [blame] | 36 | select GENERIC_STRNCPY_FROM_USER |
Helge Deller | 61c4394 | 2020-12-19 12:45:40 +0100 | [diff] [blame] | 37 | select GENERIC_LIB_DEVMEM_IS_ALLOWED |
Vineet Gupta | bf14e3b | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 38 | select SYSCTL_ARCH_UNALIGN_ALLOW |
Helge Deller | fef47e2 | 2014-05-05 18:07:12 +0200 | [diff] [blame] | 39 | select SYSCTL_EXCEPTION_TRACE |
David Howells | 786d35d | 2012-09-28 14:31:03 +0930 | [diff] [blame] | 40 | select HAVE_MOD_ARCH_SPECIFIC |
Stephen Rothwell | 4febd95 | 2013-03-07 15:48:16 +1100 | [diff] [blame] | 41 | select VIRT_TO_BUS |
David Howells | 786d35d | 2012-09-28 14:31:03 +0930 | [diff] [blame] | 42 | select MODULES_USE_ELF_RELA |
Al Viro | 415bfae | 2012-10-26 19:59:16 -0400 | [diff] [blame] | 43 | select CLONE_BACKWARDS |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 44 | select TTY # Needed for pdc_cons.c |
Dave Hansen | d1a1dc0 | 2013-07-01 13:04:42 -0700 | [diff] [blame] | 45 | select HAVE_DEBUG_STACKOVERFLOW |
AKASHI Takahiro | 7a01772 | 2014-02-25 18:16:24 +0900 | [diff] [blame] | 46 | select HAVE_ARCH_AUDITSYSCALL |
George Spelvin | 773e1c5 | 2016-06-07 19:45:06 -0400 | [diff] [blame] | 47 | select HAVE_ARCH_HASH |
Helge Deller | 62217beb | 2019-05-03 23:51:00 +0200 | [diff] [blame] | 48 | select HAVE_ARCH_JUMP_LABEL |
| 49 | select HAVE_ARCH_JUMP_LABEL_RELATIVE |
Helge Deller | 910cd32 | 2016-03-30 14:14:31 +0200 | [diff] [blame] | 50 | select HAVE_ARCH_SECCOMP_FILTER |
Helge Deller | 64e2a42 | 2016-04-01 22:40:53 +0200 | [diff] [blame] | 51 | select HAVE_ARCH_TRACEHOOK |
Helge Deller | 75ebedf | 2018-06-28 22:47:11 +0200 | [diff] [blame] | 52 | select HAVE_REGS_AND_STACK_ACCESS_API |
Helge Deller | 43b1f6a | 2016-11-22 18:08:30 +0100 | [diff] [blame] | 53 | select GENERIC_SCHED_CLOCK |
| 54 | select HAVE_UNSTABLE_SCHED_CLOCK if SMP |
Arnd Bergmann | 686092e | 2020-09-24 15:30:34 +0200 | [diff] [blame] | 55 | select LEGACY_TIMER_TICK |
Zhaoxiu Zeng | fff7fb0 | 2016-05-20 17:03:57 -0700 | [diff] [blame] | 56 | select CPU_NO_EFFICIENT_FFS |
Christoph Hellwig | f616ab5 | 2018-05-09 06:53:49 +0200 | [diff] [blame] | 57 | select NEED_DMA_MAP_STATE |
Christoph Hellwig | 86596f0 | 2018-04-05 09:44:52 +0200 | [diff] [blame] | 58 | select NEED_SG_DMA_LENGTH |
Sven Schnelle | eacbfce | 2019-04-04 21:14:10 +0200 | [diff] [blame] | 59 | select HAVE_ARCH_KGDB |
Sven Schnelle | 8858ac8 | 2019-04-07 20:10:58 +0200 | [diff] [blame] | 60 | select HAVE_KPROBES |
Sven Schnelle | e0b59b7 | 2019-04-09 19:30:28 +0200 | [diff] [blame] | 61 | select HAVE_KRETPROBES |
Sven Schnelle | 6ca6366 | 2019-06-05 22:32:22 +0200 | [diff] [blame] | 62 | select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1) |
| 63 | select HAVE_FTRACE_MCOUNT_RECORD if HAVE_DYNAMIC_FTRACE |
Sami Tolvanen | 3d1dc71 | 2021-02-24 14:57:06 -0800 | [diff] [blame] | 64 | select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY if DYNAMIC_FTRACE |
Sven Schnelle | 52a22e6 | 2019-07-23 22:37:52 +0200 | [diff] [blame] | 65 | select HAVE_KPROBES_ON_FTRACE |
| 66 | select HAVE_DYNAMIC_FTRACE_WITH_REGS |
Thomas Gleixner | cd1a41c | 2021-02-10 00:40:52 +0100 | [diff] [blame] | 67 | select HAVE_SOFTIRQ_ON_OWN_STACK if IRQSTACKS |
Christoph Hellwig | 5e6e985 | 2020-09-03 16:22:35 +0200 | [diff] [blame] | 68 | select SET_FS |
Thomas Gleixner | 72e73af | 2011-01-19 20:38:30 +0100 | [diff] [blame] | 69 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | help |
| 71 | The PA-RISC microprocessor is designed by Hewlett-Packard and used |
| 72 | in many of their workstations & servers (HP9000 700 and 800 series, |
| 73 | and later HP3000 series). The PA-RISC Linux project home page is |
Helge Deller | 24289f5 | 2020-06-01 23:00:52 +0200 | [diff] [blame] | 74 | at <https://parisc.wiki.kernel.org>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | |
Babu Moger | 74ad3d2 | 2017-07-06 09:34:19 -0700 | [diff] [blame] | 76 | config CPU_BIG_ENDIAN |
| 77 | def_bool y |
| 78 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | config MMU |
| 80 | def_bool y |
| 81 | |
| 82 | config STACK_GROWSUP |
| 83 | def_bool y |
| 84 | |
Helge Deller | ededa08 | 2020-03-26 23:31:43 +0100 | [diff] [blame] | 85 | config ARCH_DEFCONFIG |
| 86 | string |
| 87 | default "arch/parisc/configs/generic-32bit_defconfig" if !64BIT |
| 88 | default "arch/parisc/configs/generic-64bit_defconfig" if 64BIT |
| 89 | |
Nick Piggin | 95c354f | 2008-01-30 13:31:20 +0100 | [diff] [blame] | 90 | config GENERIC_LOCKBREAK |
| 91 | bool |
| 92 | default y |
Thomas Gleixner | 09613e8 | 2019-10-15 21:18:02 +0200 | [diff] [blame] | 93 | depends on SMP && PREEMPTION |
Nick Piggin | 95c354f | 2008-01-30 13:31:20 +0100 | [diff] [blame] | 94 | |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 95 | config ARCH_HAS_ILOG2_U32 |
| 96 | bool |
| 97 | default n |
| 98 | |
| 99 | config ARCH_HAS_ILOG2_U64 |
| 100 | bool |
| 101 | default n |
| 102 | |
Helge Deller | 6891f8a | 2006-12-16 16:16:50 +0100 | [diff] [blame] | 103 | config GENERIC_BUG |
| 104 | bool |
| 105 | default y |
| 106 | depends on BUG |
| 107 | |
Akinobu Mita | 59e18a2 | 2006-03-26 01:39:31 -0800 | [diff] [blame] | 108 | config GENERIC_HWEIGHT |
| 109 | bool |
| 110 | default y |
| 111 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | config GENERIC_CALIBRATE_DELAY |
| 113 | bool |
| 114 | default y |
| 115 | |
Ingo Molnar | 06027bd | 2006-02-14 13:53:15 -0800 | [diff] [blame] | 116 | config TIME_LOW_RES |
| 117 | bool |
| 118 | depends on SMP |
| 119 | default y |
| 120 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | # unless you want to implement ACPI on PA-RISC ... ;-) |
| 122 | config PM |
| 123 | bool |
| 124 | |
Helge Deller | 548f117 | 2009-02-06 21:50:39 +0100 | [diff] [blame] | 125 | config STACKTRACE_SUPPORT |
| 126 | def_bool y |
| 127 | |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 128 | config ISA_DMA_API |
| 129 | bool |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 130 | |
viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 131 | config ARCH_MAY_HAVE_PC_FDC |
| 132 | bool |
Grant Grundler | 8b63134 | 2005-10-21 22:52:46 -0400 | [diff] [blame] | 133 | depends on BROKEN |
viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 134 | default y |
| 135 | |
Kirill A. Shutemov | f24ffde | 2015-04-14 15:45:54 -0700 | [diff] [blame] | 136 | config PGTABLE_LEVELS |
| 137 | int |
| 138 | default 3 if 64BIT && PARISC_PAGE_SIZE_4KB |
| 139 | default 2 |
| 140 | |
Helge Deller | 736d216 | 2015-11-22 00:07:06 +0100 | [diff] [blame] | 141 | config SYS_SUPPORTS_HUGETLBFS |
| 142 | def_bool y if PA20 |
| 143 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | |
| 145 | menu "Processor type and features" |
| 146 | |
| 147 | choice |
| 148 | prompt "Processor type" |
| 149 | default PA7000 |
| 150 | |
| 151 | config PA7000 |
| 152 | bool "PA7000/PA7100" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 153 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | This is the processor type of your CPU. This information is |
| 155 | used for optimizing purposes. In order to compile a kernel |
| 156 | that can run on all 32-bit PA CPUs (albeit not optimally fast), |
| 157 | you can specify "PA7000" here. |
| 158 | |
| 159 | Specifying "PA8000" here will allow you to select a 64-bit kernel |
| 160 | which is required on some machines. |
| 161 | |
| 162 | config PA7100LC |
| 163 | bool "PA7100LC" |
| 164 | help |
| 165 | Select this option for the PCX-L processor, as used in the |
| 166 | 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748, |
| 167 | D200, D210, D300, D310 and E-class |
| 168 | |
| 169 | config PA7200 |
| 170 | bool "PA7200" |
| 171 | help |
| 172 | Select this option for the PCX-T' processor, as used in the |
| 173 | C100, C110, J100, J110, J210XC, D250, D260, D350, D360, |
| 174 | K100, K200, K210, K220, K400, K410 and K420 |
| 175 | |
| 176 | config PA7300LC |
| 177 | bool "PA7300LC" |
| 178 | help |
| 179 | Select this option for the PCX-L2 processor, as used in the |
| 180 | 744, A180, B132L, B160L, B180L, C132L, C160L, C180L, |
| 181 | D220, D230, D320 and D330. |
| 182 | |
| 183 | config PA8X00 |
| 184 | bool "PA8000 and up" |
| 185 | help |
| 186 | Select this option for PCX-U to PCX-W2 processors. |
| 187 | |
| 188 | endchoice |
| 189 | |
| 190 | # Define implied options from the CPU selection here |
| 191 | |
| 192 | config PA20 |
| 193 | def_bool y |
| 194 | depends on PA8X00 |
| 195 | |
| 196 | config PA11 |
| 197 | def_bool y |
| 198 | depends on PA7000 || PA7100LC || PA7200 || PA7300LC |
Christoph Hellwig | c1f5937 | 2018-06-19 09:04:55 +0200 | [diff] [blame] | 199 | select ARCH_HAS_SYNC_DMA_FOR_CPU |
| 200 | select ARCH_HAS_SYNC_DMA_FOR_DEVICE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | |
| 202 | config PREFETCH |
| 203 | def_bool y |
Kyle McMartin | 32104b2 | 2006-08-13 20:37:26 -0400 | [diff] [blame] | 204 | depends on PA8X00 || PA7200 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | |
Helge Deller | 778e45d | 2021-03-02 21:07:07 +0100 | [diff] [blame^] | 206 | config PARISC_HUGE_KERNEL |
| 207 | def_bool y if !MODULES || UBSAN || FTRACE || COMPILE_TEST |
| 208 | |
Helge Deller | ec758f9 | 2013-01-31 21:44:28 +0000 | [diff] [blame] | 209 | config MLONGCALLS |
Helge Deller | 778e45d | 2021-03-02 21:07:07 +0100 | [diff] [blame^] | 210 | def_bool y if PARISC_HUGE_KERNEL |
| 211 | bool "Enable the -mlong-calls compiler option for big kernels" if !PARISC_HUGE_KERNEL |
Helge Deller | ec758f9 | 2013-01-31 21:44:28 +0000 | [diff] [blame] | 212 | depends on PA8X00 |
| 213 | help |
| 214 | If you configure the kernel to include many drivers built-in instead |
| 215 | as modules, the kernel executable may become too big, so that the |
| 216 | linker will not be able to resolve some long branches and fails to link |
| 217 | your vmlinux kernel. In that case enabling this option will help you |
| 218 | to overcome this limit by using the -mlong-calls compiler option. |
| 219 | |
| 220 | Usually you want to say N here, unless you e.g. want to build |
| 221 | a kernel which includes all necessary drivers built-in and which can |
| 222 | be used for TFTP booting without the need to have an initrd ramdisk. |
| 223 | |
| 224 | Enabling this option will probably slow down your kernel. |
| 225 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | config 64BIT |
| 227 | bool "64-bit kernel" |
| 228 | depends on PA8X00 |
| 229 | help |
| 230 | Enable this if you want to support 64bit kernel on PA-RISC platform. |
| 231 | |
| 232 | At the moment, only people willing to use more than 2GB of RAM, |
| 233 | or having a 64bit-only capable PA-RISC machine should say Y here. |
| 234 | |
| 235 | Since there is no 64bit userland on PA-RISC, there is no point to |
| 236 | enable this option otherwise. The 64bit kernel is significantly bigger |
| 237 | and slower than the 32bit one. |
| 238 | |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 239 | choice |
| 240 | prompt "Kernel page size" |
Paul Bolle | 1c5f873 | 2011-10-12 14:51:12 +0200 | [diff] [blame] | 241 | default PARISC_PAGE_SIZE_4KB |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 242 | |
| 243 | config PARISC_PAGE_SIZE_4KB |
| 244 | bool "4KB" |
| 245 | help |
| 246 | This lets you select the page size of the kernel. For best |
| 247 | performance, a page size of 16KB is recommended. For best |
| 248 | compatibility with 32bit applications, a page size of 4KB should be |
| 249 | selected (the vast majority of 32bit binaries work perfectly fine |
| 250 | with a larger page size). |
| 251 | |
| 252 | 4KB For best 32bit compatibility |
| 253 | 16KB For best performance |
| 254 | 64KB For best performance, might give more overhead. |
| 255 | |
| 256 | If you don't know what to do, choose 4KB. |
| 257 | |
| 258 | config PARISC_PAGE_SIZE_16KB |
Kees Cook | daef22c | 2013-01-16 18:53:21 -0800 | [diff] [blame] | 259 | bool "16KB" |
Helge Deller | 1c971f3 | 2018-06-15 22:33:44 +0200 | [diff] [blame] | 260 | depends on PA8X00 && BROKEN |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 261 | |
| 262 | config PARISC_PAGE_SIZE_64KB |
Kees Cook | daef22c | 2013-01-16 18:53:21 -0800 | [diff] [blame] | 263 | bool "64KB" |
Helge Deller | 1c971f3 | 2018-06-15 22:33:44 +0200 | [diff] [blame] | 264 | depends on PA8X00 && BROKEN |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 265 | |
| 266 | endchoice |
| 267 | |
Helge Deller | af21b01 | 2017-09-22 22:24:02 +0200 | [diff] [blame] | 268 | config PARISC_SELF_EXTRACT |
| 269 | bool "Build kernel as self-extracting executable" |
| 270 | default y |
| 271 | help |
| 272 | Say Y if you want to build the parisc kernel as a kind of |
| 273 | self-extracting executable. |
| 274 | |
| 275 | If you say N here, the kernel will be compressed with gzip |
| 276 | which can be loaded by the palo bootloader directly too. |
| 277 | |
| 278 | If you don't know what to do here, say Y. |
| 279 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 280 | config SMP |
| 281 | bool "Symmetric multi-processing support" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 282 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | This enables support for systems with more than one CPU. If you have |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 284 | a system with only one CPU, say N. If you have a system with more |
| 285 | than one CPU, say Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 287 | If you say N here, the kernel will run on uni- and multiprocessor |
Helge Deller | 2a3f53d | 2018-03-13 20:56:16 +0100 | [diff] [blame] | 288 | machines, but will use only one CPU of a multiprocessor machine. |
| 289 | On a uniprocessor machine, the kernel will run faster if you say N. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 290 | |
Mauro Carvalho Chehab | 4f4cfa6 | 2019-06-27 14:56:51 -0300 | [diff] [blame] | 291 | See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO |
Alexander A. Klimov | 693a065 | 2020-07-13 20:15:25 +0200 | [diff] [blame] | 292 | available at <https://www.tldp.org/docs.html#howto>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | |
| 294 | If you don't know what to do here, say N. |
| 295 | |
Helge Deller | bf7b4c1 | 2017-09-21 21:55:01 +0200 | [diff] [blame] | 296 | config PARISC_CPU_TOPOLOGY |
| 297 | bool "Support cpu topology definition" |
| 298 | depends on SMP |
| 299 | default y |
| 300 | help |
| 301 | Support PARISC cpu topology definition. |
| 302 | |
| 303 | config SCHED_MC |
| 304 | bool "Multi-core scheduler support" |
| 305 | depends on PARISC_CPU_TOPOLOGY && PA8X00 |
| 306 | help |
| 307 | Multi-core scheduler support improves the CPU scheduler's decision |
| 308 | making when dealing with multi-core CPU chips at a cost of slightly |
| 309 | increased overhead in some places. If unsure say N here. |
| 310 | |
Helge Deller | 200c880 | 2013-05-07 20:25:42 +0000 | [diff] [blame] | 311 | config IRQSTACKS |
| 312 | bool "Use separate kernel stacks when processing interrupts" |
Helge Deller | 416821d | 2013-05-10 21:24:01 +0000 | [diff] [blame] | 313 | default y |
Helge Deller | 200c880 | 2013-05-07 20:25:42 +0000 | [diff] [blame] | 314 | help |
| 315 | If you say Y here the kernel will use separate kernel stacks |
| 316 | for handling hard and soft interrupts. This can help avoid |
| 317 | overflowing the process kernel stacks. |
| 318 | |
Helge Deller | b779507 | 2021-02-12 16:38:52 +0100 | [diff] [blame] | 319 | config TLB_PTLOCK |
| 320 | bool "Use page table locks in TLB fault handler" |
| 321 | depends on SMP |
| 322 | default n |
| 323 | help |
| 324 | Select this option to enable page table locking in the TLB |
| 325 | fault handler. This ensures that page table entries are |
| 326 | updated consistently on SMP machines at the expense of some |
| 327 | loss in performance. |
| 328 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 329 | config HOTPLUG_CPU |
| 330 | bool |
| 331 | default y if SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 332 | |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 333 | config ARCH_SELECT_MEMORY_MODEL |
| 334 | def_bool y |
| 335 | depends on 64BIT |
| 336 | |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 337 | config ARCH_SPARSEMEM_ENABLE |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 338 | def_bool y |
| 339 | depends on 64BIT |
| 340 | |
| 341 | config ARCH_FLATMEM_ENABLE |
| 342 | def_bool y |
| 343 | |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 344 | config ARCH_SPARSEMEM_DEFAULT |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 345 | def_bool y |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 346 | depends on ARCH_SPARSEMEM_ENABLE |
Yasunori Goto | c80d79d | 2006-04-10 22:53:53 -0700 | [diff] [blame] | 347 | |
Grant Grundler | 8b63134 | 2005-10-21 22:52:46 -0400 | [diff] [blame] | 348 | source "kernel/Kconfig.hz" |
Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 349 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | config COMPAT |
| 351 | def_bool y |
| 352 | depends on 64BIT |
| 353 | |
Helge Deller | bf581e1 | 2013-02-19 20:47:37 +0100 | [diff] [blame] | 354 | config SYSVIPC_COMPAT |
| 355 | def_bool y |
| 356 | depends on COMPAT && SYSVIPC |
| 357 | |
Helge Deller | 527973c | 2013-10-15 19:25:46 +0200 | [diff] [blame] | 358 | config AUDIT_ARCH |
| 359 | def_bool y |
| 360 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 361 | config NR_CPUS |
| 362 | int "Maximum number of CPUs (2-32)" |
| 363 | range 2 32 |
| 364 | depends on SMP |
Helge Deller | 435d34c | 2018-06-15 22:38:22 +0200 | [diff] [blame] | 365 | default "4" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | |
Sven Schnelle | fc697dc | 2019-09-08 11:33:04 +0200 | [diff] [blame] | 367 | config KEXEC |
| 368 | bool "Kexec system call" |
| 369 | select KEXEC_CORE |
| 370 | help |
| 371 | kexec is a system call that implements the ability to shutdown your |
| 372 | current kernel, and to start another kernel. It is like a reboot |
| 373 | but it is independent of the system firmware. And like a reboot |
| 374 | you can start any kernel with it, not just Linux. |
| 375 | |
| 376 | It is an ongoing process to be certain the hardware in a machine |
| 377 | shutdown, so do not be surprised if this code does not |
| 378 | initially work for you. |
| 379 | |
Sven Schnelle | 1191cf4 | 2019-09-08 11:33:06 +0200 | [diff] [blame] | 380 | config KEXEC_FILE |
| 381 | bool "kexec file based system call" |
| 382 | select KEXEC_CORE |
| 383 | select KEXEC_ELF |
| 384 | help |
| 385 | This enables the kexec_file_load() System call. This is |
| 386 | file based and takes file descriptors as system call argument |
| 387 | for kernel and initramfs as opposed to list of segments as |
| 388 | accepted by previous system call. |
| 389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | endmenu |
| 391 | |
Helge Deller | 024f5b5 | 2020-08-29 10:02:38 +0200 | [diff] [blame] | 392 | source "drivers/firmware/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 393 | |
| 394 | source "drivers/parisc/Kconfig" |