:orphan: .. title:: UART_RV32M1_LPUART_0 .. option:: CONFIG_UART_RV32M1_LPUART_0 *UART 0* Type: ``bool`` Help ==== Enable UART 0. Direct dependencies =================== (\ :option:`UART_RV32M1_LPUART ` && \ :option:`BOARD_RV32M1_VEGA `) || (\ :option:`UART_RV32M1_LPUART ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`UART_CONSOLE ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/riscv/rv32m1_vega/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config UART_RV32M1_LPUART_0 bool default y if \ :option:`UART_CONSOLE ` depends on \ :option:`UART_RV32M1_LPUART ` && \ :option:`BOARD_RV32M1_VEGA ` ---- At ``drivers/serial/Kconfig.rv32m1_lpuart:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:20`` → ``drivers/serial/Kconfig:119`` Menu path: (Top) → Device Drivers → Serial Drivers → RV32M1 LPUART driver .. parsed-literal:: config UART_RV32M1_LPUART_0 bool "UART 0" depends on \ :option:`UART_RV32M1_LPUART ` && \ :option:`SERIAL ` help Enable UART 0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*