13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
# SiFive SPI Driver configuration options
|
|
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_SIFIVE
|
|
bool "SiFive SPI controller driver"
|
|
default y
|
|
depends on DT_HAS_SIFIVE_SPI0_ENABLED
|
|
select PINCTRL if SOC_SERIES_SIFIVE_FREEDOM_FE300
|
|
help
|
|
Enable the SPI peripherals on SiFive Freedom processors
|