:orphan: .. title:: CONFIG_GPIO_MCUX_IGPIO .. kconfig:: CONFIG_GPIO_MCUX_IGPIO CONFIG_GPIO_MCUX_IGPIO ###################### *MCUX IGPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX IGPIO driver. Direct dependencies =================== (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`HAS_MCUX_IGPIO ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_IGPIO ` - y if \ :kconfig:`HAS_MCUX_IGPIO ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:31`` 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 GPIO_MCUX_IGPIO bool default y if HAS_MCUX_IGPIO depends on GPIO && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_IGPIO bool default y if HAS_MCUX_IGPIO depends on GPIO && SOC_SERIES_IMX_RT ---- At ``/gpio/Kconfig.mcux_igpio:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:34`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_MCUX_IGPIO bool "MCUX IGPIO driver" depends on HAS_MCUX_IGPIO && GPIO help Enable the MCUX IGPIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*