CONFIG_GPIO_MCUX_PORTE

Port E

Type: bool

Help

Enable Port E.

Direct dependencies

(GPIO_MCUX && BOARD_FRDM_K64F) || (GPIO_MCUX && BOARD_FRDM_KL25Z) || (GPIO_MCUX && BOARD_HEXIWEAR_K64) || (GPIO_MCUX && BOARD_USB_KW24D512) || (PINMUX_MCUX_PORTE && GPIO_MCUX && GPIO)

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

Defaults

Kconfig definitions

At boards/arm/frdm_k64f/Kconfig.defconfig:68

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTE
    bool
    default "y" if GPIO_MCUX && BOARD_FRDM_K64F
    depends on GPIO_MCUX && BOARD_FRDM_K64F

At boards/arm/frdm_kl25z/Kconfig.defconfig:61

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTE
    bool
    default "n" if GPIO_MCUX && BOARD_FRDM_KL25Z
    depends on GPIO_MCUX && BOARD_FRDM_KL25Z

At boards/arm/hexiwear_k64/Kconfig.defconfig:68

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTE
    bool
    default "y" if GPIO_MCUX && BOARD_HEXIWEAR_K64
    depends on GPIO_MCUX && BOARD_HEXIWEAR_K64

At boards/arm/usb_kw24d512/Kconfig.defconfig:66

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTE
    bool
    default "y" if GPIO_MCUX && BOARD_USB_KW24D512
    depends on GPIO_MCUX && BOARD_USB_KW24D512

At drivers/gpio/Kconfig.mcux:42

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

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

config GPIO_MCUX_PORTE
    bool
    prompt "Port E" if PINMUX_MCUX_PORTE && GPIO_MCUX && GPIO
    depends on PINMUX_MCUX_PORTE && GPIO_MCUX && GPIO
    help
      Enable Port E.

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