1# Copyright (c) 2021 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4config SPI_TELINK_B91
5 bool "Telink Semiconductor B91 SPI driver"
6 default y
7 depends on DT_HAS_TELINK_B91_SPI_ENABLED
8 select PINCTRL
9 help
10 Enables Telink B91 SPI driver.
11