:orphan: .. title:: SPI_LITESPI .. option:: CONFIG_SPI_LITESPI *LiteX SPI controller driver* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:216`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_LITESPI bool "LiteX SPI controller driver" depends on \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`SPI ` help Enable the SPI peripherals on LiteX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*