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	depends on SOC_FAMILY_MEC
9	help
10	  Enable driver to utilize PWM on the Microchip XEC IP block.
11