:orphan: .. title:: CONFIG_COUNTER_MCUX_GPT .. kconfig:: CONFIG_COUNTER_MCUX_GPT CONFIG_COUNTER_MCUX_GPT ####################### *MCUX GPT driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux General Purpose Timer (GPT) driver. Direct dependencies =================== (\ :kconfig:`COUNTER ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`COUNTER ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`HAS_MCUX_GPT ` && \ :kconfig:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_GPT ` - y if \ :kconfig:`HAS_MCUX_GPT ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_GPT bool default y if HAS_MCUX_GPT depends on COUNTER && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_GPT bool default y if HAS_MCUX_GPT depends on COUNTER && SOC_SERIES_IMX_RT ---- At ``/counter/Kconfig.mcux_gpt:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:39`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*