zephyr/drivers/pwm/Kconfig.sam0_tc
Teresa Zepeda Ventura 830fe6ec19 drivers: pwm: add a SAM0 TC based PWM driver
This runs the Timer/counter in 'normal' PWM mode (for 8-bits)
and in 'match' PWM mode (for 16-bits).

Signed-off-by: Teresa Zepeda Ventura <teresa.zvent@gmail.com>
2024-12-17 23:14:32 +01:00

17 lines
413 B
Text

# Atmel SAM0 TCC as PWM configuration
# Copyright (c) 2020 Google LLC
# SPDX-License-Identifier: Apache-2.0
config PWM_SAM0_TC
bool "Atmel SAM0 MCU Family TC PWM Driver"
default y
depends on DT_HAS_ATMEL_SAM0_TC_PWM_ENABLED
help
Enable PWM driver for Atmel SAM0 MCUs using the TC timer/counter.
config PWM_TC_INIT_PRIORITY
int "Init Priority"
default 50
help
Device driver initialization priority