The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_RV32M1_LPUART_0

UART 0

Type: bool

Help

Enable UART 0.

Direct dependencies

(UART_RV32M1_LPUART && BOARD_RV32M1_VEGA) || (UART_RV32M1_LPUART && SERIAL)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At boards/riscv32/rv32m1_vega/Kconfig.defconfig:11

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_RV32M1_LPUART_0
    bool
    default "y" if UART_CONSOLE && UART_RV32M1_LPUART && BOARD_RV32M1_VEGA
    depends on UART_RV32M1_LPUART && BOARD_RV32M1_VEGA

At drivers/serial/Kconfig.rv32m1_lpuart:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:117

Menu path: (top menu) → Device Drivers → Serial Drivers → RV32M1 LPUART driver

menuconfig UART_RV32M1_LPUART_0
    bool
    prompt "UART 0" if UART_RV32M1_LPUART && SERIAL
    depends on UART_RV32M1_LPUART && SERIAL
    help
      Enable UART 0.

(Definitions include propagated dependencies, including from if’s and menus.)