-
CONFIG_REBOOT_RST_CNT¶
Reboot via RST_CNT register
Type: bool
Help¶
Reboot via the RST_CNT register, going back to BIOS.
Direct dependencies¶
<choice: Reboot implementation>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At arch/x86/Kconfig:90
Included via Kconfig:8 → Kconfig.zephyr:29 → arch/Kconfig:12
Menu path: (Top) → X86 Architecture Options → Reboot implementation
config REBOOT_RST_CNT
bool "Reboot via RST_CNT register"
depends on <choice: Reboot implementation>
help
Reboot via the RST_CNT register, going back to BIOS.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)