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 default y 9 depends on DT_HAS_TI_CC13XX_CC26XX_GPIO_ENABLED 10 help 11 Enable the TI SimpleLink CC13xx / CC26xx GPIO driver. 12