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_LITEX 7 bool "LiteX SPI controller driver" 8 default y 9 depends on DT_HAS_LITEX_SPI_ENABLED 10 help 11 Enable the SPI peripherals on LiteX 12 13config SPI_LITEX_LITESPI 14 bool "LiteX SPI LiteSPI controller driver" 15 default y 16 depends on DT_HAS_LITEX_SPI_LITESPI_ENABLED 17 help 18 Enable the SPI peripherals on LiteX 19