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 Kconfig:8 → 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 Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/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 Kconfig:8 → Kconfig.zephyr:27
Menu path: (Top)
config UART_RV32M1_LPUART
    bool
    default y
    depends on SERIAL && SOC_OPENISA_RV32M1_RISCV32
At <Zephyr Driver>/serial/Kconfig.rv32m1_lpuart:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:148
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.)