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

SiFive SPI controller driver

Type: bool

Help

Enable the SPI peripherals on SiFive Freedom processors

Direct dependencies

SOC_SERIES_RISCV32_SIFIVE_FREEDOM && SPI

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig.sifive:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36drivers/spi/Kconfig:203

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

menuconfig SPI_SIFIVE
    bool
    prompt "SiFive SPI controller driver" if SOC_SERIES_RISCV32_SIFIVE_FREEDOM && SPI
    depends on SOC_SERIES_RISCV32_SIFIVE_FREEDOM && SPI
    help
      Enable the SPI peripherals on SiFive Freedom processors

(Definitions include propagated dependencies, including from if’s and menus.)