Kconfig (fc697dc0c26a5908d467454e49440862d7fe96d0) | Kconfig (1191cf4986b5e8008c615896e487dc35fe922acd) |
---|---|
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 --- 345 unchanged lines hidden (view full) --- 354 current kernel, and to start another kernel. It is like a reboot 355 but it is independent of the system firmware. And like a reboot 356 you can start any kernel with it, not just Linux. 357 358 It is an ongoing process to be certain the hardware in a machine 359 shutdown, so do not be surprised if this code does not 360 initially work for you. 361 | 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 --- 345 unchanged lines hidden (view full) --- 354 current kernel, and to start another kernel. It is like a reboot 355 but it is independent of the system firmware. And like a reboot 356 you can start any kernel with it, not just Linux. 357 358 It is an ongoing process to be certain the hardware in a machine 359 shutdown, so do not be surprised if this code does not 360 initially work for you. 361 |
362config KEXEC_FILE 363 bool "kexec file based system call" 364 select KEXEC_CORE 365 select KEXEC_ELF 366 help 367 This enables the kexec_file_load() System call. This is 368 file based and takes file descriptors as system call argument 369 for kernel and initramfs as opposed to list of segments as 370 accepted by previous system call. 371 |
|
362endmenu 363 364 365source "drivers/parisc/Kconfig" 366 367config SECCOMP 368 def_bool y 369 prompt "Enable seccomp to safely compute untrusted bytecode" --- 12 unchanged lines hidden --- | 372endmenu 373 374 375source "drivers/parisc/Kconfig" 376 377config SECCOMP 378 def_bool y 379 prompt "Enable seccomp to safely compute untrusted bytecode" --- 12 unchanged lines hidden --- |