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
|