Kconfig (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | Kconfig (71d577db01a5177c7807a2f3d3df9bab9d21c500) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config PARISC 3 def_bool y 4 select ARCH_MIGHT_HAVE_PC_PARPORT 5 select HAVE_IDE 6 select HAVE_OPROFILE 7 select HAVE_FUNCTION_TRACER 8 select HAVE_FUNCTION_GRAPH_TRACER --- 262 unchanged lines hidden (view full) --- 271config SMP 272 bool "Symmetric multi-processing support" 273 ---help--- 274 This enables support for systems with more than one CPU. If you have 275 a system with only one CPU, say N. If you have a system with more 276 than one CPU, say Y. 277 278 If you say N here, the kernel will run on uni- and multiprocessor | 1# SPDX-License-Identifier: GPL-2.0 2config PARISC 3 def_bool y 4 select ARCH_MIGHT_HAVE_PC_PARPORT 5 select HAVE_IDE 6 select HAVE_OPROFILE 7 select HAVE_FUNCTION_TRACER 8 select HAVE_FUNCTION_GRAPH_TRACER --- 262 unchanged lines hidden (view full) --- 271config SMP 272 bool "Symmetric multi-processing support" 273 ---help--- 274 This enables support for systems with more than one CPU. If you have 275 a system with only one CPU, say N. If you have a system with more 276 than one CPU, say Y. 277 278 If you say N here, the kernel will run on uni- and multiprocessor |
279 machines, but will use only one CPU of a multiprocessor machine. If 280 you say Y here, the kernel will run on many, but not all, 281 uniprocessor machines. On a uniprocessor machine, the kernel 282 will run faster if you say N here. | 279 machines, but will use only one CPU of a multiprocessor machine. 280 On a uniprocessor machine, the kernel will run faster if you say N. |
283 284 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO 285 available at <http://www.tldp.org/docs.html#howto>. 286 287 If you don't know what to do here, say N. 288 289config PARISC_CPU_TOPOLOGY 290 bool "Support cpu topology definition" --- 44 unchanged lines hidden (view full) --- 335 336source "kernel/Kconfig.preempt" 337source "kernel/Kconfig.hz" 338source "mm/Kconfig" 339 340config COMPAT 341 def_bool y 342 depends on 64BIT | 281 282 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO 283 available at <http://www.tldp.org/docs.html#howto>. 284 285 If you don't know what to do here, say N. 286 287config PARISC_CPU_TOPOLOGY 288 bool "Support cpu topology definition" --- 44 unchanged lines hidden (view full) --- 333 334source "kernel/Kconfig.preempt" 335source "kernel/Kconfig.hz" 336source "mm/Kconfig" 337 338config COMPAT 339 def_bool y 340 depends on 64BIT |
341 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 --- 47 unchanged lines hidden --- | 342 343config SYSVIPC_COMPAT 344 def_bool y 345 depends on COMPAT && SYSVIPC 346 347config AUDIT_ARCH 348 def_bool y 349 --- 47 unchanged lines hidden --- |