1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 16:38:39 +03:00
openwrt-xburst/target/linux/generic/files/drivers/pwm/Kconfig
blogic 12c804da28 [kernel] clean up pwm patches and drivers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-28 20:47:08 +00:00

21 lines
410 B
Plaintext

#
# PWM infrastructure and devices
#
menuconfig GENERIC_PWM
tristate "PWM Support"
depends on SYSFS
help
This enables PWM support through the generic PWM library.
If unsure, say N.
if GENERIC_PWM
config GPIO_PWM
tristate "PWM emulation using GPIO"
help
This option enables a single-channel PWM device using
a kernel interval timer and a GPIO pin. If unsure, say N.
endif