choice: Reboot implementation

Reboot implementation

Type: bool

Direct dependencies

REBOOT && X86

(Includes any dependencies from ifs and menus.)

Choice options

Kconfig definition

At <Zephyr>/arch/x86/Kconfig:85

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → X86 Architecture Options

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)