diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 22:18:39 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 22:18:39 +0200 |
commit | 589a66da99b0c7d017216c465b770c9de5028783 (patch) | |
tree | c013d34ca3c2060ed3b9d8523a0cc4bbf6eefbd3 /drivers/misc | |
parent | 32d80f97fe4a86b7e9de5d13030432de115119b1 (diff) | |
parent | 519dc3cdfd06fbb67111542fd50d6533b7d1d693 (diff) | |
download | linux-stable-589a66da99b0c7d017216c465b770c9de5028783.tar.gz linux-stable-589a66da99b0c7d017216c465b770c9de5028783.tar.bz2 linux-stable-589a66da99b0c7d017216c465b770c9de5028783.zip |
Merge branch 'fixes' into next/fixes
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 2d6423c2d193..166d149d931e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -63,7 +63,7 @@ config AD525X_DPOT_SPI config ATMEL_PWM tristate "Atmel AT32/AT91 PWM support" - depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 + depends on HAVE_CLK help This option enables device driver support for the PWM channels on certain Atmel processors. Pulse Width Modulation is used for |