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

Kconfig definition

At drivers/timer/Kconfig:223

Included via Kconfig:10Kconfig.zephyr:29drivers/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.)