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
) || (SERIAL
&& SOC_OPENISA_RV32M1_RISCV32
) || (HAS_RV32M1_LPUART
&& CLOCK_CONTROL
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
y
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/boards/riscv/rv32m1_vega/Kconfig.defconfig:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config UART_RV32M1_LPUART
bool
default y
depends on SERIAL && BOARD_RV32M1_VEGA
At <Zephyr>/soc/riscv/openisa_rv32m1/Kconfig.defconfig:132
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config UART_RV32M1_LPUART
bool
default y
depends on SERIAL && SOC_OPENISA_RV32M1_RISCV32
At <Zephyr>/soc/riscv/openisa_rv32m1/Kconfig.defconfig:132
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config UART_RV32M1_LPUART
bool
default y
depends on SERIAL && SOC_OPENISA_RV32M1_RISCV32
At <Zephyr>/drivers/serial/Kconfig.rv32m1_lpuart:6
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
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.)