CONFIG_GPIO_MCUX_PORTD

Port D

Type: bool

Help

Enable Port D.

Direct dependencies

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

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTD
    bool
    default "y" if GPIO_MCUX && BOARD_FRDM_KL25Z
    depends on GPIO_MCUX && BOARD_FRDM_KL25Z

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

At drivers/gpio/Kconfig.mcux:36

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_PORTD
    bool
    prompt "Port D" if PINMUX_MCUX_PORTD && GPIO_MCUX && GPIO
    depends on PINMUX_MCUX_PORTD && GPIO_MCUX && GPIO
    help
      Enable Port D.

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