-
CONFIG_UART_MCUX_LPSCI_0
¶
UART 0
Type: bool
Help¶
Enable UART 0.
Direct dependencies¶
(UART_MCUX_LPSCI
&& BOARD_FRDM_KL25Z
) || (UART_MCUX_LPSCI
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_CONSOLE
&&UART_MCUX_LPSCI
&&BOARD_FRDM_KL25Z
Kconfig definitions¶
At boards/arm/frdm_kl25z/Kconfig.defconfig:68
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_MCUX_LPSCI_0 bool default "y" ifUART_CONSOLE
&&UART_MCUX_LPSCI
&&BOARD_FRDM_KL25Z
depends onUART_MCUX_LPSCI
&&BOARD_FRDM_KL25Z
At drivers/serial/Kconfig.mcux_lpsci:18
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:64
Menu path: (top menu) → Device Drivers → Serial Drivers → MCUX LPSCI driver
menuconfig UART_MCUX_LPSCI_0 bool prompt "UART 0" ifUART_MCUX_LPSCI
&&SERIAL
depends onUART_MCUX_LPSCI
&&SERIAL
help Enable UART 0.
(Definitions include propagated dependencies, including from if’s and menus.)