CONFIG_SPI_RV32M1_LPSPI
RV32M1 LPSPI driver
Type: bool
Help
Enable the RV32M1 LPSPI driver.
Direct dependencies
(SPI
&& SOC_OPENISA_RV32M1_RISCV32
) || (HAS_RV32M1_LPSPI
&& CLOCK_CONTROL
&& SPI
)
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definitions
At <SoC>/riscv/openisa_rv32m1/Kconfig.defconfig:140
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config SPI_RV32M1_LPSPI
bool
default y
depends on SPI && SOC_OPENISA_RV32M1_RISCV32
At <Driver>/spi/Kconfig.rv32m1_lpspi:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:40
→ <Driver>/spi/Kconfig:66
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_RV32M1_LPSPI
bool "RV32M1 LPSPI driver"
depends on HAS_RV32M1_LPSPI && CLOCK_CONTROL && SPI
help
Enable the RV32M1 LPSPI driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)