2019-11-01 13:45:29 +01:00
|
|
|
# SiFive SPI Driver configuration options
|
2018-11-21 20:28:29 +01:00
|
|
|
|
|
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-07-11 12:30:52 +02:00
|
|
|
config SPI_SIFIVE
|
2018-11-21 20:28:29 +01:00
|
|
|
bool "SiFive SPI controller driver"
|
2022-07-20 23:14:56 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SIFIVE_SPI0_ENABLED
|
2018-11-21 20:28:29 +01:00
|
|
|
help
|
|
|
|
Enable the SPI peripherals on SiFive Freedom processors
|