:orphan: .. title:: CONFIG_GPIO_MCUX_LPC .. kconfig:: CONFIG_GPIO_MCUX_LPC CONFIG_GPIO_MCUX_LPC #################### *MCUX LPC GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX LPC pinmux driver. Direct dependencies =================== (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC54114_M0 ` && \ :kconfig:`SOC_SERIES_LPC54XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC54114_M4 ` && \ :kconfig:`SOC_SERIES_LPC54XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S16 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S28 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S69_CPU0 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S69_CPU1 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC54114_M0 ` && \ :kconfig:`SOC_SERIES_LPC54XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC54114_M4 ` && \ :kconfig:`SOC_SERIES_LPC54XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S16 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S28 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S69_CPU0 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_LPC55S69_CPU1 ` && \ :kconfig:`SOC_SERIES_LPC55XXX `) || (\ :kconfig:`HAS_MCUX ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - n - y - y - y - y - y - y - n - y - y - y - y - y Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default n depends on GPIO && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S16 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S28 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default n depends on GPIO && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S16 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S28 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_MCUX_LPC bool default y depends on GPIO && SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX ---- At ``/gpio/Kconfig.mcux_lpc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:36`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_MCUX_LPC bool "MCUX LPC GPIO driver" depends on HAS_MCUX && GPIO help Enable the MCUX LPC pinmux driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*