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