-
CONFIG_USART_MCUX_LPC_0
¶
USART 0
Type: bool
Help¶
Enable USART 0.
Direct dependencies¶
(USART_MCUX_LPC
&& BOARD_LPCXPRESSO54114_M0
) || (USART_MCUX_LPC
&& BOARD_LPCXPRESSO54114_M4
) || (USART_MCUX_LPC
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “n” if
UART_CONSOLE
&&USART_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
- “y” if
UART_CONSOLE
&&USART_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
Kconfig definitions¶
At boards/arm/lpcxpresso54114_m0/Kconfig.defconfig:14
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USART_MCUX_LPC_0 bool default "n" ifUART_CONSOLE
&&USART_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
depends onUSART_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M0
At boards/arm/lpcxpresso54114_m4/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USART_MCUX_LPC_0 bool default "y" ifUART_CONSOLE
&&USART_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
depends onUSART_MCUX_LPC
&&BOARD_LPCXPRESSO54114_M4
At drivers/serial/Kconfig.mcux_lpc_usart:16
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:62
Menu path: (top menu) → Device Drivers → Serial Drivers → MCUX USART driver
menuconfig USART_MCUX_LPC_0 bool prompt "USART 0" ifUSART_MCUX_LPC
&&SERIAL
depends onUSART_MCUX_LPC
&&SERIAL
help Enable USART 0.
(Definitions include propagated dependencies, including from if’s and menus.)