1# Microchip XEC PWM configuration options 2 3# Copyright (c) 2019 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config PWM_XEC 7 bool "Microchip XEC PWM" 8 default y 9 depends on DT_HAS_MICROCHIP_XEC_PWM_ENABLED 10 select PINCTRL 11 help 12 Enable driver to utilize PWM on the Microchip XEC IP block. 13 14config PWM_BBLED_XEC 15 bool "Microchip XEC PWM-BBLED" 16 default y 17 depends on DT_HAS_MICROCHIP_XEC_PWMBBLED_ENABLED 18 select PINCTRL 19 help 20 Enable driver to utilize the Microchip XEC Breathing-Blinking LED 21 as a PWM 22