:orphan: .. title:: CONFIG_SPI_LITESPI .. kconfig:: CONFIG_SPI_LITESPI CONFIG_SPI_LITESPI ################## *LiteX SPI controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable the SPI peripherals on LiteX Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :kconfig:`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:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:70`` 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.)*