Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb4bbbaa authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Nicolas Ferre
Browse files

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: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 00f247bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ config PWM_AB8500

config PWM_ATMEL
	tristate "Atmel PWM support"
	depends on ARCH_AT91
	depends on ARCH_AT91 || AVR32
	help
	  Generic PWM framework driver for Atmel SoC.