:orphan: .. title:: CONFIG_MCUX_GPT_TIMER .. kconfig:: CONFIG_MCUX_GPT_TIMER CONFIG_MCUX_GPT_TIMER ##################### *MCUX GPT Event timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the NXP GPT timer, and provides the standard "system clock driver" interfaces. It uses the first GPT peripheral defined in the system, which can no longer be used for the GPT counter driver. Direct dependencies =================== \ :kconfig:`HAS_MCUX_GPT ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig.mcux_gpt:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:70`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config MCUX_GPT_TIMER bool "MCUX GPT Event timer" default n select TICKLESS_CAPABLE depends on HAS_MCUX_GPT help This module implements a kernel device driver for the NXP GPT timer, and provides the standard "system clock driver" interfaces. It uses the first GPT peripheral defined in the system, which can no longer be used for the GPT counter driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*