:orphan: .. title:: choice: Reboot implementation .. _choice_187: .. describe:: choice: Reboot implementation *Reboot implementation* Type: ``bool`` Direct dependencies =================== \ :kconfig:`REBOOT ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`REBOOT_RST_CNT ` Choice options ============== - \ :kconfig:`REBOOT_RST_CNT ` Kconfig definition ================== At ``/x86/Kconfig:213`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig choice bool "Reboot implementation" default REBOOT_RST_CNT depends on REBOOT && X86 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*