diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 7b5220ca7d7f..1941587a7aa2 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -13,6 +13,15 @@ menuconfig MISC_DEVICES | |||
13 | 13 | ||
14 | if MISC_DEVICES | 14 | if MISC_DEVICES |
15 | 15 | ||
16 | config ATMEL_PWM | ||
17 | tristate "Atmel AT32/AT91 PWM support" | ||
18 | depends on AVR32 || ARCH_AT91 | ||
19 | help | ||
20 | This option enables device driver support for the PWM channels | ||
21 | on certain Atmel prcoessors. Pulse Width Modulation is used for | ||
22 | purposes including software controlled power-efficent backlights | ||
23 | on LCD displays, motor control, and waveform generation. | ||
24 | |||
16 | config IBM_ASM | 25 | config IBM_ASM |
17 | tristate "Device driver for IBM RSA service processor" | 26 | tristate "Device driver for IBM RSA service processor" |
18 | depends on X86 && PCI && INPUT && EXPERIMENTAL | 27 | depends on X86 && PCI && INPUT && EXPERIMENTAL |