1# Copyright (c) 2023 Rivos Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config SPI_OPENTITAN
5 bool "OpenTitan SPI controller driver"
6 default y
7 depends on DT_HAS_LOWRISC_OPENTITAN_SPI_ENABLED
8 help
9 Enable the SPI peripherals on OpenTitan
10