CONFIG_MCUX_GPT_TIMER

MCUX GPT Event timer

Type: bool

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.

Direct dependencies

HAS_MCUX_GPT

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/timer/Kconfig.mcux_gpt:6

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

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

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.)