:orphan: .. title:: CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT .. kconfig:: CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT ####################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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:`CORTEX_M_SYSTICK ` - \ :kconfig:`MCHP_XEC_RTOS_TIMER ` - \ :kconfig:`MCUX_LPTMR_TIMER ` - \ :kconfig:`NATIVE_POSIX_TIMER ` Kconfig definition ================== At ``/timer/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig 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.)*