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.
21 lines
521 B
21 lines
521 B
# Microchip XEC PWM configuration options |
|
|
|
# Copyright (c) 2019 Intel Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config PWM_XEC |
|
bool "Microchip XEC PWM" |
|
default y |
|
depends on DT_HAS_MICROCHIP_XEC_PWM_ENABLED |
|
select PINCTRL |
|
help |
|
Enable driver to utilize PWM on the Microchip XEC IP block. |
|
|
|
config PWM_BBLED_XEC |
|
bool "Microchip XEC PWM-BBLED" |
|
default y |
|
depends on DT_HAS_MICROCHIP_XEC_PWMBBLED_ENABLED |
|
select PINCTRL |
|
help |
|
Enable driver to utilize the Microchip XEC Breathing-Blinking LED |
|
as a PWM
|
|
|