CONFIG_SPI_SIFIVE
SiFive SPI controller driver
Type: bool
Help
Enable the SPI peripherals on SiFive Freedom processors
Direct dependencies
(SPI
&& BOARD_HIFIVE1_REVB
) || (SPI
&& BOARD_HIFIVE_UNLEASHED
) || (SPI
&& BOARD_HIFIVE_UNMATCHED
) || (SOC_SERIES_RISCV_SIFIVE_FREEDOM
&& SPI
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
y
Kconfig definitions
At <Zephyr>/boards/riscv/hifive1_revb/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config SPI_SIFIVE
bool
default y
depends on SPI && BOARD_HIFIVE1_REVB
At <Zephyr>/boards/riscv/hifive_unleashed/Kconfig.defconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config SPI_SIFIVE
bool
default y
depends on SPI && BOARD_HIFIVE_UNLEASHED
At <Zephyr>/boards/riscv/hifive_unmatched/Kconfig.defconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config SPI_SIFIVE
bool
default y
depends on SPI && BOARD_HIFIVE_UNMATCHED
At <Zephyr>/drivers/spi/Kconfig.sifive:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/spi/Kconfig:72
Menu path: (Top) → Device Drivers → SPI hardware bus support
menuconfig SPI_SIFIVE
bool "SiFive SPI controller driver"
depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM && SPI
help
Enable the SPI peripherals on SiFive Freedom processors
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)