-
CONFIG_COUNTER_MCUX_GPT2
¶
Enable Counter on GPT2
Type: bool
Direct dependencies¶
(COUNTER
&& SOC_SERIES_IMX_RT
) || (COUNTER_MCUX_GPT
&& COUNTER
)
(Includes any dependencies from ifs and menus.)
Default¶
y if
HAS_MCUX_GPT
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:85
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config COUNTER_MCUX_GPT2 bool default y ifHAS_MCUX_GPT
depends onCOUNTER
&&SOC_SERIES_IMX_RT
At drivers/counter/Kconfig.mcux_gpt:16
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:58
→ drivers/counter/Kconfig:35
Menu path: (Top) → Device Drivers → Counter Drivers → MCUX GPT driver
config COUNTER_MCUX_GPT2 bool "Enable Counter on GPT2" depends onCOUNTER_MCUX_GPT
&&COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)