CONFIG_GPIO_MCUX_PORTA

Port A

Type: bool

Help

Enable Port A.

Direct dependencies

(GPIO_MCUX && BOARD_FRDM_K64F) || (GPIO_MCUX && BOARD_FRDM_KL25Z) || (GPIO_MCUX && BOARD_FRDM_KW41Z) || (GPIO_MCUX && BOARD_HEXIWEAR_K64) || (GPIO_MCUX && BOARD_HEXIWEAR_KW40Z) || (GPIO_MCUX && BOARD_USB_KW24D512) || (PINMUX_MCUX_PORTA && GPIO_MCUX && GPIO)

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

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

At boards/arm/frdm_kw41z/Kconfig.defconfig:37

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTA
    bool
    default "y" if GPIO_MCUX && BOARD_FRDM_KW41Z
    depends on GPIO_MCUX && BOARD_FRDM_KW41Z

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTA
    bool
    default "y" if MAX30101 && GPIO_MCUX && BOARD_HEXIWEAR_K64
    depends on GPIO_MCUX && BOARD_HEXIWEAR_K64

At boards/arm/hexiwear_kw40z/Kconfig.defconfig:37

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_MCUX_PORTA
    bool
    default "y" if GPIO_MCUX && BOARD_HEXIWEAR_KW40Z
    depends on GPIO_MCUX && BOARD_HEXIWEAR_KW40Z

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

At drivers/gpio/Kconfig.mcux:18

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_PORTA
    bool
    prompt "Port A" if PINMUX_MCUX_PORTA && GPIO_MCUX && GPIO
    depends on PINMUX_MCUX_PORTA && GPIO_MCUX && GPIO
    help
      Enable Port A.

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