10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# Copyright (c) 2023 Zephyr Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PWM_CC13XX_CC26XX_TIMER
|
|
bool "TI SimpleLink CC13xx/CC26xx GPT timer PWM driver"
|
|
default y
|
|
depends on DT_HAS_TI_CC13XX_CC26XX_TIMER_PWM_ENABLED
|
|
help
|
|
Enables TI SimpleLink CC13xx/CC26xx GPT timer PWM driver.
|