ARM: at91: remove dependency for Atmel PWM driver selector in Kconfig
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 22 Sep 2011 16:49:44 +0000 (18:49 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 7 Oct 2011 15:39:19 +0000 (17:39 +0200)
Remove dependency line which was not including the SAM9G45.

[arnd: added dependency on HAVE_CLK to avoid breaking other machines]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/misc/Kconfig

index 2d6423c..166d149 100644 (file)
@@ -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