:orphan: .. title:: CONFIG_SYSTEM_CLOCK_DISABLE .. kconfig:: CONFIG_SYSTEM_CLOCK_DISABLE CONFIG_SYSTEM_CLOCK_DISABLE ########################### *API to disable system clock* Type: ``bool`` Help ==== .. code-block:: none This option enables the sys_clock_disable() API in the kernel. It is needed by some subsystems (which will automatically select it), but is rarely needed by applications. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`REBOOT ` Kconfig definition ================== At ``/timer/Kconfig:356`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config SYSTEM_CLOCK_DISABLE bool "API to disable system clock" help This option enables the sys_clock_disable() API in the kernel. It is needed by some subsystems (which will automatically select it), but is rarely needed by applications. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*