:orphan: .. title:: COUNTER_MCUX_GPT .. option:: CONFIG_COUNTER_MCUX_GPT *MCUX GPT driver* Type: ``bool`` Help ==== Enable support for mcux General Purpose Timer (GPT) driver. Direct dependencies =================== (\ :option:`COUNTER ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`HAS_MCUX_GPT ` && \ :option:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`HAS_MCUX_GPT ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_GPT bool default y if \ :option:`HAS_MCUX_GPT ` depends on \ :option:`COUNTER ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``drivers/counter/Kconfig.mcux_gpt:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:35`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_MCUX_GPT bool "MCUX GPT driver" depends on \ :option:`HAS_MCUX_GPT ` && \ :option:`COUNTER ` help Enable support for mcux General Purpose Timer (GPT) driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*