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

Port B

Type: bool

Help

Enable Port B.

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_PORTB && GPIO_MCUX && GPIO)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_MCUX_PORTB
    bool
    default "n" if GPIO_MCUX && BOARD_FRDM_KW41Z
    depends on GPIO_MCUX && BOARD_FRDM_KW41Z

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_MCUX_PORTB
    bool
    default "n" if GPIO_MCUX && BOARD_HEXIWEAR_KW40Z
    depends on GPIO_MCUX && BOARD_HEXIWEAR_KW40Z

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At drivers/gpio/Kconfig.mcux:24

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

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

config GPIO_MCUX_PORTB
    bool
    prompt "Port B" if PINMUX_MCUX_PORTB && GPIO_MCUX && GPIO
    depends on PINMUX_MCUX_PORTB && GPIO_MCUX && GPIO
    help
      Enable Port B.

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