blob: cd495540f01673ed2ce191034fdcb9866840e12a [file] [log] [blame]
# Kconfig - PWM configuration options
#
# Copyright (c) 2015 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig PWM
bool "PWM (Pulse Width Modulation) Drivers"
default n
help
Enable config options for PWM drivers.
if PWM
source "drivers/pwm/Kconfig.pca9685"
source "drivers/pwm/Kconfig.qmsi"
source "drivers/pwm/Kconfig.dw"
source "drivers/pwm/Kconfig.k64"
source "drivers/pwm/Kconfig.stm32"
endif # PWM