Browse Source

PWM: atmel: allow building for AVR32

The Atmel PWM IP can be found on avr32 chips. This allows selecting and building
the driver on avr32.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Alexandre Belloni 11 years ago
parent
commit
bb4bbbaae2
1 changed files with 1 additions and 1 deletions
  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
+	depends on ARCH_AT91 || AVR32
 	help
 	help
 	  Generic PWM framework driver for Atmel SoC.
 	  Generic PWM framework driver for Atmel SoC.