CONFIG_GPIO_IMX_PORT_7

Port 7

Type: bool

Help

Enable Port 7.

Direct dependencies

(GPIO_IMX && BOARD_COLIBRI_IMX7D_M4) || (GPIO_IMX && BOARD_UDOO_NEO_FULL_M4) || (GPIO_IMX && BOARD_WARP7_M4) || (GPIO_IMX && GPIO)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_IMX_PORT_7
    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:55

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

At boards/arm/warp7_m4/Kconfig.defconfig:15

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_IMX_PORT_7
    bool
    default "y" if GPIO_IMX && BOARD_WARP7_M4
    depends on GPIO_IMX && BOARD_WARP7_M4

At drivers/gpio/Kconfig.imx:46

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:79

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

config GPIO_IMX_PORT_7
    bool
    prompt "Port 7" if GPIO_IMX && GPIO
    depends on GPIO_IMX && GPIO
    help
      Enable Port 7.

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