2019-11-01 13:45:29 +01:00
|
|
|
# Microchip XEC PWM configuration options
|
|
|
|
|
2019-09-18 16:45:20 -07:00
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-04-13 20:43:58 +08:00
|
|
|
DT_COMPAT_PWM_XEC := microchip,xec-pwm
|
|
|
|
|
2019-09-18 16:45:20 -07:00
|
|
|
config PWM_XEC
|
|
|
|
bool "Microchip XEC PWM"
|
|
|
|
depends on SOC_FAMILY_MEC
|
2022-04-13 20:43:58 +08:00
|
|
|
default $(dt_compat_enabled,${DT_COMPAT_PWM_XEC})
|
2019-09-18 16:45:20 -07:00
|
|
|
help
|
|
|
|
Enable driver to utilize PWM on the Microchip XEC IP block.
|