diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-07-04 11:14:22 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-07-04 11:14:22 -0400 |
| commit | ec0337e089b21d1d81e23d31807a9b02df11daac (patch) | |
| tree | cef4dfcfa876cf1d4c54e346f263f85c14498071 /drivers/input/touchscreen/Kconfig | |
| parent | 5c65e7be4cbb015e39759275746f31bb6fa74f77 (diff) | |
| parent | a5cba18c4de288335a975b5d57b68f6787330985 (diff) | |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull second round of input updates from Dmitry Torokhov:
"A new driver for Weida wdt87xx touch controllers, and a bunch of
fixups for other drivers"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR event
Input: wdt87xx_i2c - remove stray newline in diagnostic message
Input: arc_ps2 - add HAS_IOMEM dependency
Input: wdt87xx_i2c - fix format warning
Input: improve parsing OF parameters for touchscreens
Input: edt-ft5x06 - mark as direct input device
Input: use for_each_set_bit() where appropriate
Input: add a driver for wdt87xx touchscreen controller
Input: axp20x-pek - fix reporting button state as inverted
Input: xpad - re-send LED command on present event
Input: xpad - set the LEDs properly on XBox Wireless controllers
Input: imx_keypad - check for clk_prepare_enable() error
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index d20fe1dff403..a854c6e5f09e 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -658,6 +658,18 @@ config TOUCHSCREEN_PIXCIR | |||
| 658 | To compile this driver as a module, choose M here: the | 658 | To compile this driver as a module, choose M here: the |
| 659 | module will be called pixcir_i2c_ts. | 659 | module will be called pixcir_i2c_ts. |
| 660 | 660 | ||
| 661 | config TOUCHSCREEN_WDT87XX_I2C | ||
| 662 | tristate "Weida HiTech I2C touchscreen" | ||
| 663 | depends on I2C | ||
| 664 | help | ||
| 665 | Say Y here if you have a Weida WDT87XX I2C touchscreen | ||
| 666 | connected to your system. | ||
| 667 | |||
| 668 | If unsure, say N. | ||
| 669 | |||
| 670 | To compile this driver as a module, choose M here: the | ||
| 671 | module will be called wdt87xx_i2c. | ||
| 672 | |||
| 661 | config TOUCHSCREEN_WM831X | 673 | config TOUCHSCREEN_WM831X |
| 662 | tristate "Support for WM831x touchscreen controllers" | 674 | tristate "Support for WM831x touchscreen controllers" |
| 663 | depends on MFD_WM831X | 675 | depends on MFD_WM831X |
