aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2014-06-21 16:22:06 +0200
committerThierry Reding <thierry.reding@gmail.com>2014-07-11 15:54:51 +0200
commit101353c82a4435aa2fc5bbd4aebafcd2d388171c (patch)
tree187119cbea2ca3ed0631a52e917e5df72c2e0e9c /drivers/pwm/Kconfig
parentLinux 3.16-rc1 (diff)
downloadlinux-dev-101353c82a4435aa2fc5bbd4aebafcd2d388171c.tar.xz
linux-dev-101353c82a4435aa2fc5bbd4aebafcd2d388171c.zip
pwm: add Rockchip SoC PWM support
This commit adds a driver for the PWM controller found on Rockchip RK29, RK30 and RK31 SoCs. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 4ad7b89a4cb4..a86879a313e4 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -206,6 +206,13 @@ config PWM_RENESAS_TPU
To compile this driver as a module, choose M here: the module
will be called pwm-renesas-tpu.
+config PWM_ROCKCHIP
+ tristate "Rockchip PWM support"
+ depends on ARCH_ROCKCHIP
+ help
+ Generic PWM framework driver for the PWM controller found on
+ Rockchip SoCs.
+
config PWM_SAMSUNG
tristate "Samsung PWM support"
depends on PLAT_SAMSUNG