aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-01-02 14:53:50 -0500
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 15:38:59 -0400
commita4315e3c11f97ea0fa602184fa310161309657df (patch)
tree859df4b9b0733be80f20ecf42c8430584215a1ca /drivers/pwm/Kconfig
parent140fd977dc46bc750258f082cdf1cfea79dc1d14 (diff)
pwm: Move Blackfin PWM driver to PWM framework
This commit moves the Blackfin PWM driver to the drivers/pwm sub- directory and converts it to register with the new PWM framework. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index bda6f23af532..eb5404268135 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -9,6 +9,15 @@ menuconfig PWM
9 9
10if PWM 10if PWM
11 11
12config PWM_BFIN
13 tristate "Blackfin PWM support"
14 depends on BFIN_GPTIMERS
15 help
16 Generic PWM framework driver for Blackfin.
17
18 To compile this driver as a module, choose M here: the module
19 will be called pwm-bfin.
20
12config PWM_TEGRA 21config PWM_TEGRA
13 tristate "NVIDIA Tegra PWM support" 22 tristate "NVIDIA Tegra PWM support"
14 depends on ARCH_TEGRA 23 depends on ARCH_TEGRA