1# LiteX SPI (LiteSPI) configuration option
2
3# Copyright (c) 2019 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_LITESPI
7 bool "LiteX SPI controller driver"
8 depends on SOC_RISCV32_LITEX_VEXRISCV
9 help
10 Enable the SPI peripherals on LiteX
11