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

MCUX LPC pinmux driver

Type: bool

Help

Enable the MCUX LPC pinmux driver.

Direct dependencies

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

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

Kconfig definitions

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

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 PINMUX_MCUX_LPC
    bool
    default "n" if PINMUX && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX
    depends on PINMUX && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX

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

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 PINMUX_MCUX_LPC
    bool
    default "y" if PINMUX && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX
    depends on PINMUX && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX

At drivers/pinmux/Kconfig.mcux_lpc:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:44drivers/pinmux/Kconfig:44

Menu path: (top menu) → Device Drivers → Enable board pinmux driver

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

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