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

UART 2

Type: bool

Help

Enable UART 2.

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:29

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

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