CONFIG_COUNTER_MCUX_GPT
MCUX GPT driver
Type: bool
Help
Enable support for mcux General Purpose Timer (GPT) driver.
Direct dependencies
(COUNTER
&& SOC_SERIES_IMX_RT
) || (COUNTER
&& SOC_SERIES_IMX_RT
) || (HAS_MCUX_GPT
&& COUNTER
)
(Includes any dependencies from ifs and menus.)
Defaults
y if
HAS_MCUX_GPT
y if
HAS_MCUX_GPT
Kconfig definitions
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:81
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
Menu path: (Top)
config COUNTER_MCUX_GPT
bool
default y if HAS_MCUX_GPT
depends on COUNTER && SOC_SERIES_IMX_RT
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:81
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
Menu path: (Top)
config COUNTER_MCUX_GPT
bool
default y if HAS_MCUX_GPT
depends on COUNTER && SOC_SERIES_IMX_RT
At <Zephyr>/drivers/counter/Kconfig.mcux_gpt:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/counter/Kconfig:47
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_MCUX_GPT
bool "MCUX GPT driver"
depends on HAS_MCUX_GPT && COUNTER
help
Enable support for mcux General Purpose Timer (GPT) driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)