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. to stop the system clock before
issuing a reset).

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Symbols that imply this symbol

Kconfig definition

At <Zephyr>/lib/os/Kconfig:139

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:43<Zephyr>/lib/Kconfig:10

Menu path: (Top) → Additional libraries → OS Support Library

config REBOOT
    bool "Reboot functionality"
    help
      Enable the sys_reboot() API. Enabling this can drag in other subsystems
      needed to perform a "safe" reboot (e.g. to stop the system clock before
      issuing a reset).

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