:orphan: .. title:: SPI_LITESPI .. option:: CONFIG_SPI_LITESPI *LiteX SPI controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable the SPI peripherals on LiteX Direct dependencies =================== \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/spi/Kconfig.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:38`` → ``/spi/Kconfig:62`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig 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.)*