The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_GPIO_IMX_PORT_3

Port 3

Type: bool

Help

Enable Port 3.

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

Kconfig definitions

At boards/arm/colibri_imx7d_m4/Kconfig.defconfig:21

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_IMX_PORT_3
    bool
    default "n" if GPIO_IMX && BOARD_COLIBRI_IMX7D_M4
    depends on GPIO_IMX && BOARD_COLIBRI_IMX7D_M4

At boards/arm/udoo_neo_full_m4/Kconfig.defconfig:43

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_IMX_PORT_3
    bool
    default "n" if GPIO_IMX && BOARD_UDOO_NEO_FULL_M4
    depends on GPIO_IMX && BOARD_UDOO_NEO_FULL_M4

At drivers/gpio/Kconfig.imx:27

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:67

Menu path: (top menu) → Device Drivers → GPIO Drivers → IMX GPIO driver

config GPIO_IMX_PORT_3
    bool
    prompt "Port 3" if GPIO_IMX && GPIO
    depends on GPIO_IMX && GPIO
    help
      Enable Port 3.

(Definitions include propagated dependencies, including from if’s and menus.)