-
CONFIG_UART_RV32M1_LPUART
¶
RV32M1 LPUART driver
Type: bool
Help¶
Enable the RV32M1 LPUART driver.
Direct dependencies¶
(SERIAL
&& BOARD_RV32M1_VEGA
) || (SERIAL
&& SOC_OPENISA_RV32M1_RISCV32
) || (HAS_RV32M1_LPUART
&& CLOCK_CONTROL
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&BOARD_RV32M1_VEGA
- “y” if
SERIAL
&&SOC_OPENISA_RV32M1_RISCV32
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/riscv32/rv32m1_vega/Kconfig.defconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_RV32M1_LPUART bool default "y" ifSERIAL
&&BOARD_RV32M1_VEGA
depends onSERIAL
&&BOARD_RV32M1_VEGA
At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:183
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_RV32M1_LPUART bool default "y" ifSERIAL
&&SOC_OPENISA_RV32M1_RISCV32
depends onSERIAL
&&SOC_OPENISA_RV32M1_RISCV32
At drivers/serial/Kconfig.rv32m1_lpuart:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:117
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_RV32M1_LPUART bool prompt "RV32M1 LPUART driver" ifHAS_RV32M1_LPUART
&&CLOCK_CONTROL
&&SERIAL
selectSERIAL_HAS_DRIVER
ifHAS_RV32M1_LPUART
&&CLOCK_CONTROL
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifHAS_RV32M1_LPUART
&&CLOCK_CONTROL
&&SERIAL
depends onHAS_RV32M1_LPUART
&&CLOCK_CONTROL
&&SERIAL
help Enable the RV32M1 LPUART driver.
(Definitions include propagated dependencies, including from if’s and menus.)