-
CONFIG_UART_RV32M1_LPUART¶
RV32M1 LPUART driver
Type: bool
Help¶
Enable the RV32M1 LPUART driver.
Direct dependencies¶
(SERIAL && BOARD_RV32M1_VEGA) || (SERIAL && SOC_OPENISA_RV32M1_RISCV32) || (HAS_RV32M1_LPUART && CLOCK_CONTROL && SERIAL)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/riscv/rv32m1_vega/Kconfig.defconfig:10
Included via Kconfig:8 → Kconfig.zephyr:18
Menu path: (Top)
config UART_RV32M1_LPUART
bool
default y
depends on SERIAL && BOARD_RV32M1_VEGA
At soc/riscv/openisa_rv32m1/Kconfig.defconfig:132
Included via Kconfig:8 → Kconfig.zephyr:19 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config UART_RV32M1_LPUART
bool
default y
depends on SERIAL && SOC_OPENISA_RV32M1_RISCV32
At drivers/serial/Kconfig.rv32m1_lpuart:6
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:24 → drivers/serial/Kconfig:121
Menu path: (Top) → Device Drivers → Serial Drivers
menuconfig UART_RV32M1_LPUART
bool "RV32M1 LPUART driver"
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
depends on HAS_RV32M1_LPUART && CLOCK_CONTROL && SERIAL
help
Enable the RV32M1 LPUART driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)