From: Dmitry Torokhov Date: Fri, 13 Nov 2015 19:56:45 +0000 (-0800) Subject: Merge branch 'next' into for-linus X-Git-Tag: firefly_0821_release~176^2~541^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bbdb5c22e12507e7f1637091bc24fe4d33e128e5;hp=-c;p=firefly-linux-kernel-4.4.55.git Merge branch 'next' into for-linus Prepare second round of input updates for 4.3 merge window. --- bbdb5c22e12507e7f1637091bc24fe4d33e128e5 diff --combined drivers/input/touchscreen/Kconfig index 80cc69897a43,2ccc52236c15..ae33da7ab51f --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@@ -939,10 -939,27 +939,27 @@@ config TOUCHSCREEN_TSC_SERI To compile this driver as a module, choose M here: the module will be called tsc40. + config TOUCHSCREEN_TSC200X_CORE + tristate + + config TOUCHSCREEN_TSC2004 + tristate "TSC2004 based touchscreens" + depends on I2C + select REGMAP_I2C + select TOUCHSCREEN_TSC200X_CORE + help + Say Y here if you have a TSC2004 based touchscreen. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called tsc2004. + config TOUCHSCREEN_TSC2005 tristate "TSC2005 based touchscreens" depends on SPI_MASTER select REGMAP_SPI + select TOUCHSCREEN_TSC200X_CORE help Say Y here if you have a TSC2005 based touchscreen. @@@ -1019,7 -1036,6 +1036,7 @@@ config TOUCHSCREEN_SUN4 config TOUCHSCREEN_SUR40 tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen" depends on USB && MEDIA_USB_SUPPORT && HAS_DMA + depends on VIDEO_V4L2 select INPUT_POLLDEV select VIDEOBUF2_DMA_SG help