diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-05 21:32:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-05 21:32:31 -0400 |
commit | 9712d3c377a9868355ea9a611aca3c54f88dc576 (patch) | |
tree | 67f1e0dcc9a8fee4acf7d39622a998333464bafe /drivers/input/misc | |
parent | 2bf73dd61a84cdf27e49f48e08739af6ba70ace1 (diff) | |
parent | 2ae69a460413615c82381b240df3800a909100d3 (diff) |
Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
Pull pwm changes from Thierry Reding:
"The legacy HAVE_PWM Kconfig symbol is finally being retired. Thanks a
lot to Sascha Hauer for doing that.
Three new drivers are added: Freescale FTM, Cirrus Logic CLPS711X and
Intel Low Power Subsystem.
An assortment of fixes and cleanups rounds things off for this release
cycle"
* tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm:
pwm: pxa: Constify OF match table
pwm: pxa: Fix typo "pwm" -> "PWM"
Revert "pwm: pxa: Use of_match_ptr()"
pwm: add support for Intel Low Power Subsystem PWM
pwm: Add CLPS711X PWM support
pwm: atmel: correct CDTY calculation
pwm: atmel: Fix polarity handling
Documentation: Add device tree bindings for Freescale FTM PWM.
pwm: Add Freescale FTM PWM driver support
pwm: pxa: Use of_match_ptr()
pwm: samsung: Use SIMPLE_DEV_PM_OPS macro
pwm: renesas-tpu: Add dependency on HAS_IOMEM
pwm: Remove obsolete HAVE_PWM Kconfig symbol
Diffstat (limited to 'drivers/input/misc')
-rw-r--r-- | drivers/input/misc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index f772981bdcdb..5928ea71dd69 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -156,7 +156,7 @@ config INPUT_MAX8925_ONKEY | |||
156 | 156 | ||
157 | config INPUT_MAX8997_HAPTIC | 157 | config INPUT_MAX8997_HAPTIC |
158 | tristate "MAXIM MAX8997 haptic controller support" | 158 | tristate "MAXIM MAX8997 haptic controller support" |
159 | depends on PWM && HAVE_PWM && MFD_MAX8997 | 159 | depends on PWM && MFD_MAX8997 |
160 | select INPUT_FF_MEMLESS | 160 | select INPUT_FF_MEMLESS |
161 | help | 161 | help |
162 | This option enables device driver support for the haptic controller | 162 | This option enables device driver support for the haptic controller |
@@ -470,7 +470,7 @@ config INPUT_PCF8574 | |||
470 | 470 | ||
471 | config INPUT_PWM_BEEPER | 471 | config INPUT_PWM_BEEPER |
472 | tristate "PWM beeper support" | 472 | tristate "PWM beeper support" |
473 | depends on PWM && HAVE_PWM | 473 | depends on PWM |
474 | help | 474 | help |
475 | Say Y here to get support for PWM based beeper devices. | 475 | Say Y here to get support for PWM based beeper devices. |
476 | 476 | ||