:orphan: .. title:: UART_RV32M1_LPUART_3 .. option:: CONFIG_UART_RV32M1_LPUART_3 *UART 3* Type: ``bool`` Help ==== Enable UART 3. Direct dependencies =================== \ :option:`RV32M1_INTMUX ` && \ :option:`UART_RV32M1_LPUART ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.rv32m1_lpuart:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:121`` Menu path: (Top) → Device Drivers → Serial Drivers → RV32M1 LPUART driver .. parsed-literal:: config UART_RV32M1_LPUART_3 bool "UART 3" depends on \ :option:`RV32M1_INTMUX ` && \ :option:`UART_RV32M1_LPUART ` && \ :option:`SERIAL ` help Enable UART 3. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*