# SPDX-License-Identifier: GPL-2.0-only
#
# Touchscreen driver configuration
#
menu "PWM Drivers"
	depends on AW_BSP

config AW_PWM
	tristate "PWM Support for Allwinner SoCs"
	select PWM
	help
	  This enables suppport for Pulse-Width Modulation module on Allwinner SoCs.

config AW_SOFT_PWM
	tristate "Soft-PWM Support for Allwinner SoCs"
	help
	  Soft-PWM is a kind of PWM generated by software. The implementation
	  is based on GPIO and Timers. It's more flexible while providing less accuracy.

endmenu
