-
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
) || (GPIO
&& 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 arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:27
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_lpc/Kconfig.defconfig:7
→ arch/arm/soc/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 arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:23
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_lpc/Kconfig.defconfig:7
→ arch/arm/soc/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:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:47
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_MCUX_LPC bool prompt "MCUX LPC GPIO driver" ifGPIO
&&HAS_MCUX
&&GPIO
depends onGPIO
&&HAS_MCUX
&&GPIO
help Enable the MCUX LPC pinmux driver.
(Definitions include propagated dependencies, including from if’s and menus.)