-
CONFIG_GPIO_IMX_PORT_2
¶
Port 2
Type: bool
Help¶
Enable Port 2.
Direct dependencies¶
(GPIO_IMX
&& BOARD_COLIBRI_IMX7D_M4
) || (GPIO_IMX
&& BOARD_UDOO_NEO_FULL_M4
) || (GPIO_IMX
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO_IMX
&&BOARD_COLIBRI_IMX7D_M4
- “n” if
GPIO_IMX
&&BOARD_UDOO_NEO_FULL_M4
Kconfig definitions¶
At boards/arm/colibri_imx7d_m4/Kconfig.defconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_IMX_PORT_2 bool default "y" ifGPIO_IMX
&&BOARD_COLIBRI_IMX7D_M4
depends onGPIO_IMX
&&BOARD_COLIBRI_IMX7D_M4
At boards/arm/udoo_neo_full_m4/Kconfig.defconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_IMX_PORT_2 bool default "n" ifGPIO_IMX
&&BOARD_UDOO_NEO_FULL_M4
depends onGPIO_IMX
&&BOARD_UDOO_NEO_FULL_M4
At drivers/gpio/Kconfig.imx:21
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:79
Menu path: (top menu) → Device Drivers → GPIO Drivers → IMX GPIO driver
config GPIO_IMX_PORT_2 bool prompt "Port 2" ifGPIO_IMX
&&GPIO
depends onGPIO_IMX
&&GPIO
help Enable Port 2.
(Definitions include propagated dependencies, including from if’s and menus.)