2019-11-01 20:45:29 +08:00
|
|
|
# SiFive SPI Driver configuration options
|
2018-11-22 03:28:29 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-07-11 18:30:52 +08:00
|
|
|
config SPI_SIFIVE
|
2018-11-22 03:28:29 +08:00
|
|
|
bool "SiFive SPI controller driver"
|
2019-07-19 11:05:53 +08:00
|
|
|
depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM
|
2018-11-22 03:28:29 +08:00
|
|
|
help
|
|
|
|
Enable the SPI peripherals on SiFive Freedom processors
|