-
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 ifs and menus.)
Default¶
y if
UART_CONSOLE
Kconfig definitions¶
At boards/arm/frdm_kl25z/Kconfig.defconfig:66
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config UART_MCUX_LPSCI_0 bool default y ifUART_CONSOLE
depends onUART_MCUX_LPSCI
&&BOARD_FRDM_KL25Z
At drivers/serial/Kconfig.mcux_lpsci:14
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:73
Menu path: (Top) → Device Drivers → Serial Drivers → MCUX LPSCI driver
config UART_MCUX_LPSCI_0 bool "UART 0" depends onUART_MCUX_LPSCI
&&SERIAL
help Enable UART 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)