The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_GPIO_MCUX_LPC_PORT0

Port 0

Type: bool

Help

Enable Port 0.

Defaults

  • y

  • y

  • y

  • y

  • y

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GPIO_MCUX_LPC_PORT0
    bool
    default y
    depends on GPIO_MCUX_LPC && (BOARD_LPCXPRESSO54114_M4 || BOARD_LPCXPRESSO54114_M0)

At boards/arm/lpcxpresso55s16/Kconfig.defconfig:23

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GPIO_MCUX_LPC_PORT0
    bool
    default y
    depends on GPIO_MCUX_LPC && BOARD_LPCXPRESSO55S16

At boards/arm/lpcxpresso55s28/Kconfig.defconfig:23

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GPIO_MCUX_LPC_PORT0
    bool
    default y
    depends on GPIO_MCUX_LPC && BOARD_LPCXPRESSO55S28

At boards/arm/lpcxpresso55s69/Kconfig.defconfig:24

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GPIO_MCUX_LPC_PORT0
    bool
    default y
    depends on GPIO_MCUX_LPC && (BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1)

At boards/arm/mimxrt685_evk/Kconfig.defconfig:29

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GPIO_MCUX_LPC_PORT0
    bool
    default y
    depends on GPIO_MCUX_LPC && BOARD_MIMXRT685_EVK

At drivers/gpio/Kconfig.mcux_lpc:14

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:34drivers/gpio/Kconfig:34

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

config GPIO_MCUX_LPC_PORT0
    bool "Port 0"
    depends on PINMUX_MCUX_LPC_PORT0 && GPIO_MCUX_LPC && GPIO
    help
      Enable Port 0.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)