summaryrefslogtreecommitdiff
path: root/drivers/pwm/Makefile
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2011-12-21 07:47:07 +0100
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 21:38:57 +0200
commit0134b932a02f272a3137e8331e38b69eff011587 (patch)
tree0a0d1719012f2fd26154a3f76f256d67e8f18a28 /drivers/pwm/Makefile
parent7299ab70e68e20e70cb45fe4ab4b6029fe964acd (diff)
pwm: Add NVIDIA Tegra SoC support
This commit adds a generic PWM framework driver for the PWFM controller found on NVIDIA Tegra SoCs. The driver is based on code from the Chromium kernel tree and was originally written by Gary King (NVIDIA) and later modified by Simon Que (Chromium). Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
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 3469c3d28b7a..12300f5e9016 100644
--- a/drivers/pwm/Makefile
+++ b/drivers/pwm/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_PWM) += core.o
+obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o