You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
413 B
17 lines
413 B
# 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
|
|
|