#
# PWM infrastructure and devices
#

menuconfig GENERIC_PWM
	tristate "PWM Support"
	help
	  This enables PWM support through the generic PWM library.
	  If unsure, say N.

if GENERIC_PWM

config ATMEL_PWM
	tristate "Atmel AT32/AT91 PWM support"
	depends on AVR32 || ARCH_AT91
	help
	  This option enables device driver support for the PWMC
	  peripheral channels found on certain Atmel processors.
	  Pulse Width Modulation is used many for purposes, including
	  software controlled power-efficent backlights on LCD
	  displays, motor control, and waveform generation.  If
	  unsure, say N.

config NS9XXX_PWM
	tristate "Digi NS9XXX PWM support"
	depends on ARCH_NS9XXX && !CC9P9215JS_SERIAL_PORTA && !SPI && !CC9P9215JS_SERIAL_PORTC_CTSRTSRXTX && !CC9P9215JS_SERIAL_PORTC_FULL
	help
	  This option enables device driver support for the PWMC
	  peripheral channels found on certain NetSilicon processors.
	  Pulse Width Modulation is used many for purposes, including
	  software controlled power-efficent backlights on LCD
	  displays, motor control, and waveform generation.  If
	  unsure, say N.

endif
