1# CC32XX GPIO configuration options
2
3# SPDX-License-Identifier: Apache-2.0
4
5config GPIO_CC32XX
6	bool "TI CC32XX GPIO driver"
7	default y
8	depends on DT_HAS_TI_CC32XX_GPIO_ENABLED
9	help
10	  Enable the GPIO driver on TI SimpleLink CC32xx boards
11