:orphan: .. title:: CONFIG_SPI_SIFIVE .. kconfig:: CONFIG_SPI_SIFIVE CONFIG_SPI_SIFIVE ################# *SiFive SPI controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable the SPI peripherals on SiFive Freedom processors Direct dependencies =================== (\ :kconfig:`SPI ` && \ :kconfig:`BOARD_HIFIVE1_REVB `) || (\ :kconfig:`SPI ` && \ :kconfig:`BOARD_HIFIVE_UNLEASHED `) || (\ :kconfig:`SPI ` && \ :kconfig:`BOARD_HIFIVE_UNMATCHED `) || (\ :kconfig:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` && \ :kconfig:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Kconfig definitions =================== At ``/riscv/hifive1_revb/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SPI_SIFIVE bool default y depends on SPI && BOARD_HIFIVE1_REVB ---- At ``/riscv/hifive_unleashed/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SPI_SIFIVE bool default y depends on SPI && BOARD_HIFIVE_UNLEASHED ---- At ``/riscv/hifive_unmatched/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SPI_SIFIVE bool default y depends on SPI && BOARD_HIFIVE_UNMATCHED ---- At ``/spi/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:72`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig 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.)*