1# SiFive SPI Driver configuration options
2
3# Copyright (c) 2018 SiFive Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_SIFIVE
7	bool "SiFive SPI controller driver"
8	default y
9	depends on DT_HAS_SIFIVE_SPI0_ENABLED
10	help
11	  Enable the SPI peripherals on SiFive Freedom processors
12