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

UART 1

Type: bool

Help

Enable UART 1.

Direct dependencies

RV32M1_INTMUX && UART_RV32M1_LPUART && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.rv32m1_lpuart:23

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_1
    bool
    prompt "UART 1" if RV32M1_INTMUX && UART_RV32M1_LPUART && SERIAL
    depends on RV32M1_INTMUX && UART_RV32M1_LPUART && SERIAL
    help
      Enable UART 1.

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