:orphan: .. title:: CONFIG_MCUX_OS_TIMER .. kconfig:: CONFIG_MCUX_OS_TIMER CONFIG_MCUX_OS_TIMER #################### *MCUX OS Event timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the NXP OS event timer and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :kconfig:`HAS_MCUX_OS_TIMER ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig:400`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config MCUX_OS_TIMER bool "MCUX OS Event timer" default n select TICKLESS_CAPABLE depends on HAS_MCUX_OS_TIMER help This module implements a kernel device driver for the NXP OS event timer and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*