2 # PWM infrastructure and devices
9 This enables PWM support through the generic PWM library.
15 tristate "Atmel AT32/AT91 PWM support"
16 depends on AVR32 || ARCH_AT91
18 This option enables device driver support for the PWMC
19 peripheral channels found on certain Atmel processors.
20 Pulse Width Modulation is used many for purposes, including
21 software controlled power-efficient backlights on LCD
22 displays, motor control, and waveform generation. If
26 tristate "PWM emulation using GPIO"
28 This option enables a single-channel PWM device using
29 a kernel interval timer and a GPIO pin. If unsure, say N.