瀏覽代碼

pwm: Remove depends on AVR32

AVR32 is gone, so no more need to depend on it.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Corentin Labbe 7 年之前
父節點
當前提交
120cc2fff4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pwm/Kconfig

+ 1 - 1
drivers/pwm/Kconfig

@@ -43,7 +43,7 @@ config PWM_AB8500
 
 
 config PWM_ATMEL
 config PWM_ATMEL
 	tristate "Atmel PWM support"
 	tristate "Atmel PWM support"
-	depends on ARCH_AT91 || AVR32
+	depends on ARCH_AT91
 	help
 	help
 	  Generic PWM framework driver for Atmel SoC.
 	  Generic PWM framework driver for Atmel SoC.