CONFIG_PINMUX_MCUX_LPC

MCUX LPC pinmux driver

Type: bool

Help

Enable the MCUX LPC pinmux driver.

Direct dependencies

(PINMUX && SOC_MIMXRT595S_CM33 && SOC_SERIES_IMX_RT5XX) || (PINMUX && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (PINMUX && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX) || (PINMUX && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX) || (PINMUX && SOC_LPC55S16 && SOC_SERIES_LPC55XXX) || (PINMUX && SOC_LPC55S28 && SOC_SERIES_LPC55XXX) || (PINMUX && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (PINMUX && SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX) || (HAS_MCUX && PINMUX)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • n

  • y

  • y

  • y

  • y

  • y

Kconfig definitions

At <SoC>/arm/nxp_imx/rt5xx/Kconfig.defconfig.mimxrt595_cm33:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_imx/Kconfig.defconfig:8<SoC>/arm/nxp_imx/rt5xx/Kconfig.defconfig.series:43

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default y
    depends on PINMUX && SOC_MIMXRT595S_CM33 && SOC_SERIES_IMX_RT5XX

At <SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_imx/Kconfig.defconfig:8<SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:67

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default y
    depends on PINMUX && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At <SoC>/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default n
    depends on PINMUX && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX

At <SoC>/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default y
    depends on PINMUX && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX

At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default y
    depends on PINMUX && SOC_LPC55S16 && SOC_SERIES_LPC55XXX

At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default y
    depends on PINMUX && SOC_LPC55S28 && SOC_SERIES_LPC55XXX

At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default y
    depends on PINMUX && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:11

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config PINMUX_MCUX_LPC
    bool
    default y
    depends on PINMUX && SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX

At <Driver>/pinmux/Kconfig.mcux_lpc:6

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:48<Driver>/pinmux/Kconfig:45

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

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

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