:orphan: .. title:: CONFIG_UART_RV32M1_LPUART_2 .. kconfig:: CONFIG_UART_RV32M1_LPUART_2 CONFIG_UART_RV32M1_LPUART_2 ########################### *UART 2* Type: ``bool`` Help ==== .. code-block:: none Enable UART 2. Direct dependencies =================== \ :kconfig:`RV32M1_INTMUX ` && \ :kconfig:`UART_RV32M1_LPUART ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig.rv32m1_lpuart:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:148`` Menu path: (Top) → Device Drivers → Serial Drivers → RV32M1 LPUART driver .. code-block:: kconfig config UART_RV32M1_LPUART_2 bool "UART 2" depends on RV32M1_INTMUX && UART_RV32M1_LPUART && SERIAL help Enable UART 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*