1# SPDX-License-Identifier: GPL-2.0 2config PARISC 3 def_bool y 4 select ARCH_32BIT_OFF_T if !64BIT 5 select ARCH_MIGHT_HAVE_PC_PARPORT 6 select HAVE_IDE 7 select HAVE_OPROFILE 8 select HAVE_FUNCTION_TRACER 9 select HAVE_FUNCTION_GRAPH_TRACER 10 select HAVE_SYSCALL_TRACEPOINTS 11 select ARCH_WANT_FRAME_POINTERS 12 select ARCH_HAS_ELF_RANDOMIZE 13 select ARCH_HAS_STRICT_KERNEL_RWX 14 select ARCH_HAS_UBSAN_SANITIZE_ALL 15 select ARCH_NO_SG_CHAIN 16 select ARCH_SUPPORTS_MEMORY_FAILURE 17 select DMA_OPS 18 select RTC_CLASS 19 select RTC_DRV_GENERIC 20 select INIT_ALL_POSSIBLE 21 select BUG 22 select BUILDTIME_TABLE_SORT 23 select HAVE_PCI 24 select HAVE_PERF_EVENTS 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 31 select GENERIC_ATOMIC64 if !64BIT 32 select GENERIC_IRQ_PROBE 33 select GENERIC_PCI_IOMAP 34 select ARCH_HAVE_NMI_SAFE_CMPXCHG 35 select GENERIC_SMP_IDLE_THREAD 36 select GENERIC_CPU_DEVICES 37 select GENERIC_STRNCPY_FROM_USER 38 select SYSCTL_ARCH_UNALIGN_ALLOW 39 select SYSCTL_EXCEPTION_TRACE 40 select HAVE_MOD_ARCH_SPECIFIC 41 select VIRT_TO_BUS 42 select MODULES_USE_ELF_RELA 43 select CLONE_BACKWARDS 44 select TTY # Needed for pdc_cons.c 45 select HAVE_DEBUG_STACKOVERFLOW 46 select HAVE_ARCH_AUDITSYSCALL 47 select HAVE_ARCH_HASH 48 select HAVE_ARCH_JUMP_LABEL 49 select HAVE_ARCH_JUMP_LABEL_RELATIVE 50 select HAVE_ARCH_SECCOMP_FILTER 51 select HAVE_ARCH_TRACEHOOK 52 select HAVE_REGS_AND_STACK_ACCESS_API 53 select GENERIC_SCHED_CLOCK 54 select HAVE_UNSTABLE_SCHED_CLOCK if SMP 55 select GENERIC_CLOCKEVENTS 56 select CPU_NO_EFFICIENT_FFS 57 select NEED_DMA_MAP_STATE 58 select NEED_SG_DMA_LENGTH 59 select HAVE_ARCH_KGDB 60 select HAVE_KPROBES 61 select HAVE_KRETPROBES 62 select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1) 63 select HAVE_FTRACE_MCOUNT_RECORD if HAVE_DYNAMIC_FTRACE 64 select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY if DYNAMIC_FTRACE 65 select HAVE_KPROBES_ON_FTRACE 66 select HAVE_DYNAMIC_FTRACE_WITH_REGS 67 select SET_FS 68 69 help 70 The PA-RISC microprocessor is designed by Hewlett-Packard and used 71 in many of their workstations & servers (HP9000 700 and 800 series, 72 and later HP3000 series). The PA-RISC Linux project home page is 73 at <https://parisc.wiki.kernel.org>. 74 75config CPU_BIG_ENDIAN 76 def_bool y 77 78config MMU 79 def_bool y 80 81config STACK_GROWSUP 82 def_bool y 83 84config ARCH_DEFCONFIG 85 string 86 default "arch/parisc/configs/generic-32bit_defconfig" if !64BIT 87 default "arch/parisc/configs/generic-64bit_defconfig" if 64BIT 88 89config GENERIC_LOCKBREAK 90 bool 91 default y 92 depends on SMP && PREEMPTION 93 94config ARCH_HAS_ILOG2_U32 95 bool 96 default n 97 98config ARCH_HAS_ILOG2_U64 99 bool 100 default n 101 102config GENERIC_BUG 103 bool 104 default y 105 depends on BUG 106 107config GENERIC_HWEIGHT 108 bool 109 default y 110 111config GENERIC_CALIBRATE_DELAY 112 bool 113 default y 114 115config TIME_LOW_RES 116 bool 117 depends on SMP 118 default y 119 120# unless you want to implement ACPI on PA-RISC ... ;-) 121config PM 122 bool 123 124config STACKTRACE_SUPPORT 125 def_bool y 126 127config ISA_DMA_API 128 bool 129 130config ARCH_MAY_HAVE_PC_FDC 131 bool 132 depends on BROKEN 133 default y 134 135config PGTABLE_LEVELS 136 int 137 default 3 if 64BIT && PARISC_PAGE_SIZE_4KB 138 default 2 139 140config SYS_SUPPORTS_HUGETLBFS 141 def_bool y if PA20 142 143 144menu "Processor type and features" 145 146choice 147 prompt "Processor type" 148 default PA7000 149 150config PA7000 151 bool "PA7000/PA7100" 152 help 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 161config 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 168config 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 175config 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 182config PA8X00 183 bool "PA8000 and up" 184 help 185 Select this option for PCX-U to PCX-W2 processors. 186 187endchoice 188 189# Define implied options from the CPU selection here 190 191config PA20 192 def_bool y 193 depends on PA8X00 194 195config PA11 196 def_bool y 197 depends on PA7000 || PA7100LC || PA7200 || PA7300LC 198 select ARCH_HAS_SYNC_DMA_FOR_CPU 199 select ARCH_HAS_SYNC_DMA_FOR_DEVICE 200 201config PREFETCH 202 def_bool y 203 depends on PA8X00 || PA7200 204 205config PARISC_HUGE_KERNEL 206 def_bool y if !MODULES || UBSAN || FTRACE || COMPILE_TEST 207 208config MLONGCALLS 209 def_bool y if PARISC_HUGE_KERNEL 210 bool "Enable the -mlong-calls compiler option for big kernels" if !PARISC_HUGE_KERNEL 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 225config 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 238choice 239 prompt "Kernel page size" 240 default PARISC_PAGE_SIZE_4KB 241 242config 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 257config PARISC_PAGE_SIZE_16KB 258 bool "16KB" 259 depends on PA8X00 && BROKEN 260 261config PARISC_PAGE_SIZE_64KB 262 bool "64KB" 263 depends on PA8X00 && BROKEN 264 265endchoice 266 267config 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 279config SMP 280 bool "Symmetric multi-processing support" 281 help 282 This enables support for systems with more than one CPU. If you have 283 a system with only one CPU, say N. If you have a system with more 284 than one CPU, say Y. 285 286 If you say N here, the kernel will run on uni- and multiprocessor 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. 289 290 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO 291 available at <https://www.tldp.org/docs.html#howto>. 292 293 If you don't know what to do here, say N. 294 295config PARISC_CPU_TOPOLOGY 296 bool "Support cpu topology definition" 297 depends on SMP 298 default y 299 help 300 Support PARISC cpu topology definition. 301 302config SCHED_MC 303 bool "Multi-core scheduler support" 304 depends on PARISC_CPU_TOPOLOGY && PA8X00 305 help 306 Multi-core scheduler support improves the CPU scheduler's decision 307 making when dealing with multi-core CPU chips at a cost of slightly 308 increased overhead in some places. If unsure say N here. 309 310config IRQSTACKS 311 bool "Use separate kernel stacks when processing interrupts" 312 default y 313 help 314 If you say Y here the kernel will use separate kernel stacks 315 for handling hard and soft interrupts. This can help avoid 316 overflowing the process kernel stacks. 317 318config HOTPLUG_CPU 319 bool 320 default y if SMP 321 322config ARCH_SELECT_MEMORY_MODEL 323 def_bool y 324 depends on 64BIT 325 326config ARCH_SPARSEMEM_ENABLE 327 def_bool y 328 depends on 64BIT 329 330config ARCH_FLATMEM_ENABLE 331 def_bool y 332 333config ARCH_SPARSEMEM_DEFAULT 334 def_bool y 335 depends on ARCH_SPARSEMEM_ENABLE 336 337source "kernel/Kconfig.hz" 338 339config COMPAT 340 def_bool y 341 depends on 64BIT 342 select COMPAT_BINFMT_ELF if BINFMT_ELF 343 344config SYSVIPC_COMPAT 345 def_bool y 346 depends on COMPAT && SYSVIPC 347 348config AUDIT_ARCH 349 def_bool y 350 351config NR_CPUS 352 int "Maximum number of CPUs (2-32)" 353 range 2 32 354 depends on SMP 355 default "4" 356 357config KEXEC 358 bool "Kexec system call" 359 select KEXEC_CORE 360 help 361 kexec is a system call that implements the ability to shutdown your 362 current kernel, and to start another kernel. It is like a reboot 363 but it is independent of the system firmware. And like a reboot 364 you can start any kernel with it, not just Linux. 365 366 It is an ongoing process to be certain the hardware in a machine 367 shutdown, so do not be surprised if this code does not 368 initially work for you. 369 370config KEXEC_FILE 371 bool "kexec file based system call" 372 select KEXEC_CORE 373 select KEXEC_ELF 374 help 375 This enables the kexec_file_load() System call. This is 376 file based and takes file descriptors as system call argument 377 for kernel and initramfs as opposed to list of segments as 378 accepted by previous system call. 379 380endmenu 381 382source "drivers/firmware/Kconfig" 383 384source "drivers/parisc/Kconfig" 385