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 ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/serial/Kconfig.rv32m1_lpuart:21
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:148
Menu path: (Top) → Device Drivers → Serial Drivers → RV32M1 LPUART driver
config UART_RV32M1_LPUART_1
    bool "UART 1"
    depends on RV32M1_INTMUX && UART_RV32M1_LPUART && SERIAL
    help
      Enable UART 1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)