zephyr/drivers/pwm/Kconfig.xec
Gerard Marull-Paretas b2d9212ea0 drivers: all: mchp_xec: remove conditional support for pinctrl
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>
2023-04-24 13:34:22 +02:00

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