-
CONFIG_REBOOT
¶
Reboot functionality
Type: bool
Help¶
Enable the sys_reboot() API. Enabling this can drag in other subsystems needed to perform a “safe” reboot (e.g. SYSTEM_CLOCK_DISABLE, to stop the system clock before issuing a reset).
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At misc/Kconfig:379
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → Boot Options
config REBOOT
bool
prompt "Reboot functionality"
select SYSTEM_CLOCK_DISABLE
help
Enable the sys_reboot() API. Enabling this can drag in other subsystems
needed to perform a "safe" reboot (e.g. SYSTEM_CLOCK_DISABLE, to stop the
system clock before issuing a reset).
(Definitions include propagated dependencies, including from if’s and menus.)