]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/parisc/Kconfig
parisc: Default to 8 CPUs for 64-bit kernel
[mirror_ubuntu-kernels.git] / arch / parisc / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2config PARISC
3 def_bool y
12700c17 4 select ALTERNATE_USER_ADDRESS_SPACE
942fa985 5 select ARCH_32BIT_OFF_T if !64BIT
4a24fb2f 6 select ARCH_MIGHT_HAVE_PC_PARPORT
366dd4ea
HD
7 select HAVE_FUNCTION_TRACER
8 select HAVE_FUNCTION_GRAPH_TRACER
fc79168a 9 select HAVE_SYSCALL_TRACEPOINTS
4530c49e 10 select ARCH_WANT_FRAME_POINTERS
18d98a79 11 select ARCH_HAS_ELF_RANDOMIZE
ad21fc4f 12 select ARCH_HAS_STRICT_KERNEL_RWX
0a1355db 13 select ARCH_HAS_STRICT_MODULE_RWX
e35a2ce6 14 select ARCH_HAS_UBSAN_SANITIZE_ALL
df24e178 15 select ARCH_HAS_PTE_SPECIAL
7c703e54 16 select ARCH_NO_SG_CHAIN
855f9a8e 17 select ARCH_SUPPORTS_HUGETLBFS if PA20
54ac8fcb 18 select ARCH_SUPPORTS_MEMORY_FAILURE
aeb1e833 19 select ARCH_STACKWALK
2b41be48 20 select ARCH_HAS_DEBUG_VM_PGTABLE
aeb1e833 21 select HAVE_RELIABLE_STACKTRACE
2f9237d4 22 select DMA_OPS
9eb16864 23 select RTC_CLASS
3afe6d04 24 select RTC_DRV_GENERIC
98a79d6a 25 select INIT_ALL_POSSIBLE
f67d3c83 26 select BUG
10916706 27 select BUILDTIME_TABLE_SORT
eb01d42a 28 select HAVE_PCI
cdd6c482 29 select HAVE_PERF_EVENTS
b6adc16e
HD
30 select HAVE_KERNEL_BZIP2
31 select HAVE_KERNEL_GZIP
32 select HAVE_KERNEL_LZ4
33 select HAVE_KERNEL_LZMA
34 select HAVE_KERNEL_LZO
35 select HAVE_KERNEL_XZ
64daa443 36 select GENERIC_ATOMIC64 if !64BIT
72e73af1 37 select GENERIC_IRQ_PROBE
629a8581 38 select GENERIC_PCI_IOMAP
df013ffb 39 select ARCH_HAVE_NMI_SAFE_CMPXCHG
9a134723 40 select GENERIC_SMP_IDLE_THREAD
62773112 41 select GENERIC_ARCH_TOPOLOGY if SMP
1955c4f8 42 select GENERIC_CPU_DEVICES if !SMP
61c43943 43 select GENERIC_LIB_DEVMEM_IS_ALLOWED
bf14e3b9 44 select SYSCTL_ARCH_UNALIGN_ALLOW
fef47e2a 45 select SYSCTL_EXCEPTION_TRACE
786d35d4
DH
46 select HAVE_MOD_ARCH_SPECIFIC
47 select MODULES_USE_ELF_RELA
415bfae9 48 select CLONE_BACKWARDS
4f73bc4d 49 select TTY # Needed for pdc_cons.c
fcbfe812 50 select HAS_IOPORT if PCI || EISA
d1a1dc0b 51 select HAVE_DEBUG_STACKOVERFLOW
7a017721 52 select HAVE_ARCH_AUDITSYSCALL
773e1c5f 53 select HAVE_ARCH_HASH
62217beb
HD
54 select HAVE_ARCH_JUMP_LABEL
55 select HAVE_ARCH_JUMP_LABEL_RELATIVE
ec5c1150 56 select HAVE_ARCH_KFENCE
910cd32e 57 select HAVE_ARCH_SECCOMP_FILTER
64e2a42b 58 select HAVE_ARCH_TRACEHOOK
75ebedf1 59 select HAVE_REGS_AND_STACK_ACCESS_API
51e0efe1 60 select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
43b1f6ab 61 select GENERIC_SCHED_CLOCK
88b3aac6 62 select GENERIC_IRQ_MIGRATION if SMP
43b1f6ab 63 select HAVE_UNSTABLE_SCHED_CLOCK if SMP
686092e7 64 select LEGACY_TIMER_TICK
fff7fb0b 65 select CPU_NO_EFFICIENT_FFS
2214c0e7 66 select THREAD_INFO_IN_TASK
f616ab59 67 select NEED_DMA_MAP_STATE
86596f0a 68 select NEED_SG_DMA_LENGTH
eacbfce1 69 select HAVE_ARCH_KGDB
8858ac8e 70 select HAVE_KPROBES
e0b59b7b 71 select HAVE_KRETPROBES
6ca63662
SS
72 select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1)
73 select HAVE_FTRACE_MCOUNT_RECORD if HAVE_DYNAMIC_FTRACE
3d1dc719 74 select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY if DYNAMIC_FTRACE
52a22e6c
SS
75 select HAVE_KPROBES_ON_FTRACE
76 select HAVE_DYNAMIC_FTRACE_WITH_REGS
cd1a41ce 77 select HAVE_SOFTIRQ_ON_OWN_STACK if IRQSTACKS
4aae683f 78 select TRACE_IRQFLAGS_SUPPORT
a257cacc 79 select HAVE_FUNCTION_DESCRIPTORS if 64BIT
72e73af1 80
1da177e4
LT
81 help
82 The PA-RISC microprocessor is designed by Hewlett-Packard and used
83 in many of their workstations & servers (HP9000 700 and 800 series,
84 and later HP3000 series). The PA-RISC Linux project home page is
24289f56 85 at <https://parisc.wiki.kernel.org>.
1da177e4 86
74ad3d28
BM
87config CPU_BIG_ENDIAN
88 def_bool y
89
1da177e4
LT
90config MMU
91 def_bool y
92
93config STACK_GROWSUP
94 def_bool y
95
95c354fe
NP
96config GENERIC_LOCKBREAK
97 bool
98 default y
09613e83 99 depends on SMP && PREEMPTION
95c354fe 100
f0d1b0b3
DH
101config ARCH_HAS_ILOG2_U32
102 bool
103 default n
104
105config ARCH_HAS_ILOG2_U64
106 bool
107 default n
108
6891f8a1
HD
109config GENERIC_BUG
110 bool
111 default y
112 depends on BUG
113
59e18a2e
AM
114config GENERIC_HWEIGHT
115 bool
116 default y
117
1da177e4
LT
118config GENERIC_CALIBRATE_DELAY
119 bool
120 default y
121
06027bdd
IM
122config TIME_LOW_RES
123 bool
124 depends on SMP
125 default y
126
1da177e4
LT
127# unless you want to implement ACPI on PA-RISC ... ;-)
128config PM
129 bool
130
548f1176
HD
131config STACKTRACE_SUPPORT
132 def_bool y
133
adf8e96a
HD
134config LOCKDEP_SUPPORT
135 bool
136 default y
137
5cae841b
AV
138config ISA_DMA_API
139 bool
5cae841b 140
a08b6b79
Z
141config ARCH_MAY_HAVE_PC_FDC
142 bool
8b631342 143 depends on BROKEN
a08b6b79
Z
144 default y
145
f24ffde4
KS
146config PGTABLE_LEVELS
147 int
148 default 3 if 64BIT && PARISC_PAGE_SIZE_4KB
149 default 2
150
1da177e4
LT
151menu "Processor type and features"
152
153choice
154 prompt "Processor type"
3dcfb729 155 default PA7000 if "$(ARCH)" = "parisc"
1da177e4
LT
156
157config PA7000
3dcfb729 158 bool "PA7000/PA7100" if "$(ARCH)" = "parisc"
a7f7f624 159 help
1da177e4
LT
160 This is the processor type of your CPU. This information is
161 used for optimizing purposes. In order to compile a kernel
162 that can run on all 32-bit PA CPUs (albeit not optimally fast),
163 you can specify "PA7000" here.
164
165 Specifying "PA8000" here will allow you to select a 64-bit kernel
166 which is required on some machines.
167
168config PA7100LC
3dcfb729 169 bool "PA7100LC" if "$(ARCH)" = "parisc"
1da177e4
LT
170 help
171 Select this option for the PCX-L processor, as used in the
172 712, 715/64, 715/80, 715/100, 715/100XC, 725/100, 743, 748,
173 D200, D210, D300, D310 and E-class
174
175config PA7200
3dcfb729 176 bool "PA7200" if "$(ARCH)" = "parisc"
1da177e4
LT
177 help
178 Select this option for the PCX-T' processor, as used in the
179 C100, C110, J100, J110, J210XC, D250, D260, D350, D360,
180 K100, K200, K210, K220, K400, K410 and K420
181
182config PA7300LC
3dcfb729 183 bool "PA7300LC" if "$(ARCH)" = "parisc"
1da177e4
LT
184 help
185 Select this option for the PCX-L2 processor, as used in the
186 744, A180, B132L, B160L, B180L, C132L, C160L, C180L,
187 D220, D230, D320 and D330.
188
189config PA8X00
190 bool "PA8000 and up"
191 help
192 Select this option for PCX-U to PCX-W2 processors.
193
194endchoice
195
196# Define implied options from the CPU selection here
197
198config PA20
199 def_bool y
200 depends on PA8X00
201
202config PA11
203 def_bool y
204 depends on PA7000 || PA7100LC || PA7200 || PA7300LC
c1f59375
CH
205 select ARCH_HAS_SYNC_DMA_FOR_CPU
206 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
1da177e4
LT
207
208config PREFETCH
209 def_bool y
32104b29 210 depends on PA8X00 || PA7200
1da177e4 211
778e45d7
HD
212config PARISC_HUGE_KERNEL
213 def_bool y if !MODULES || UBSAN || FTRACE || COMPILE_TEST
214
ec758f98 215config MLONGCALLS
778e45d7
HD
216 def_bool y if PARISC_HUGE_KERNEL
217 bool "Enable the -mlong-calls compiler option for big kernels" if !PARISC_HUGE_KERNEL
ec758f98
HD
218 depends on PA8X00
219 help
220 If you configure the kernel to include many drivers built-in instead
221 as modules, the kernel executable may become too big, so that the
222 linker will not be able to resolve some long branches and fails to link
223 your vmlinux kernel. In that case enabling this option will help you
224 to overcome this limit by using the -mlong-calls compiler option.
225
226 Usually you want to say N here, unless you e.g. want to build
227 a kernel which includes all necessary drivers built-in and which can
228 be used for TFTP booting without the need to have an initrd ramdisk.
229
230 Enabling this option will probably slow down your kernel.
231
1da177e4 232config 64BIT
805ce861
HD
233 def_bool y if "$(ARCH)" = "parisc64"
234 bool "64-bit kernel" if "$(ARCH)" = "parisc"
1da177e4 235 depends on PA8X00
805ce861
HD
236 help
237 Enable this if you want to support 64bit kernel on PA-RISC platform.
238
239 At the moment, only people willing to use more than 2GB of RAM,
240 or having a 64bit-only capable PA-RISC machine should say Y here.
241
242 Since there is no 64bit userland on PA-RISC, there is no point to
243 enable this option otherwise. The 64bit kernel is significantly bigger
244 and slower than the 32bit one.
1da177e4 245
2fd83038
HD
246choice
247 prompt "Kernel page size"
1c5f873d 248 default PARISC_PAGE_SIZE_4KB
2fd83038
HD
249
250config PARISC_PAGE_SIZE_4KB
251 bool "4KB"
252 help
253 This lets you select the page size of the kernel. For best
254 performance, a page size of 16KB is recommended. For best
255 compatibility with 32bit applications, a page size of 4KB should be
256 selected (the vast majority of 32bit binaries work perfectly fine
257 with a larger page size).
258
259 4KB For best 32bit compatibility
260 16KB For best performance
261 64KB For best performance, might give more overhead.
262
263 If you don't know what to do, choose 4KB.
264
265config PARISC_PAGE_SIZE_16KB
daef22cf 266 bool "16KB"
ec5c1150 267 depends on PA8X00 && BROKEN && !KFENCE
2fd83038
HD
268
269config PARISC_PAGE_SIZE_64KB
daef22cf 270 bool "64KB"
ec5c1150 271 depends on PA8X00 && BROKEN && !KFENCE
2fd83038
HD
272
273endchoice
274
1da177e4
LT
275config SMP
276 bool "Symmetric multi-processing support"
a7f7f624 277 help
1da177e4 278 This enables support for systems with more than one CPU. If you have
4a474157
RG
279 a system with only one CPU, say N. If you have a system with more
280 than one CPU, say Y.
1da177e4 281
4a474157 282 If you say N here, the kernel will run on uni- and multiprocessor
2a3f53d5
HD
283 machines, but will use only one CPU of a multiprocessor machine.
284 On a uniprocessor machine, the kernel will run faster if you say N.
1da177e4 285
4f4cfa6c 286 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
693a0654 287 available at <https://www.tldp.org/docs.html#howto>.
1da177e4
LT
288
289 If you don't know what to do here, say N.
200c8804 290
bf7b4c1b
HD
291config SCHED_MC
292 bool "Multi-core scheduler support"
62773112 293 depends on GENERIC_ARCH_TOPOLOGY && PA8X00
bf7b4c1b
HD
294 help
295 Multi-core scheduler support improves the CPU scheduler's decision
296 making when dealing with multi-core CPU chips at a cost of slightly
297 increased overhead in some places. If unsure say N here.
298
200c8804
HD
299config IRQSTACKS
300 bool "Use separate kernel stacks when processing interrupts"
416821d3 301 default y
200c8804
HD
302 help
303 If you say Y here the kernel will use separate kernel stacks
304 for handling hard and soft interrupts. This can help avoid
305 overflowing the process kernel stacks.
1da177e4
LT
306
307config HOTPLUG_CPU
308 bool
309 default y if SMP
1da177e4 310
a2ba82cd
KM
311config ARCH_SELECT_MEMORY_MODEL
312 def_bool y
313 depends on 64BIT
314
dbdf0760 315config ARCH_SPARSEMEM_ENABLE
a2ba82cd
KM
316 def_bool y
317 depends on 64BIT
318
319config ARCH_FLATMEM_ENABLE
320 def_bool y
321
dbdf0760 322config ARCH_SPARSEMEM_DEFAULT
a2ba82cd 323 def_bool y
dbdf0760 324 depends on ARCH_SPARSEMEM_ENABLE
c80d79d7 325
8b631342 326source "kernel/Kconfig.hz"
3f22ab27 327
1da177e4
LT
328config COMPAT
329 def_bool y
330 depends on 64BIT
331
527973c8
HD
332config AUDIT_ARCH
333 def_bool y
334
1da177e4
LT
335config NR_CPUS
336 int "Maximum number of CPUs (2-32)"
337 range 2 32
338 depends on SMP
c9cc4542 339 default "8" if 64BIT
68d247ad 340 default "16"
1da177e4 341
fc697dc0
SS
342config KEXEC
343 bool "Kexec system call"
344 select KEXEC_CORE
345 help
346 kexec is a system call that implements the ability to shutdown your
347 current kernel, and to start another kernel. It is like a reboot
348 but it is independent of the system firmware. And like a reboot
349 you can start any kernel with it, not just Linux.
350
351 It is an ongoing process to be certain the hardware in a machine
352 shutdown, so do not be surprised if this code does not
353 initially work for you.
354
1191cf49
SS
355config KEXEC_FILE
356 bool "kexec file based system call"
357 select KEXEC_CORE
358 select KEXEC_ELF
359 help
360 This enables the kexec_file_load() System call. This is
361 file based and takes file descriptors as system call argument
362 for kernel and initramfs as opposed to list of segments as
363 accepted by previous system call.
364
1da177e4
LT
365endmenu
366
1da177e4 367source "drivers/parisc/Kconfig"