projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f247b
)
PWM: atmel: allow building for AVR32
author
Alexandre Belloni
<alexandre.belloni@free-electrons.com>
Wed, 28 May 2014 23:20:10 +0000
(
01:20
+0200)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 9 Jul 2014 13:13:31 +0000
(15:13 +0200)
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>
drivers/pwm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pwm/Kconfig
b/drivers/pwm/Kconfig
index 4ad7b89a4cb44c4ee200b79036750fcce267e674..331dfca415c75fc19dcb79d63f2df861a22cb159 100644
(file)
--- a/
drivers/pwm/Kconfig
+++ b/
drivers/pwm/Kconfig
@@
-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.