The latest development version of this page may be more current than this released 1.14.0 version.
choice: Reboot implementation

Reboot implementation

Type: bool

Direct dependencies

REBOOT && X86

(Includes any dependencies from if’s and menus.)

Defaults

Choice options

Kconfig definition

At arch/x86/Kconfig:214

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

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

choice
    bool
    prompt "Reboot implementation" if REBOOT && X86
    default REBOOT_RST_CNT if REBOOT && X86
    depends on REBOOT && X86

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