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

MCUX LPC GPIO driver

Type: bool

Help

Enable the MCUX LPC pinmux driver.

Direct dependencies

(GPIO && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX) || (GPIO && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX) || (HAS_MCUX && GPIO)

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

Kconfig definitions

At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:27

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_lpc/Kconfig.defconfig:7soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:18

Menu path: (top menu)

config GPIO_MCUX_LPC
    bool
    default "n" if GPIO && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX
    depends on GPIO && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX

At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:23

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_lpc/Kconfig.defconfig:7soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:18

Menu path: (top menu)

config GPIO_MCUX_LPC
    bool
    default "y" if GPIO && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX
    depends on GPIO && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX

At drivers/gpio/Kconfig.mcux_lpc:8

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

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

menuconfig GPIO_MCUX_LPC
    bool
    prompt "MCUX LPC GPIO driver" if HAS_MCUX && GPIO
    depends on HAS_MCUX && GPIO
    help
      Enable the MCUX LPC pinmux driver.

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