-
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 <Zephyr>/soc/riscv/openisa_rv32m1/Kconfig.defconfig:140
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config SPI_RV32M1_LPSPI bool default y depends onSPI
&&SOC_OPENISA_RV32M1_RISCV32
At <Zephyr>/drivers/spi/Kconfig.rv32m1_lpspi:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
→ <Zephyr>/drivers/spi/Kconfig:202
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_RV32M1_LPSPI bool "RV32M1 LPSPI driver" depends onHAS_RV32M1_LPSPI
&&CLOCK_CONTROL
&&SPI
help Enable the RV32M1 LPSPI driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)