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 |
Mathieu Desnoyers | 42d4b83 | 2008-02-02 15:10:34 -0500 | [diff] [blame] | 7 | select HAVE_OPROFILE |
Helge Deller | 366dd4e | 2016-04-13 22:27:22 +0200 | [diff] [blame] | 8 | select HAVE_FUNCTION_TRACER |
| 9 | select HAVE_FUNCTION_GRAPH_TRACER |
Helge Deller | fc79168 | 2016-04-13 22:44:54 +0200 | [diff] [blame] | 10 | select HAVE_SYSCALL_TRACEPOINTS |
Helge Deller | 4530c49 | 2013-02-27 00:37:12 +0100 | [diff] [blame] | 11 | select ARCH_WANT_FRAME_POINTERS |
Helge Deller | 18d98a7 | 2016-10-16 00:02:27 +0200 | [diff] [blame] | 12 | select ARCH_HAS_ELF_RANDOMIZE |
Laura Abbott | ad21fc4 | 2017-02-06 16:31:57 -0800 | [diff] [blame] | 13 | select ARCH_HAS_STRICT_KERNEL_RWX |
Helge Deller | e35a2ce | 2017-08-04 23:46:16 +0200 | [diff] [blame] | 14 | select ARCH_HAS_UBSAN_SANITIZE_ALL |
Christoph Hellwig | 7c703e5 | 2018-11-09 09:51:00 +0100 | [diff] [blame] | 15 | select ARCH_NO_SG_CHAIN |
Helge Deller | 54ac8fc | 2017-08-04 19:23:53 +0200 | [diff] [blame] | 16 | select ARCH_SUPPORTS_MEMORY_FAILURE |
Christoph Hellwig | 2f9237d | 2020-07-08 09:30:00 +0200 | [diff] [blame] | 17 | select DMA_OPS |
Kyle McMartin | 9eb1686 | 2008-09-10 14:24:07 +0000 | [diff] [blame] | 18 | select RTC_CLASS |
Geert Uytterhoeven | 3afe6d0 | 2009-02-19 16:46:49 +0100 | [diff] [blame] | 19 | select RTC_DRV_GENERIC |
Rusty Russell | 98a79d6 | 2008-12-13 21:19:41 +1030 | [diff] [blame] | 20 | select INIT_ALL_POSSIBLE |
Kyle McMartin | f67d3c8 | 2009-03-25 14:09:10 +0000 | [diff] [blame] | 21 | select BUG |
Shile Zhang | 1091670 | 2019-12-04 08:46:31 +0800 | [diff] [blame] | 22 | select BUILDTIME_TABLE_SORT |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 23 | select HAVE_PCI |
Ingo Molnar | cdd6c48 | 2009-09-21 12:02:48 +0200 | [diff] [blame] | 24 | select HAVE_PERF_EVENTS |
Helge Deller | b6adc16 | 2017-08-20 10:52:22 +0200 | [diff] [blame] | 25 | select HAVE_KERNEL_BZIP2 |
| 26 | select HAVE_KERNEL_GZIP |
| 27 | select HAVE_KERNEL_LZ4 |
| 28 | select HAVE_KERNEL_LZMA |
| 29 | select HAVE_KERNEL_LZO |
| 30 | select HAVE_KERNEL_XZ |
Kyle McMartin | 64daa44 | 2009-07-02 13:10:29 -0400 | [diff] [blame] | 31 | select GENERIC_ATOMIC64 if !64BIT |
Thomas Gleixner | 72e73af | 2011-01-19 20:38:30 +0100 | [diff] [blame] | 32 | select GENERIC_IRQ_PROBE |
Michael S. Tsirkin | 629a858 | 2011-11-24 21:11:16 +0200 | [diff] [blame] | 33 | select GENERIC_PCI_IOMAP |
Huang Ying | df013ff | 2011-07-13 13:14:22 +0800 | [diff] [blame] | 34 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
Thomas Gleixner | 9a13472 | 2012-04-20 13:05:56 +0000 | [diff] [blame] | 35 | select GENERIC_SMP_IDLE_THREAD |
Helge Deller | bf7b4c1 | 2017-09-21 21:55:01 +0200 | [diff] [blame] | 36 | select GENERIC_CPU_DEVICES |
James Bottomley | b1195c0 | 2012-05-26 09:48:19 +0100 | [diff] [blame] | 37 | select GENERIC_STRNCPY_FROM_USER |
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 | 62217be | 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 |
| 55 | select GENERIC_CLOCKEVENTS |
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 |
Sven Schnelle | 52a22e6 | 2019-07-23 22:37:52 +0200 | [diff] [blame] | 64 | select HAVE_KPROBES_ON_FTRACE |
| 65 | select HAVE_DYNAMIC_FTRACE_WITH_REGS |
Christoph Hellwig | 5e6e985 | 2020-09-03 16:22:35 +0200 | [diff] [blame] | 66 | select SET_FS |
Thomas Gleixner | 72e73af | 2011-01-19 20:38:30 +0100 | [diff] [blame] | 67 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | help |
| 69 | The PA-RISC microprocessor is designed by Hewlett-Packard and used |
| 70 | in many of their workstations & servers (HP9000 700 and 800 series, |
| 71 | and later HP3000 series). The PA-RISC Linux project home page is |
Helge Deller | 24289f5 | 2020-06-01 23:00:52 +0200 | [diff] [blame] | 72 | at <https://parisc.wiki.kernel.org>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
Babu Moger | 74ad3d2 | 2017-07-06 09:34:19 -0700 | [diff] [blame] | 74 | config CPU_BIG_ENDIAN |
| 75 | def_bool y |
| 76 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | config MMU |
| 78 | def_bool y |
| 79 | |
| 80 | config STACK_GROWSUP |
| 81 | def_bool y |
| 82 | |
Helge Deller | ededa08 | 2020-03-26 23:31:43 +0100 | [diff] [blame] | 83 | config ARCH_DEFCONFIG |
| 84 | string |
| 85 | default "arch/parisc/configs/generic-32bit_defconfig" if !64BIT |
| 86 | default "arch/parisc/configs/generic-64bit_defconfig" if 64BIT |
| 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 | |
Helge Deller | 736d216 | 2015-11-22 00:07:06 +0100 | [diff] [blame] | 139 | config SYS_SUPPORTS_HUGETLBFS |
| 140 | def_bool y if PA20 |
| 141 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | |
| 143 | menu "Processor type and features" |
| 144 | |
| 145 | choice |
| 146 | prompt "Processor type" |
| 147 | default PA7000 |
| 148 | |
| 149 | config PA7000 |
| 150 | bool "PA7000/PA7100" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 151 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | This is the processor type of your CPU. This information is |
| 153 | used for optimizing purposes. In order to compile a kernel |
| 154 | that can run on all 32-bit PA CPUs (albeit not optimally fast), |
| 155 | you can specify "PA7000" here. |
| 156 | |
| 157 | Specifying "PA8000" here will allow you to select a 64-bit kernel |
| 158 | which is required on some machines. |
| 159 | |
| 160 | config PA7100LC |
| 161 | bool "PA7100LC" |
| 162 | help |
| 163 | Select this option for the PCX-L processor, as used in the |
| 164 | 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748, |
| 165 | D200, D210, D300, D310 and E-class |
| 166 | |
| 167 | config PA7200 |
| 168 | bool "PA7200" |
| 169 | help |
| 170 | Select this option for the PCX-T' processor, as used in the |
| 171 | C100, C110, J100, J110, J210XC, D250, D260, D350, D360, |
| 172 | K100, K200, K210, K220, K400, K410 and K420 |
| 173 | |
| 174 | config PA7300LC |
| 175 | bool "PA7300LC" |
| 176 | help |
| 177 | Select this option for the PCX-L2 processor, as used in the |
| 178 | 744, A180, B132L, B160L, B180L, C132L, C160L, C180L, |
| 179 | D220, D230, D320 and D330. |
| 180 | |
| 181 | config PA8X00 |
| 182 | bool "PA8000 and up" |
| 183 | help |
| 184 | Select this option for PCX-U to PCX-W2 processors. |
| 185 | |
| 186 | endchoice |
| 187 | |
| 188 | # Define implied options from the CPU selection here |
| 189 | |
| 190 | config PA20 |
| 191 | def_bool y |
| 192 | depends on PA8X00 |
| 193 | |
| 194 | config PA11 |
| 195 | def_bool y |
| 196 | depends on PA7000 || PA7100LC || PA7200 || PA7300LC |
Christoph Hellwig | c1f5937 | 2018-06-19 09:04:55 +0200 | [diff] [blame] | 197 | select ARCH_HAS_SYNC_DMA_FOR_CPU |
| 198 | select ARCH_HAS_SYNC_DMA_FOR_DEVICE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | |
| 200 | config PREFETCH |
| 201 | def_bool y |
Kyle McMartin | 32104b2 | 2006-08-13 20:37:26 -0400 | [diff] [blame] | 202 | depends on PA8X00 || PA7200 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | |
Helge Deller | ec758f9 | 2013-01-31 21:44:28 +0000 | [diff] [blame] | 204 | config MLONGCALLS |
| 205 | bool "Enable the -mlong-calls compiler option for big kernels" |
Helge Deller | 200036a | 2019-05-14 21:40:53 +0200 | [diff] [blame] | 206 | default y if !MODULES || UBSAN || FTRACE |
| 207 | default n |
Helge Deller | ec758f9 | 2013-01-31 21:44:28 +0000 | [diff] [blame] | 208 | depends on PA8X00 |
| 209 | help |
| 210 | If you configure the kernel to include many drivers built-in instead |
| 211 | as modules, the kernel executable may become too big, so that the |
| 212 | linker will not be able to resolve some long branches and fails to link |
| 213 | your vmlinux kernel. In that case enabling this option will help you |
| 214 | to overcome this limit by using the -mlong-calls compiler option. |
| 215 | |
| 216 | Usually you want to say N here, unless you e.g. want to build |
| 217 | a kernel which includes all necessary drivers built-in and which can |
| 218 | be used for TFTP booting without the need to have an initrd ramdisk. |
| 219 | |
| 220 | Enabling this option will probably slow down your kernel. |
| 221 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | config 64BIT |
| 223 | bool "64-bit kernel" |
| 224 | depends on PA8X00 |
| 225 | help |
| 226 | Enable this if you want to support 64bit kernel on PA-RISC platform. |
| 227 | |
| 228 | At the moment, only people willing to use more than 2GB of RAM, |
| 229 | or having a 64bit-only capable PA-RISC machine should say Y here. |
| 230 | |
| 231 | Since there is no 64bit userland on PA-RISC, there is no point to |
| 232 | enable this option otherwise. The 64bit kernel is significantly bigger |
| 233 | and slower than the 32bit one. |
| 234 | |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 235 | choice |
| 236 | prompt "Kernel page size" |
Paul Bolle | 1c5f873 | 2011-10-12 14:51:12 +0200 | [diff] [blame] | 237 | default PARISC_PAGE_SIZE_4KB |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 238 | |
| 239 | config PARISC_PAGE_SIZE_4KB |
| 240 | bool "4KB" |
| 241 | help |
| 242 | This lets you select the page size of the kernel. For best |
| 243 | performance, a page size of 16KB is recommended. For best |
| 244 | compatibility with 32bit applications, a page size of 4KB should be |
| 245 | selected (the vast majority of 32bit binaries work perfectly fine |
| 246 | with a larger page size). |
| 247 | |
| 248 | 4KB For best 32bit compatibility |
| 249 | 16KB For best performance |
| 250 | 64KB For best performance, might give more overhead. |
| 251 | |
| 252 | If you don't know what to do, choose 4KB. |
| 253 | |
| 254 | config PARISC_PAGE_SIZE_16KB |
Kees Cook | daef22c | 2013-01-16 18:53:21 -0800 | [diff] [blame] | 255 | bool "16KB" |
Helge Deller | 1c971f3 | 2018-06-15 22:33:44 +0200 | [diff] [blame] | 256 | depends on PA8X00 && BROKEN |
Helge Deller | 2fd8303 | 2006-04-20 20:40:23 +0000 | [diff] [blame] | 257 | |
| 258 | config PARISC_PAGE_SIZE_64KB |
Kees Cook | daef22c | 2013-01-16 18:53:21 -0800 | [diff] [blame] | 259 | bool "64KB" |
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 | endchoice |
| 263 | |
Helge Deller | af21b01 | 2017-09-22 22:24:02 +0200 | [diff] [blame] | 264 | config PARISC_SELF_EXTRACT |
| 265 | bool "Build kernel as self-extracting executable" |
| 266 | default y |
| 267 | help |
| 268 | Say Y if you want to build the parisc kernel as a kind of |
| 269 | self-extracting executable. |
| 270 | |
| 271 | If you say N here, the kernel will be compressed with gzip |
| 272 | which can be loaded by the palo bootloader directly too. |
| 273 | |
| 274 | If you don't know what to do here, say Y. |
| 275 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 | config SMP |
| 277 | bool "Symmetric multi-processing support" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 278 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 279 | 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] | 280 | a system with only one CPU, say N. If you have a system with more |
| 281 | than one CPU, say Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 283 | 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] | 284 | machines, but will use only one CPU of a multiprocessor machine. |
| 285 | 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] | 286 | |
Mauro Carvalho Chehab | 4f4cfa6 | 2019-06-27 14:56:51 -0300 | [diff] [blame] | 287 | 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] | 288 | available at <https://www.tldp.org/docs.html#howto>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | |
| 290 | If you don't know what to do here, say N. |
| 291 | |
Helge Deller | bf7b4c1 | 2017-09-21 21:55:01 +0200 | [diff] [blame] | 292 | config PARISC_CPU_TOPOLOGY |
| 293 | bool "Support cpu topology definition" |
| 294 | depends on SMP |
| 295 | default y |
| 296 | help |
| 297 | Support PARISC cpu topology definition. |
| 298 | |
| 299 | config SCHED_MC |
| 300 | bool "Multi-core scheduler support" |
| 301 | depends on PARISC_CPU_TOPOLOGY && PA8X00 |
| 302 | help |
| 303 | Multi-core scheduler support improves the CPU scheduler's decision |
| 304 | making when dealing with multi-core CPU chips at a cost of slightly |
| 305 | increased overhead in some places. If unsure say N here. |
| 306 | |
Helge Deller | 200c880 | 2013-05-07 20:25:42 +0000 | [diff] [blame] | 307 | config IRQSTACKS |
| 308 | bool "Use separate kernel stacks when processing interrupts" |
Helge Deller | 416821d | 2013-05-10 21:24:01 +0000 | [diff] [blame] | 309 | default y |
Helge Deller | 200c880 | 2013-05-07 20:25:42 +0000 | [diff] [blame] | 310 | help |
| 311 | If you say Y here the kernel will use separate kernel stacks |
| 312 | for handling hard and soft interrupts. This can help avoid |
| 313 | overflowing the process kernel stacks. |
| 314 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | config HOTPLUG_CPU |
| 316 | bool |
| 317 | default y if SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 319 | config ARCH_SELECT_MEMORY_MODEL |
| 320 | def_bool y |
| 321 | depends on 64BIT |
| 322 | |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 323 | config ARCH_SPARSEMEM_ENABLE |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 324 | def_bool y |
| 325 | depends on 64BIT |
| 326 | |
| 327 | config ARCH_FLATMEM_ENABLE |
| 328 | def_bool y |
| 329 | |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 330 | config ARCH_SPARSEMEM_DEFAULT |
Kyle McMartin | a2ba82c | 2006-01-27 23:59:36 -0700 | [diff] [blame] | 331 | def_bool y |
Helge Deller | dbdf076 | 2019-04-09 21:52:35 +0200 | [diff] [blame] | 332 | depends on ARCH_SPARSEMEM_ENABLE |
Yasunori Goto | c80d79d | 2006-04-10 22:53:53 -0700 | [diff] [blame] | 333 | |
Grant Grundler | 8b63134 | 2005-10-21 22:52:46 -0400 | [diff] [blame] | 334 | source "kernel/Kconfig.hz" |
Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 335 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | config COMPAT |
| 337 | def_bool y |
| 338 | depends on 64BIT |
Helge Deller | 71d577d | 2018-04-11 09:09:53 +0200 | [diff] [blame] | 339 | select COMPAT_BINFMT_ELF if BINFMT_ELF |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 340 | |
Helge Deller | bf581e1 | 2013-02-19 20:47:37 +0100 | [diff] [blame] | 341 | config SYSVIPC_COMPAT |
| 342 | def_bool y |
| 343 | depends on COMPAT && SYSVIPC |
| 344 | |
Helge Deller | 527973c | 2013-10-15 19:25:46 +0200 | [diff] [blame] | 345 | config AUDIT_ARCH |
| 346 | def_bool y |
| 347 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 348 | config NR_CPUS |
| 349 | int "Maximum number of CPUs (2-32)" |
| 350 | range 2 32 |
| 351 | depends on SMP |
Helge Deller | 435d34c | 2018-06-15 22:38:22 +0200 | [diff] [blame] | 352 | default "4" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | |
Sven Schnelle | fc697dc | 2019-09-08 11:33:04 +0200 | [diff] [blame] | 354 | config KEXEC |
| 355 | bool "Kexec system call" |
| 356 | select KEXEC_CORE |
| 357 | help |
| 358 | kexec is a system call that implements the ability to shutdown your |
| 359 | current kernel, and to start another kernel. It is like a reboot |
| 360 | but it is independent of the system firmware. And like a reboot |
| 361 | you can start any kernel with it, not just Linux. |
| 362 | |
| 363 | It is an ongoing process to be certain the hardware in a machine |
| 364 | shutdown, so do not be surprised if this code does not |
| 365 | initially work for you. |
| 366 | |
Sven Schnelle | 1191cf4 | 2019-09-08 11:33:06 +0200 | [diff] [blame] | 367 | config KEXEC_FILE |
| 368 | bool "kexec file based system call" |
| 369 | select KEXEC_CORE |
| 370 | select KEXEC_ELF |
| 371 | help |
| 372 | This enables the kexec_file_load() System call. This is |
| 373 | file based and takes file descriptors as system call argument |
| 374 | for kernel and initramfs as opposed to list of segments as |
| 375 | accepted by previous system call. |
| 376 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | endmenu |
| 378 | |
Helge Deller | 024f5b5 | 2020-08-29 10:02:38 +0200 | [diff] [blame] | 379 | source "drivers/firmware/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 380 | |
| 381 | source "drivers/parisc/Kconfig" |