1# Copyright (c) 2023 Zephyr Project
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_CC13XX_CC26XX_TIMER
5	bool "TI SimpleLink CC13xx/CC26xx GPT timer PWM driver"
6	default y
7	depends on DT_HAS_TI_CC13XX_CC26XX_TIMER_PWM_ENABLED
8	select PINCTRL
9	help
10	  Enables TI SimpleLink CC13xx/CC26xx GPT timer PWM driver.
11