:orphan: .. title:: CONFIG_UART_RV32M1_LPUART .. kconfig:: CONFIG_UART_RV32M1_LPUART CONFIG_UART_RV32M1_LPUART ######################### *RV32M1 LPUART driver* Type: ``bool`` Help ==== .. code-block:: none Enable the RV32M1 LPUART driver. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_RV32M1_VEGA `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`HAS_RV32M1_LPUART ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/riscv/rv32m1_vega/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_RV32M1_LPUART bool default y depends on SERIAL && BOARD_RV32M1_VEGA ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config UART_RV32M1_LPUART bool default y depends on SERIAL && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config UART_RV32M1_LPUART bool default y depends on SERIAL && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/serial/Kconfig.rv32m1_lpuart:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:148`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig menuconfig UART_RV32M1_LPUART bool "RV32M1 LPUART driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on HAS_RV32M1_LPUART && CLOCK_CONTROL && SERIAL help Enable the RV32M1 LPUART driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*