-
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
.
Kconfig definition¶
At drivers/timer/Kconfig:180
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config SYSTEM_CLOCK_DISABLE
bool
prompt "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.
(Definitions include propagated dependencies, including from if’s and menus.)