b2d9212ea0
The Microchip XEC platform always uses pinctrl, there's no need to keep extra macrology around pinctrl. Also updated driver's Kconfig options to `select PINCTRL`. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
22 lines
521 B
Plaintext
22 lines
521 B
Plaintext
# 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
|