From: Nicolas Ferre Date: Thu, 22 Sep 2011 16:49:44 +0000 (+0200) Subject: ARM: at91: remove dependency for Atmel PWM driver selector in Kconfig X-Git-Tag: daily-2013.07.26.0_rel-roth-mp-3-partner~7488^2~4^2~2 X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff_plain;h=2d60cd15d4b0566d371373ca8433358af27dbf5f ARM: at91: remove dependency for Atmel PWM driver selector in Kconfig 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 Signed-off-by: Arnd Bergmann --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 2d6423c2d19..166d149d931 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