-
CONFIG_USART_MCUX_LPC
¶
MCUX USART driver
Type: bool
Help¶
Enable the MCUX USART driver.
Direct dependencies¶
(SERIAL
&& SOC_LPC54114_M0
&& SOC_SERIES_LPC54XXX
) || (SERIAL
&& SOC_LPC54114_M4
&& SOC_SERIES_LPC54XXX
) || (HAS_MCUX
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “n” if
SERIAL
&&SOC_LPC54114_M0
&&SOC_SERIES_LPC54XXX
- “y” if
SERIAL
&&SOC_LPC54114_M4
&&SOC_SERIES_LPC54XXX
Symbols selected by this symbol¶
SERIAL_HAS_DRIVER
ifHAS_MCUX
&&SERIAL
Kconfig definitions¶
At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:34
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 USART_MCUX_LPC bool default "n" ifSERIAL
&&SOC_LPC54114_M0
&&SOC_SERIES_LPC54XXX
depends onSERIAL
&&SOC_LPC54114_M0
&&SOC_SERIES_LPC54XXX
At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:30
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 USART_MCUX_LPC bool default "y" ifSERIAL
&&SOC_LPC54114_M4
&&SOC_SERIES_LPC54XXX
depends onSERIAL
&&SOC_LPC54114_M4
&&SOC_SERIES_LPC54XXX
At drivers/serial/Kconfig.mcux_lpc_usart:7
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:69
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig USART_MCUX_LPC bool prompt "MCUX USART driver" ifHAS_MCUX
&&SERIAL
selectSERIAL_HAS_DRIVER
ifHAS_MCUX
&&SERIAL
depends onHAS_MCUX
&&SERIAL
help Enable the MCUX USART driver.
(Definitions include propagated dependencies, including from if’s and menus.)