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

Port 1

Type: bool

Help

Enable Port 1.

Direct dependencies

(GPIO_MCUX_LPC && (BOARD_LPCXPRESSO54114_M4 || BOARD_LPCXPRESSO54114_M0)) || (PINMUX_MCUX_LPC_PORT1 && GPIO_MCUX_LPC && GPIO)

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

Kconfig definitions

At boards/arm/lpcxpresso54114/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_MCUX_LPC_PORT1
    bool
    default "y" if GPIO_MCUX_LPC && (BOARD_LPCXPRESSO54114_M4 || BOARD_LPCXPRESSO54114_M0)
    depends on GPIO_MCUX_LPC && (BOARD_LPCXPRESSO54114_M4 || BOARD_LPCXPRESSO54114_M0)

At drivers/gpio/Kconfig.mcux_lpc:27

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

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

config GPIO_MCUX_LPC_PORT1
    bool
    prompt "Port 1" if PINMUX_MCUX_LPC_PORT1 && GPIO_MCUX_LPC && GPIO
    depends on PINMUX_MCUX_LPC_PORT1 && GPIO_MCUX_LPC && GPIO
    help
      Enable Port 1.

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