5002ea4c42
Add driver for OpenTitan SPI host. Tested and verified single SPI full duplex on opentitan_earlgrey in Verilator. Signed-off-by: Shawn Nematbakhsh <shawn@rivosinc.com>
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
# Copyright (c) 2023 Rivos Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_OPENTITAN
|
|
bool "OpenTitan SPI controller driver"
|
|
default y
|
|
depends on DT_HAS_LOWRISC_OPENTITAN_SPI_ENABLED
|
|
help
|
|
Enable the SPI peripherals on OpenTitan
|