1 # SPDX-License-Identifier: GPL-2.0
4 select ARCH_MIGHT_HAVE_PC_PARPORT
7 select HAVE_FUNCTION_TRACER
8 select HAVE_FUNCTION_GRAPH_TRACER
9 select HAVE_SYSCALL_TRACEPOINTS
10 select ARCH_WANT_FRAME_POINTERS
11 select ARCH_HAS_ELF_RANDOMIZE
12 select ARCH_HAS_STRICT_KERNEL_RWX
13 select ARCH_HAS_UBSAN_SANITIZE_ALL
14 select ARCH_SUPPORTS_MEMORY_FAILURE
16 select RTC_DRV_GENERIC
17 select INIT_ALL_POSSIBLE
21 select BUILDTIME_EXTABLE_SORT
22 select HAVE_PERF_EVENTS
23 select HAVE_KERNEL_BZIP2
24 select HAVE_KERNEL_GZIP
25 select HAVE_KERNEL_LZ4
26 select HAVE_KERNEL_LZMA
27 select HAVE_KERNEL_LZO
29 select GENERIC_ATOMIC64 if !64BIT
30 select GENERIC_IRQ_PROBE
31 select GENERIC_PCI_IOMAP
32 select ARCH_HAVE_NMI_SAFE_CMPXCHG
33 select GENERIC_SMP_IDLE_THREAD
34 select GENERIC_CPU_DEVICES
35 select GENERIC_STRNCPY_FROM_USER
36 select SYSCTL_ARCH_UNALIGN_ALLOW
37 select SYSCTL_EXCEPTION_TRACE
38 select HAVE_MOD_ARCH_SPECIFIC
40 select MODULES_USE_ELF_RELA
41 select CLONE_BACKWARDS
42 select TTY # Needed for pdc_cons.c
43 select HAVE_DEBUG_STACKOVERFLOW
44 select HAVE_ARCH_AUDITSYSCALL
46 select HAVE_ARCH_SECCOMP_FILTER
47 select HAVE_ARCH_TRACEHOOK
48 select GENERIC_SCHED_CLOCK
49 select HAVE_UNSTABLE_SCHED_CLOCK if SMP
50 select GENERIC_CLOCKEVENTS
51 select ARCH_NO_COHERENT_DMA_MMAP
52 select CPU_NO_EFFICIENT_FFS
53 select NEED_DMA_MAP_STATE
54 select NEED_SG_DMA_LENGTH
57 The PA-RISC microprocessor is designed by Hewlett-Packard and used
58 in many of their workstations & servers (HP9000 700 and 800 series,
59 and later HP3000 series). The PA-RISC Linux project home page is
60 at <http://www.parisc-linux.org/>.
71 config GENERIC_LOCKBREAK
74 depends on SMP && PREEMPT
76 config RWSEM_GENERIC_SPINLOCK
79 config RWSEM_XCHGADD_ALGORITHM
82 config ARCH_HAS_ILOG2_U32
86 config ARCH_HAS_ILOG2_U64
95 config GENERIC_HWEIGHT
99 config GENERIC_CALIBRATE_DELAY
108 # unless you want to implement ACPI on PA-RISC ... ;-)
112 config STACKTRACE_SUPPORT
118 config ARCH_MAY_HAVE_PC_FDC
123 config PGTABLE_LEVELS
125 default 3 if 64BIT && PARISC_PAGE_SIZE_4KB
128 config SYS_SUPPORTS_HUGETLBFS
131 source "init/Kconfig"
133 source "kernel/Kconfig.freezer"
136 menu "Processor type and features"
139 prompt "Processor type"
145 This is the processor type of your CPU. This information is
146 used for optimizing purposes. In order to compile a kernel
147 that can run on all 32-bit PA CPUs (albeit not optimally fast),
148 you can specify "PA7000" here.
150 Specifying "PA8000" here will allow you to select a 64-bit kernel
151 which is required on some machines.
156 Select this option for the PCX-L processor, as used in the
157 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748,
158 D200, D210, D300, D310 and E-class
163 Select this option for the PCX-T' processor, as used in the
164 C100, C110, J100, J110, J210XC, D250, D260, D350, D360,
165 K100, K200, K210, K220, K400, K410 and K420
170 Select this option for the PCX-L2 processor, as used in the
171 744, A180, B132L, B160L, B180L, C132L, C160L, C180L,
172 D220, D230, D320 and D330.
177 Select this option for PCX-U to PCX-W2 processors.
181 # Define implied options from the CPU selection here
189 depends on PA7000 || PA7100LC || PA7200 || PA7300LC
193 depends on PA8X00 || PA7200
196 bool "Enable the -mlong-calls compiler option for big kernels"
200 If you configure the kernel to include many drivers built-in instead
201 as modules, the kernel executable may become too big, so that the
202 linker will not be able to resolve some long branches and fails to link
203 your vmlinux kernel. In that case enabling this option will help you
204 to overcome this limit by using the -mlong-calls compiler option.
206 Usually you want to say N here, unless you e.g. want to build
207 a kernel which includes all necessary drivers built-in and which can
208 be used for TFTP booting without the need to have an initrd ramdisk.
210 Enabling this option will probably slow down your kernel.
216 Enable this if you want to support 64bit kernel on PA-RISC platform.
218 At the moment, only people willing to use more than 2GB of RAM,
219 or having a 64bit-only capable PA-RISC machine should say Y here.
221 Since there is no 64bit userland on PA-RISC, there is no point to
222 enable this option otherwise. The 64bit kernel is significantly bigger
223 and slower than the 32bit one.
226 prompt "Kernel page size"
227 default PARISC_PAGE_SIZE_4KB
229 config PARISC_PAGE_SIZE_4KB
232 This lets you select the page size of the kernel. For best
233 performance, a page size of 16KB is recommended. For best
234 compatibility with 32bit applications, a page size of 4KB should be
235 selected (the vast majority of 32bit binaries work perfectly fine
236 with a larger page size).
238 4KB For best 32bit compatibility
239 16KB For best performance
240 64KB For best performance, might give more overhead.
242 If you don't know what to do, choose 4KB.
244 config PARISC_PAGE_SIZE_16KB
246 depends on PA8X00 && BROKEN
248 config PARISC_PAGE_SIZE_64KB
250 depends on PA8X00 && BROKEN
254 config PARISC_SELF_EXTRACT
255 bool "Build kernel as self-extracting executable"
258 Say Y if you want to build the parisc kernel as a kind of
259 self-extracting executable.
261 If you say N here, the kernel will be compressed with gzip
262 which can be loaded by the palo bootloader directly too.
264 If you don't know what to do here, say Y.
267 bool "Symmetric multi-processing support"
269 This enables support for systems with more than one CPU. If you have
270 a system with only one CPU, say N. If you have a system with more
273 If you say N here, the kernel will run on uni- and multiprocessor
274 machines, but will use only one CPU of a multiprocessor machine.
275 On a uniprocessor machine, the kernel will run faster if you say N.
277 See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
278 available at <http://www.tldp.org/docs.html#howto>.
280 If you don't know what to do here, say N.
282 config PARISC_CPU_TOPOLOGY
283 bool "Support cpu topology definition"
287 Support PARISC cpu topology definition.
290 bool "Multi-core scheduler support"
291 depends on PARISC_CPU_TOPOLOGY && PA8X00
293 Multi-core scheduler support improves the CPU scheduler's decision
294 making when dealing with multi-core CPU chips at a cost of slightly
295 increased overhead in some places. If unsure say N here.
298 bool "Use separate kernel stacks when processing interrupts"
301 If you say Y here the kernel will use separate kernel stacks
302 for handling hard and soft interrupts. This can help avoid
303 overflowing the process kernel stacks.
309 config ARCH_SELECT_MEMORY_MODEL
313 config ARCH_DISCONTIGMEM_ENABLE
317 config ARCH_FLATMEM_ENABLE
320 config ARCH_DISCONTIGMEM_DEFAULT
322 depends on ARCH_DISCONTIGMEM_ENABLE
327 depends on NEED_MULTIPLE_NODES
329 source "kernel/Kconfig.preempt"
330 source "kernel/Kconfig.hz"
336 select COMPAT_BINFMT_ELF if BINFMT_ELF
338 config SYSVIPC_COMPAT
340 depends on COMPAT && SYSVIPC
346 int "Maximum number of CPUs (2-32)"
354 source "drivers/parisc/Kconfig"
357 menu "Executable file formats"
359 source "fs/Kconfig.binfmt"
365 source "drivers/Kconfig"
369 source "arch/parisc/Kconfig.debug"
373 prompt "Enable seccomp to safely compute untrusted bytecode"
375 This kernel feature is useful for number crunching applications
376 that may need to compute untrusted bytecode during their
377 execution. By using pipes or other transports made available to
378 the process as file descriptors supporting the read/write
379 syscalls, it's possible to isolate those applications in
380 their own address space using seccomp. Once seccomp is
381 enabled via prctl(PR_SET_SECCOMP), it cannot be disabled
382 and the task is only allowed to execute a few safe syscalls
383 defined by each seccomp mode.
385 If unsure, say Y. Only embedded should say N here.
387 source "security/Kconfig"
389 source "crypto/Kconfig"