1# TI CC13xx / CC26xx GPIO configuration options
2
3# Copyright (c) 2019 Brett Witherspoon
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_CC13XX_CC26XX
7	bool "TI SimpleLink CC13xx / CC26xx GPIO driver"
8	depends on SOC_SERIES_CC13X2_CC26X2
9	help
10	  Enable the TI SimpleLink CC13xx / CC26xx GPIO driver.
11