You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
336 B
12 lines
336 B
# 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
|
|
|