:orphan: .. title:: SYSTEM_CLOCK_DISABLE .. option:: 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 =============================== - \ :option:`REBOOT ` Kconfig definition ================== At ``/timer/Kconfig:347`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:28`` 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.)*