CONFIG_SPI_RV32M1_LPSPI

RV32M1 LPSPI driver

Type: bool

Help

Enable the RV32M1 LPSPI driver.

Direct dependencies

(SPI && SOC_OPENISA_RV32M1_RISCV32) || (SPI && SOC_OPENISA_RV32M1_RISCV32) || (HAS_RV32M1_LPSPI && CLOCK_CONTROL && SPI)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr SoC>/riscv/openisa_rv32m1/Kconfig.defconfig:140

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config SPI_RV32M1_LPSPI
    bool
    default y
    depends on SPI && SOC_OPENISA_RV32M1_RISCV32

At <Zephyr 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 <Zephyr Driver>/spi/Kconfig.rv32m1_lpspi:6

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:40<Zephyr Driver>/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.)