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 if’s and menus.)

Kconfig definition

At arch/x86/Kconfig:177

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → X86 Architecture Options → Processor Capabilities → Reboot implementation

config REBOOT_RST_CNT
    bool
    prompt "Reboot via RST_CNT register" if <choice: Reboot implementation>
    depends on <choice: Reboot implementation>
    help
      Reboot via the RST_CNT register, going back to BIOS.

(Definitions include propagated dependencies, including from if’s and menus.)