:orphan: .. title:: GPIO_IMX .. option:: CONFIG_GPIO_IMX *IMX GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable the IMX GPIO driver. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_MCIMX6X_M4 ` && \ :option:`SOC_SERIES_IMX_6X_M4 `) || (\ :option:`GPIO ` && \ :option:`SOC_MCIMX7_M4 ` && \ :option:`SOC_SERIES_IMX7_M4 `) || (\ :option:`HAS_IMX_GPIO ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` → ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config GPIO_IMX bool default y depends on GPIO && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4 ---- At ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` → ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config GPIO_IMX bool default y depends on GPIO && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4 ---- At ``/gpio/Kconfig.imx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:60`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_IMX bool "IMX GPIO driver" depends on HAS_IMX_GPIO && GPIO help Enable the IMX GPIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*