CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT

(No prompt – not directly user assignable.)

Type: bool

Help

This option should be selected by drivers implementing support for
sys_clock_disable() API.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/drivers/timer/Kconfig:51

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:30

Menu path: (Top) → Device Drivers → Timer Drivers

config SYSTEM_TIMER_HAS_DISABLE_SUPPORT
    bool
    help
      This option should be selected by drivers implementing support for
      sys_clock_disable() API.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)