zephyr/drivers/pwm/Kconfig.xec

14 lines
349 B
Plaintext

# Microchip XEC PWM configuration options
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_PWM_XEC := microchip,xec-pwm
config PWM_XEC
bool "Microchip XEC PWM"
depends on SOC_FAMILY_MEC
default $(dt_compat_enabled,${DT_COMPAT_PWM_XEC})
help
Enable driver to utilize PWM on the Microchip XEC IP block.