-
CONFIG_GPIO_MCUX_LPC
¶
MCUX LPC GPIO driver
Type: bool
Help¶
Enable the MCUX LPC pinmux driver.
Direct dependencies¶
(GPIO
&& SOC_LPC54114_M0
&& SOC_SERIES_LPC54XXX
) || (GPIO
&& SOC_LPC54114_M4
&& SOC_SERIES_LPC54XXX
) || (HAS_MCUX
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “n” if
GPIO
&&SOC_LPC54114_M0
&&SOC_SERIES_LPC54XXX
- “y” if
GPIO
&&SOC_LPC54114_M4
&&SOC_SERIES_LPC54XXX
Kconfig definitions¶
At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:27
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_lpc/Kconfig.defconfig:7
→ soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:18
Menu path: (top menu)
config GPIO_MCUX_LPC bool default "n" ifGPIO
&&SOC_LPC54114_M0
&&SOC_SERIES_LPC54XXX
depends onGPIO
&&SOC_LPC54114_M0
&&SOC_SERIES_LPC54XXX
At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:23
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_lpc/Kconfig.defconfig:7
→ soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:18
Menu path: (top menu)
config GPIO_MCUX_LPC bool default "y" ifGPIO
&&SOC_LPC54114_M4
&&SOC_SERIES_LPC54XXX
depends onGPIO
&&SOC_LPC54114_M4
&&SOC_SERIES_LPC54XXX
At drivers/gpio/Kconfig.mcux_lpc:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:37
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_MCUX_LPC bool prompt "MCUX LPC GPIO driver" ifHAS_MCUX
&&GPIO
depends onHAS_MCUX
&&GPIO
help Enable the MCUX LPC pinmux driver.
(Definitions include propagated dependencies, including from if’s and menus.)