1# TI CC13xx / CC26xx SPI configuration options
2
3# Copyright (c) 2019 Brett Witherspoon
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_CC13XX_CC26XX
7	bool "TI SimpleLink CC13xx / CC26xx SPI driver"
8	default y
9	depends on DT_HAS_TI_CC13XX_CC26XX_SPI_ENABLED
10	help
11	  Enable support for the TI SimpleLink CC13xx / CC26xx SPI peripheral
12