:orphan: .. title:: SPI_SIFIVE .. option:: CONFIG_SPI_SIFIVE *SiFive SPI controller driver* Type: ``bool`` Help ==== Enable the SPI peripherals on SiFive Freedom processors Direct dependencies =================== (\ :option:`SPI ` && \ :option:`BOARD_HIFIVE1_REVB `) || (\ :option:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/riscv/hifive1_revb/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_SIFIVE bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_HIFIVE1_REVB ` ---- At ``drivers/spi/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:208`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: menuconfig SPI_SIFIVE bool "SiFive SPI controller driver" depends on \ :option:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` && \ :option:`SPI ` help Enable the SPI peripherals on SiFive Freedom processors *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*