aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-15 05:04:36 -0400
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-02 15:39:02 -0400
commit215c29d3d0e925189ade522d1ea6052a320d7692 (patch)
tree8540120b08bc764be976d9503acd93ebdd9d8fdb /drivers/pwm/Kconfig
parent29693248edf10830db2ef82b36806e378ff75c67 (diff)
ARM Samsung: Move s3c pwm driver to pwm framework
Move the driver to drivers/pwm/ and convert it to use the framework. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Kukjin Kim <kgene.kim@samsung.com> [eric@eukrea.com: fix pwmchip_add return code test] Signed-off-by: Eric BĂ©nard <eric@eukrea.com> 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 a9a971581108..0d9aa92636c3 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -36,6 +36,15 @@ config PWM_PXA
36 To compile this driver as a module, choose M here: the module 36 To compile this driver as a module, choose M here: the module
37 will be called pwm-pxa. 37 will be called pwm-pxa.
38 38
39config PWM_SAMSUNG
40 tristate "Samsung pwm support"
41 depends on PLAT_SAMSUNG
42 help
43 Generic PWM framework driver for Samsung.
44
45 To compile this driver as a module, choose M here: the module
46 will be called pwm-samsung.
47
39config PWM_TEGRA 48config PWM_TEGRA
40 tristate "NVIDIA Tegra PWM support" 49 tristate "NVIDIA Tegra PWM support"
41 depends on ARCH_TEGRA 50 depends on ARCH_TEGRA