:orphan: .. title:: GPIO_IMX_PORT_3 .. option:: CONFIG_GPIO_IMX_PORT_3 *Port 3* Type: ``bool`` Help ==== Enable Port 3. Direct dependencies =================== (\ :option:`GPIO_IMX ` && \ :option:`BOARD_COLIBRI_IMX7D_M4 `) || (\ :option:`GPIO_IMX ` && \ :option:`BOARD_UDOO_NEO_FULL_M4 `) || (\ :option:`GPIO_IMX ` && \ :option:`GPIO `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "n" if \ :option:`GPIO_IMX ` && \ :option:`BOARD_COLIBRI_IMX7D_M4 ` - "n" if \ :option:`GPIO_IMX ` && \ :option:`BOARD_UDOO_NEO_FULL_M4 ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/colibri_imx7d_m4/Kconfig.defconfig:21`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:21`` Menu path: (top menu) .. parsed-literal:: config GPIO_IMX_PORT_3 bool default "n" if \ :option:`GPIO_IMX ` && \ :option:`BOARD_COLIBRI_IMX7D_M4 ` depends on \ :option:`GPIO_IMX ` && \ :option:`BOARD_COLIBRI_IMX7D_M4 ` ---- At ``boards/arm/udoo_neo_full_m4/Kconfig.defconfig:43`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:21`` Menu path: (top menu) .. parsed-literal:: config GPIO_IMX_PORT_3 bool default "n" if \ :option:`GPIO_IMX ` && \ :option:`BOARD_UDOO_NEO_FULL_M4 ` depends on \ :option:`GPIO_IMX ` && \ :option:`BOARD_UDOO_NEO_FULL_M4 ` ---- At ``drivers/gpio/Kconfig.imx:27`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:67`` Menu path: (top menu) → Device Drivers → GPIO Drivers → IMX GPIO driver .. parsed-literal:: config GPIO_IMX_PORT_3 bool prompt "Port 3" if \ :option:`GPIO_IMX ` && \ :option:`GPIO ` depends on \ :option:`GPIO_IMX ` && \ :option:`GPIO ` help Enable Port 3. *(Definitions include propagated dependencies, including from if's and menus.)*