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

Port 1 driver name

Type: string

Direct dependencies

GPIO_MCUX_LPC_PORT1 && GPIO_MCUX_LPC && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.mcux_lpc:33

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_NAME
    string
    prompt "Port 1 driver name" if GPIO_MCUX_LPC_PORT1 && GPIO_MCUX_LPC && GPIO
    default "GPIO_1" if GPIO_MCUX_LPC_PORT1 && GPIO_MCUX_LPC && GPIO
    depends on GPIO_MCUX_LPC_PORT1 && GPIO_MCUX_LPC && GPIO

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