:orphan: .. title:: UART_RV32M1_LPUART .. option:: CONFIG_UART_RV32M1_LPUART *RV32M1 LPUART driver* Type: ``bool`` Help ==== Enable the RV32M1 LPUART driver. Direct dependencies =================== (\ :option:`SERIAL ` && \ :option:`BOARD_RV32M1_VEGA `) || (\ :option:`SERIAL ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :option:`HAS_RV32M1_LPUART ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/riscv/rv32m1_vega/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config UART_RV32M1_LPUART bool default y depends on \ :option:`SERIAL ` && \ :option:`BOARD_RV32M1_VEGA ` ---- At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config UART_RV32M1_LPUART bool default y depends on \ :option:`SERIAL ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/serial/Kconfig.rv32m1_lpuart:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:121`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: menuconfig UART_RV32M1_LPUART bool "RV32M1 LPUART driver" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`HAS_RV32M1_LPUART ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SERIAL ` help Enable the RV32M1 LPUART driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*