:orphan: .. title:: SYSTEM_CLOCK_DISABLE .. option:: CONFIG_SYSTEM_CLOCK_DISABLE *API to disable system clock* Type: ``bool`` 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. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`REBOOT ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:301`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: 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.)*