-
CONFIG_BOOTLOADER_KEXEC
¶
Boot using Linux kexec() system call
Type: bool
Help¶
This option signifies that Linux boots the kernel using kexec system call and utility. This method is used to boot the kernel over the network.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At Kconfig.zephyr:380
Included via Kconfig:10
Menu path: (top menu) → Boot Options
config BOOTLOADER_KEXEC bool prompt "Boot using Linux kexec() system call" ifX86
depends onX86
help This option signifies that Linux boots the kernel using kexec system call and utility. This method is used to boot the kernel over the network.
(Definitions include propagated dependencies, including from if’s and menus.)