aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2011-12-21 01:47:07 -0500
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 15:38:57 -0400
commit0134b932a02f272a3137e8331e38b69eff011587 (patch)
tree0a0d1719012f2fd26154a3f76f256d67e8f18a28 /drivers/pwm/Kconfig
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/Kconfig')
-rw-r--r--drivers/pwm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 93c1052291a3..bda6f23af532 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -9,4 +9,14 @@ menuconfig PWM
9 9
10if PWM 10if PWM
11 11
12config PWM_TEGRA
13 tristate "NVIDIA Tegra PWM support"
14 depends on ARCH_TEGRA
15 help
16 Generic PWM framework driver for the PWFM controller found on NVIDIA
17 Tegra SoCs.
18
19 To compile this driver as a module, choose M here: the module
20 will be called pwm-tegra.
21
12endif 22endif