:orphan: .. title:: REBOOT_RST_CNT .. option:: CONFIG_REBOOT_RST_CNT *Reboot via RST_CNT register* Type: ``bool`` Help ==== Reboot via the RST_CNT register, going back to BIOS. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:90`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options → Reboot implementation .. parsed-literal:: config REBOOT_RST_CNT bool "Reboot via RST_CNT register" depends on \ :ref:` ` help Reboot via the RST_CNT register, going back to BIOS. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*