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