The latest development version of this page may be more current than this released 2.7.5 version.

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:8Kconfig.zephyr:27

Menu path: (Top)

config SPI_RV32M1_LPSPI
    bool
    default y
    depends on SPI && SOC_OPENISA_RV32M1_RISCV32

At drivers/spi/Kconfig.rv32m1_lpspi:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:40drivers/spi/Kconfig:56

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.)