-
CONFIG_GPIO_MCUX_LPC
¶
MCUX LPC GPIO driver
Type: bool
Help¶
Enable the MCUX LPC pinmux driver.
Direct dependencies¶
(GPIO
&& SOC_MIMXRT685S_CM33
&& SOC_SERIES_IMX_RT6XX
) || (GPIO
&& SOC_LPC54114_M0
&& SOC_SERIES_LPC54XXX
) || (GPIO
&& SOC_LPC54114_M4
&& SOC_SERIES_LPC54XXX
) || (GPIO
&& SOC_LPC55S16
&& SOC_SERIES_LPC55XXX
) || (GPIO
&& SOC_LPC55S69_CPU0
&& SOC_SERIES_LPC55XXX
) || (GPIO
&& SOC_LPC55S69_CPU1
&& SOC_SERIES_LPC55XXX
) || (HAS_MCUX
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
n
y
y
y
n
Kconfig definitions¶
At <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:4
→ <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:17
Menu path: (Top)
config GPIO_MCUX_LPC bool default y depends onGPIO
&&SOC_MIMXRT685S_CM33
&&SOC_SERIES_IMX_RT6XX
At <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4
→ <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15
Menu path: (Top)
config GPIO_MCUX_LPC bool default n depends onGPIO
&&SOC_LPC54114_M0
&&SOC_SERIES_LPC54XXX
At <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4
→ <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15
Menu path: (Top)
config GPIO_MCUX_LPC bool default y depends onGPIO
&&SOC_LPC54114_M4
&&SOC_SERIES_LPC54XXX
At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4
→ <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config GPIO_MCUX_LPC bool default y depends onGPIO
&&SOC_LPC55S16
&&SOC_SERIES_LPC55XXX
At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4
→ <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config GPIO_MCUX_LPC bool default y depends onGPIO
&&SOC_LPC55S69_CPU0
&&SOC_SERIES_LPC55XXX
At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4
→ <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config GPIO_MCUX_LPC bool default n depends onGPIO
&&SOC_LPC55S69_CPU1
&&SOC_SERIES_LPC55XXX
At <Zephyr>/drivers/gpio/Kconfig.mcux_lpc:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:34
→ <Zephyr>/drivers/gpio/Kconfig:34
Menu path: (Top) → Device Drivers → GPIO Drivers
menuconfig GPIO_MCUX_LPC bool "MCUX LPC GPIO driver" depends onHAS_MCUX
&&GPIO
help Enable the MCUX LPC pinmux driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)