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 | |
Nick Piggin | 95c354f | 2008-01-30 13:31:20 +0100 | [diff] [blame] | 88 | config GENERIC_LOCKBREAK |
| 89 | bool |
| 90 | default y |
Thomas Gleixner | 09613e8 | 2019-10-15 21:18:02 +0200 | [diff] [blame] | 91 | depends on SMP && PREEMPTION |
Nick Piggin | 95c354f | 2008-01-30 13:31:20 +0100 | [diff] [blame] | 92 | |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 93 | config ARCH_HAS_ILOG2_U32 |
| 94 | bool |
| 95 | default n |
| 96 | |
| 97 | config ARCH_HAS_ILOG2_U64 |
| 98 | bool |
| 99 | default n |
| 100 | |
Helge Deller | 6891f8a | 2006-12-16 16:16:50 +0100 | [diff] [blame] | 101 | config GENERIC_BUG |
| 102 | bool |
| 103 | default y |
| 104 | depends on BUG |
| 105 | |
Akinobu Mita | 59e18a2 | 2006-03-26 01:39:31 -0800 | [diff] [blame] | 106 | config GENERIC_HWEIGHT |
| 107 | bool |
| 108 | default y |
| 109 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | config GENERIC_CALIBRATE_DELAY |
| 111 | bool |
| 112 | default y |
| 113 | |
Ingo Molnar | 06027bd | 2006-02-14 13:53:15 -0800 | [diff] [blame] | 114 | config TIME_LOW_RES |
| 115 | bool |
| 116 | depends on SMP |
| 117 | default y |
| 118 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | # unless you want to implement ACPI on PA-RISC ... ;-) |
| 120 | config PM |
| 121 | bool |
| 122 | |
Helge Deller | 548f117 | 2009-02-06 21:50:39 +0100 | [diff] [blame] | 123 | config STACKTRACE_SUPPORT |
| 124 | def_bool y |
| 125 | |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 126 | config ISA_DMA_API |
| 127 | bool |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 128 | |
viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 129 | config ARCH_MAY_HAVE_PC_FDC |
| 130 | bool |
Grant Grundler | 8b63134 | 2005-10-21 22:52:46 -0400 | [diff] [blame] | 131 | depends on BROKEN |
viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 132 | default y |
| 133 | |
Kirill A. Shutemov | f24ffde | 2015-04-14 15:45:54 -0700 | [diff] [blame] | 134 | config PGTABLE_LEVELS |
| 135 | int |
| 136 | default 3 if 64BIT && PARISC_PAGE_SIZE_4KB |
| 137 | default 2 |
| 138 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | menu "Processor type and features" |
| 140 | |
| 141 | choice |
| 142 | prompt "Processor type" |
| 143 | default PA7000 |
| 144 | |
| 145 | config PA7000 |
| 146 | bool "PA7000/PA7100" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 147 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | This is the processor type of your CPU. This information is |
| 149 | used for optimizing purposes. In order to compile a kernel |
| 150 | that can run on all 32-bit PA CPUs (albeit not optimally fast), |
| 151 | you can specify "PA7000" here. |
| 152 | |
| 153 | Specifying "PA8000" here will allow you to select a 64-bit kernel |
| 154 | which is required on some machines. |
| 155 | |
| 156 | config PA7100LC |
| 157 | bool "PA7100LC" |
| 158 | help |
| 159 | Select this option for the PCX-L processor, as used in the |
| 160 | 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748, |
| 161 | D200, D210, D300, D310 and E-class |
| 162 | |
| 163 | config PA7200 |
| 164 | bool "PA7200" |
| 165 | help |
| 166 | Select this option for the PCX-T' processor, as used in the |
| 167 | C100, C110, J100, J110, J210XC, D250, D260, D350, D360, |
| 168 | K100, K200, K210, K220, K400, K410 and K420 |
| 169 | |
| 170 | config PA7300LC |
| 171 | bool "PA7300LC" |
| 172 | help |
| 173 | Select this option for the PCX-L2 processor, as used in the |
| 174 | 744, A180, B132L, B160L, B180L, C132L, C160L, C180L, |
| 175 | D220, D230, D320 and D330. |
| 176 | |
| 177 | config PA8X00 |
| 178 | bool "PA8000 and up" |
| 179 | help |
| 180 | Select this option for PCX-U to PCX-W2 processors. |
| 181 | |
| 182 | endchoice |
| 183 | |
| 184 | # Define implied options from the CPU selection here |
| 185 | |
| 186 | config PA20 |
| 187 | def_bool y |
| 188 | depends on PA8X00 |
| 189 | |
| 190 | config PA11 |
| 191 | def_bool y |
| 192 | depends on PA7000 || PA7100LC || PA7200 || PA7300LC |
Christoph Hellwig | c1f5937 | 2018-06-19 09:04:55 +0200 | [diff] [blame] | 193 | select ARCH_HAS_SYNC_DMA_FOR_CPU |
| 194 | select ARCH_HAS_SYNC_DMA_FOR_DEVICE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 195 | |
| 196 | config PREFETCH |
| 197 | def_bool y |
Kyle McMartin | 32104b2 | 2006-08-13 20:37:26 -0400 | [diff] [blame] | 198 | depends on PA8X00 || PA7200 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | |
Helge Deller | 778e45d | 2021-03-02 21:07:07 +0100 | [diff] [blame] | 200 | config PARISC_HUGE_KERNEL |
| 201 | def_bool y if !MODULES || UBSAN || FTRACE || COMPILE_TEST |
| 202 | |
Helge Deller | ec758f9 | 2013-01-31 21:44:28 +0000 | [diff] [blame] | 203 | config MLONGCALLS |
Helge Deller | 778e45d | 2021-03-02 21:07:07 +0100 | [diff] [blame] | 204 | def_bool y if PARISC_HUGE_KERNEL |
| 205 | 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] | 206 | depends on PA8X00 |
| 207 | help |
| 208 | If you configure the kernel to include many drivers built-in instead |
| 209 | as modules, the kernel executable may become too big, so that the |
| 210 | linker will not be able to resolve some long branches and fails to link |
| 211 | your vmlinux kernel. In that case enabling this option will help you |
| 212 | to overcome this limit by using the -mlong-calls compiler option. |
| 213 | |
| 214 | Usually you want to say N here, unless you e.g. want to build |
| 215 | a kernel which includes all necessary drivers built-in and which can |
| 216 | be used for TFTP booting without the need to have an initrd ramdisk. |
| 217 | |
| 218 | Enabling this option will probably slow down your kernel. |
| 219 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | config 64BIT |
| 221 | bool "64-bit kernel" |
| 222 | depends on PA8X00 |
| 223 | help |
| 224 | Enable this if you want to support 64bit kernel on PA-RISC platform. |
| 225 | |
| 226 | At the moment, only people willing to use more than 2GB of RAM, |
| 227 | or having a 64bit-only capable PA-RISC machine should say Y here. |
| 228 | |
| 229 | Since there is no 64bit userland on PA-RISC, there is no point to |
| 230 | enable this option otherwise. The 64bit kernel is significantly bigger |
| 231 | and slower than the 32bit one. |
| 232 | |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 233 | choice |
| 234 | prompt "Kernel page size" |
Paul Bolle | 1c5f873 | 2011-10-12 14:51:12 +0200 | [diff] [blame] | 235 | default PARISC_PAGE_SIZE_4KB |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 236 | |
| 237 | config PARISC_PAGE_SIZE_4KB |
| 238 | bool "4KB" |
| 239 | help |
| 240 | This lets you select the page size of the kernel. For best |
| 241 | performance, a page size of 16KB is recommended. For best |
| 242 | compatibility with 32bit applications, a page size of 4KB should be |
| 243 | selected (the vast majority of 32bit binaries work perfectly fine |
| 244 | with a larger page size). |
| 245 | |
| 246 | 4KB For best 32bit compatibility |
| 247 | 16KB For best performance |
| 248 | 64KB For best performance, might give more overhead. |
| 249 | |
| 250 | If you don't know what to do, choose 4KB. |
| 251 | |
| 252 | config PARISC_PAGE_SIZE_16KB |
Kees Cook | daef22c | 2013-01-16 18:53:21 -0800 | [diff] [blame] | 253 | bool "16KB" |
Helge Deller | ec5c115 | 2021-10-09 22:21:49 +0200 | [diff] [blame] | 254 | depends on PA8X00 && BROKEN && !KFENCE |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 255 | |
| 256 | config PARISC_PAGE_SIZE_64KB |
Kees Cook | daef22c | 2013-01-16 18:53:21 -0800 | [diff] [blame] | 257 | bool "64KB" |
Helge Deller | ec5c115 | 2021-10-09 22:21:49 +0200 | [diff] [blame] | 258 | depends on PA8X00 && BROKEN && !KFENCE |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 259 | |
| 260 | endchoice |
| 261 | |
Helge Deller | af21b01 | 2017-09-22 22:24:02 +0200 | [diff] [blame] | 262 | config PARISC_SELF_EXTRACT |
| 263 | bool "Build kernel as self-extracting executable" |
| 264 | default y |
| 265 | help |
| 266 | Say Y if you want to build the parisc kernel as a kind of |
| 267 | self-extracting executable. |
| 268 | |
| 269 | If you say N here, the kernel will be compressed with gzip |
| 270 | which can be loaded by the palo bootloader directly too. |
| 271 | |
| 272 | If you don't know what to do here, say Y. |
| 273 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 274 | config SMP |
| 275 | bool "Symmetric multi-processing support" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 276 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 277 | 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] | 278 | a system with only one CPU, say N. If you have a system with more |
| 279 | than one CPU, say Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 280 | |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 281 | 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] | 282 | machines, but will use only one CPU of a multiprocessor machine. |
| 283 | 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] | 284 | |
Mauro Carvalho Chehab | 4f4cfa6 | 2019-06-27 14:56:51 -0300 | [diff] [blame] | 285 | 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] | 286 | available at <https://www.tldp.org/docs.html#howto>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | |
| 288 | If you don't know what to do here, say N. |
| 289 | |
Helge Deller | bf7b4c1 | 2017-09-21 21:55:01 +0200 | [diff] [blame] | 290 | config PARISC_CPU_TOPOLOGY |
| 291 | bool "Support cpu topology definition" |
| 292 | depends on SMP |
| 293 | default y |
| 294 | help |
| 295 | Support PARISC cpu topology definition. |
| 296 | |
| 297 | config SCHED_MC |
| 298 | bool "Multi-core scheduler support" |
| 299 | depends on PARISC_CPU_TOPOLOGY && PA8X00 |
| 300 | help |
| 301 | Multi-core scheduler support improves the CPU scheduler's decision |
| 302 | making when dealing with multi-core CPU chips at a cost of slightly |
| 303 | increased overhead in some places. If unsure say N here. |
| 304 | |
Helge Deller | 200c880 | 2013-05-07 20:25:42 +0000 | [diff] [blame] | 305 | config IRQSTACKS |
| 306 | bool "Use separate kernel stacks when processing interrupts" |
Helge Deller | 416821d | 2013-05-10 21:24:01 +0000 | [diff] [blame] | 307 | default y |
Helge Deller | 200c880 | 2013-05-07 20:25:42 +0000 | [diff] [blame] | 308 | help |
| 309 | If you say Y here the kernel will use separate kernel stacks |
| 310 | for handling hard and soft interrupts. This can help avoid |
| 311 | overflowing the process kernel stacks. |
| 312 | |
Helge Deller | b779507 | 2021-02-12 16:38:52 +0100 | [diff] [blame] | 313 | config TLB_PTLOCK |
| 314 | bool "Use page table locks in TLB fault handler" |
| 315 | depends on SMP |
| 316 | default n |
| 317 | help |
| 318 | Select this option to enable page table locking in the TLB |
| 319 | fault handler. This ensures that page table entries are |
| 320 | updated consistently on SMP machines at the expense of some |
| 321 | loss in performance. |
| 322 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | config HOTPLUG_CPU |
| 324 | bool |
| 325 | default y if SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 326 | |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 327 | config ARCH_SELECT_MEMORY_MODEL |
| 328 | def_bool y |
| 329 | depends on 64BIT |
| 330 | |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 331 | config ARCH_SPARSEMEM_ENABLE |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 332 | def_bool y |
| 333 | depends on 64BIT |
| 334 | |
| 335 | config ARCH_FLATMEM_ENABLE |
| 336 | def_bool y |
| 337 | |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 338 | config ARCH_SPARSEMEM_DEFAULT |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 339 | def_bool y |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 340 | depends on ARCH_SPARSEMEM_ENABLE |
Yasunori Goto | c80d79d | 2006-04-10 22:53:53 -0700 | [diff] [blame] | 341 | |
Grant Grundler | 8b63134 | 2005-10-21 22:52:46 -0400 | [diff] [blame] | 342 | source "kernel/Kconfig.hz" |
Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 343 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 344 | config COMPAT |
| 345 | def_bool y |
| 346 | depends on 64BIT |
| 347 | |
Helge Deller | bf581e1 | 2013-02-19 20:47:37 +0100 | [diff] [blame] | 348 | config SYSVIPC_COMPAT |
| 349 | def_bool y |
| 350 | depends on COMPAT && SYSVIPC |
| 351 | |
Helge Deller | 527973c | 2013-10-15 19:25:46 +0200 | [diff] [blame] | 352 | config AUDIT_ARCH |
| 353 | def_bool y |
| 354 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 355 | config NR_CPUS |
| 356 | int "Maximum number of CPUs (2-32)" |
| 357 | range 2 32 |
| 358 | depends on SMP |
Helge Deller | 68d247a | 2022-01-11 11:54:48 +0100 | [diff] [blame] | 359 | default "4" if 64BIT |
| 360 | default "16" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 361 | |
Sven Schnelle | fc697dc | 2019-09-08 11:33:04 +0200 | [diff] [blame] | 362 | config KEXEC |
| 363 | bool "Kexec system call" |
| 364 | select KEXEC_CORE |
| 365 | help |
| 366 | kexec is a system call that implements the ability to shutdown your |
| 367 | current kernel, and to start another kernel. It is like a reboot |
| 368 | but it is independent of the system firmware. And like a reboot |
| 369 | you can start any kernel with it, not just Linux. |
| 370 | |
| 371 | It is an ongoing process to be certain the hardware in a machine |
| 372 | shutdown, so do not be surprised if this code does not |
| 373 | initially work for you. |
| 374 | |
Sven Schnelle | 1191cf4 | 2019-09-08 11:33:06 +0200 | [diff] [blame] | 375 | config KEXEC_FILE |
| 376 | bool "kexec file based system call" |
| 377 | select KEXEC_CORE |
| 378 | select KEXEC_ELF |
| 379 | help |
| 380 | This enables the kexec_file_load() System call. This is |
| 381 | file based and takes file descriptors as system call argument |
| 382 | for kernel and initramfs as opposed to list of segments as |
| 383 | accepted by previous system call. |
| 384 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | endmenu |
| 386 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | source "drivers/parisc/Kconfig" |