-
CONFIG_GPIO_IMX
¶
IMX GPIO driver
Type: bool
Help¶
Enable the IMX GPIO driver.
Direct dependencies¶
(GPIO
&& SOC_MCIMX6X_M4
&& SOC_SERIES_IMX_6X_M4
) || (GPIO
&& SOC_MCIMX7_M4
&& SOC_SERIES_IMX7_M4
) || (HAS_IMX_GPIO
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
- “y” if
GPIO
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
Symbols selected by this symbol¶
HAS_DTS_GPIO
ifHAS_IMX_GPIO
&&GPIO
Kconfig definitions¶
At soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:23
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
→ soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:18
Menu path: (top menu)
config GPIO_IMX bool default "y" ifGPIO
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
depends onGPIO
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:34
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
→ soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:18
Menu path: (top menu)
config GPIO_IMX bool default "y" ifGPIO
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
depends onGPIO
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
At drivers/gpio/Kconfig.imx:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:67
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_IMX bool prompt "IMX GPIO driver" ifHAS_IMX_GPIO
&&GPIO
selectHAS_DTS_GPIO
ifHAS_IMX_GPIO
&&GPIO
depends onHAS_IMX_GPIO
&&GPIO
help Enable the IMX GPIO driver.
(Definitions include propagated dependencies, including from if’s and menus.)