1# Atmel SAM0 TCC as PWM configuration 2 3# Copyright (c) 2020 Google LLC 4# SPDX-License-Identifier: Apache-2.0 5 6config PWM_SAM0_TC 7 bool "Atmel SAM0 MCU Family TC PWM Driver" 8 default y 9 depends on DT_HAS_ATMEL_SAM0_TC_PWM_ENABLED 10 help 11 Enable PWM driver for Atmel SAM0 MCUs using the TC timer/counter. 12 13config PWM_TC_INIT_PRIORITY 14 int "Init Priority" 15 default 50 16 help 17 Device driver initialization priority 18