-
CONFIG_UART_RV32M1_LPUART_0
¶
UART 0
Type: bool
Help¶
Enable UART 0.
Direct dependencies¶
(UART_RV32M1_LPUART
&& BOARD_RV32M1_VEGA
) || (UART_RV32M1_LPUART
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Default¶
y if
UART_CONSOLE
Kconfig definitions¶
At boards/riscv/rv32m1_vega/Kconfig.defconfig:12
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config UART_RV32M1_LPUART_0 bool default y ifUART_CONSOLE
depends onUART_RV32M1_LPUART
&&BOARD_RV32M1_VEGA
At drivers/serial/Kconfig.rv32m1_lpuart:16
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:119
Menu path: (Top) → Device Drivers → Serial Drivers → RV32M1 LPUART driver
config UART_RV32M1_LPUART_0 bool "UART 0" depends onUART_RV32M1_LPUART
&&SERIAL
help Enable UART 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)