-
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 if’s and menus.)
Defaults¶
- “y” if
UART_CONSOLE
&&UART_RV32M1_LPUART
&&BOARD_RV32M1_VEGA
Kconfig definitions¶
At boards/riscv32/rv32m1_vega/Kconfig.defconfig:11
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_RV32M1_LPUART_0 bool default "y" ifUART_CONSOLE
&&UART_RV32M1_LPUART
&&BOARD_RV32M1_VEGA
depends onUART_RV32M1_LPUART
&&BOARD_RV32M1_VEGA
At drivers/serial/Kconfig.rv32m1_lpuart:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:117
Menu path: (top menu) → Device Drivers → Serial Drivers → RV32M1 LPUART driver
menuconfig UART_RV32M1_LPUART_0 bool prompt "UART 0" ifUART_RV32M1_LPUART
&&SERIAL
depends onUART_RV32M1_LPUART
&&SERIAL
help Enable UART 0.
(Definitions include propagated dependencies, including from if’s and menus.)