The latest development version of this page may be more current than this released 2.3.0 version.
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:8Kconfig.zephyr:24

Menu path: (Top)

config UART_RV32M1_LPUART
    bool
    default y
    depends on SERIAL && BOARD_RV32M1_VEGA

At soc/riscv/openisa_rv32m1/Kconfig.defconfig:135

Included via Kconfig:8Kconfig.zephyr:25

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:8Kconfig.zephyr:32drivers/Kconfig:22drivers/serial/Kconfig:119

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.)