summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Makefile
diff options
context:
space:
mode:
authorBo Shen2013-12-13 07:41:49 +0100
committerThierry Reding2013-12-17 11:26:42 +0100
commit32b16d46e4154d6f9d9c1d5dd35f64cdf08b7aea (patch)
treedb63f8597e2a2ccad3cfacd94536b74a4c6d64ed /drivers/pwm/Makefile
parentbacklight: pwm_bl: Remove error message upon devm_kzalloc() failure (diff)
downloadkernel-qcow2-linux-32b16d46e4154d6f9d9c1d5dd35f64cdf08b7aea.tar.gz
kernel-qcow2-linux-32b16d46e4154d6f9d9c1d5dd35f64cdf08b7aea.tar.xz
kernel-qcow2-linux-32b16d46e4154d6f9d9c1d5dd35f64cdf08b7aea.zip
pwm: atmel-pwm: Add Atmel PWM controller driver
Add a PWM framework driver for the PWM controller found on Atmel SoCs. Signed-off-by: Bo Shen <voice.shen@atmel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> [thierry.reding: coding style and other minor cleanups] Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Makefile')
-rw-r--r--drivers/pwm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/Makefile b/drivers/pwm/Makefile
index 8b754e4dba4a..1b99cfbde527 100644
--- a/drivers/pwm/Makefile
+++ b/drivers/pwm/Makefile
@@ -1,6 +1,7 @@
obj-$(CONFIG_PWM) += core.o
obj-$(CONFIG_PWM_SYSFS) += sysfs.o
obj-$(CONFIG_PWM_AB8500) += pwm-ab8500.o
+obj-$(CONFIG_PWM_ATMEL) += pwm-atmel.o
obj-$(CONFIG_PWM_ATMEL_TCB) += pwm-atmel-tcb.o
obj-$(CONFIG_PWM_BFIN) += pwm-bfin.o
obj-$(CONFIG_PWM_EP93XX) += pwm-ep93xx.o