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

CONFIG_SPI_LITESPI

LiteX SPI controller driver

Type: bool

Help

Enable the SPI peripherals on LiteX

Direct dependencies

SOC_RISCV32_LITEX_VEXRISCV && SPI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig.litex:6

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

Menu path: (Top) → Device Drivers → SPI hardware bus support

config SPI_LITESPI
    bool "LiteX SPI controller driver"
    depends on SOC_RISCV32_LITEX_VEXRISCV && SPI
    help
      Enable the SPI peripherals on LiteX

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)