:orphan: .. title:: PINMUX_MCUX_LPC .. option:: CONFIG_PINMUX_MCUX_LPC *MCUX LPC pinmux driver* Type: ``bool`` Help ==== Enable the MCUX LPC pinmux driver. Direct dependencies =================== (\ :option:`PINMUX ` && \ :option:`SOC_LPC54114_M0 ` && \ :option:`SOC_SERIES_LPC54XXX `) || (\ :option:`PINMUX ` && \ :option:`SOC_LPC54114_M4 ` && \ :option:`SOC_SERIES_LPC54XXX `) || (\ :option:`PINMUX ` && \ :option:`SOC_LPC55S69_CPU0 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`PINMUX ` && \ :option:`SOC_LPC55S69_CPU1 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`HAS_MCUX ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - y - y - n Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` → ``soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config PINMUX_MCUX_LPC bool default n depends on \ :option:`PINMUX ` && \ :option:`SOC_LPC54114_M0 ` && \ :option:`SOC_SERIES_LPC54XXX ` ---- At ``soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` → ``soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config PINMUX_MCUX_LPC bool default y depends on \ :option:`PINMUX ` && \ :option:`SOC_LPC54114_M4 ` && \ :option:`SOC_SERIES_LPC54XXX ` ---- At ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` → ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config PINMUX_MCUX_LPC bool default y depends on \ :option:`PINMUX ` && \ :option:`SOC_LPC55S69_CPU0 ` && \ :option:`SOC_SERIES_LPC55XXX ` ---- At ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` → ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config PINMUX_MCUX_LPC bool default n depends on \ :option:`PINMUX ` && \ :option:`SOC_LPC55S69_CPU1 ` && \ :option:`SOC_SERIES_LPC55XXX ` ---- At ``drivers/pinmux/Kconfig.mcux_lpc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:42`` → ``drivers/pinmux/Kconfig:35`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: menuconfig PINMUX_MCUX_LPC bool "MCUX LPC pinmux driver" depends on \ :option:`HAS_MCUX ` && \ :option:`PINMUX ` help Enable the MCUX LPC pinmux driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*