CONFIG_UART_RV32M1_LPUART_2
UART 2
Type: bool
Help
Enable UART 2.
Direct dependencies
RV32M1_INTMUX
&& UART_RV32M1_LPUART
&& SERIAL
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/serial/Kconfig.rv32m1_lpuart:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:160
Menu path: (Top) → Device Drivers → Serial Drivers → RV32M1 LPUART driver
config UART_RV32M1_LPUART_2
bool "UART 2"
depends on RV32M1_INTMUX && UART_RV32M1_LPUART && SERIAL
help
Enable UART 2.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)