# LiteX SPI (LiteSPI) configuration option

# Copyright (c) 2019 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0

config SPI_LITESPI
	bool "LiteX SPI controller driver"
	default y
	depends on DT_HAS_LITEX_SPI_ENABLED
	help
	  Enable the SPI peripherals on LiteX
