diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 21:06:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 21:06:29 -0400 |
commit | 34b20e6df6970e36b93f445669ba5ef7a05fe01a (patch) | |
tree | fef410a481679304046ad5b2b06579e34fdd1e73 /drivers/pwm/Kconfig | |
parent | 06b49ea43c0cdd22625883e555e45e66ef29e201 (diff) | |
parent | f6306299080bbb1a77ad39494203f5397a5c2630 (diff) |
Merge tag 'pwm/for-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
Pull pwm changes from Thierry Reding:
"The set of changes for this merge window contains two new drivers: one
for Rockchip SoCs and another for STMicroelectronics STiH4xx SoCs.
The remainder of the changes are the usual small cleanups such as
removing redundant OOM messages, signalling that a PWM chip's
operations can sleep and removing an unneeded dependency"
* tag 'pwm/for-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm:
pwm: rockchip: Added to support for RK3288 SoC
pwm: rockchip: document RK3288 SoC compatible
pwm: sti: Remove PWM period table
pwm: sti: Sync between enable/disable calls
pwm: sti: Ensure same period values for all channels
pwm: sti: Fix PWM prescaler handling
pwm: sti: Supply Device Tree binding documentation for ST's PWM IP
pwm: sti: Add new driver for ST's PWM IP
pwm: imx: set can_sleep flag for imx_pwm
pwm: lpss: remove dependency on clk framework
pwm: pwm-tipwmss: remove unnecessary OOM messages
pwm: rockchip: document device tree bindings
pwm: add Rockchip SoC PWM support
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 331dfca415c7..b800783800a3 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -206,6 +206,13 @@ config PWM_RENESAS_TPU | |||
206 | To compile this driver as a module, choose M here: the module | 206 | To compile this driver as a module, choose M here: the module |
207 | will be called pwm-renesas-tpu. | 207 | will be called pwm-renesas-tpu. |
208 | 208 | ||
209 | config PWM_ROCKCHIP | ||
210 | tristate "Rockchip PWM support" | ||
211 | depends on ARCH_ROCKCHIP | ||
212 | help | ||
213 | Generic PWM framework driver for the PWM controller found on | ||
214 | Rockchip SoCs. | ||
215 | |||
209 | config PWM_SAMSUNG | 216 | config PWM_SAMSUNG |
210 | tristate "Samsung PWM support" | 217 | tristate "Samsung PWM support" |
211 | depends on PLAT_SAMSUNG | 218 | depends on PLAT_SAMSUNG |
@@ -226,6 +233,16 @@ config PWM_SPEAR | |||
226 | To compile this driver as a module, choose M here: the module | 233 | To compile this driver as a module, choose M here: the module |
227 | will be called pwm-spear. | 234 | will be called pwm-spear. |
228 | 235 | ||
236 | config PWM_STI | ||
237 | tristate "STiH4xx PWM support" | ||
238 | depends on ARCH_STI | ||
239 | depends on OF | ||
240 | help | ||
241 | Generic PWM framework driver for STiH4xx SoCs. | ||
242 | |||
243 | To compile this driver as a module, choose M here: the module | ||
244 | will be called pwm-sti. | ||
245 | |||
229 | config PWM_TEGRA | 246 | config PWM_TEGRA |
230 | tristate "NVIDIA Tegra PWM support" | 247 | tristate "NVIDIA Tegra PWM support" |
231 | depends on ARCH_TEGRA | 248 | depends on ARCH_TEGRA |