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