diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-11-03 17:45:16 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-11-03 17:45:16 -0500 |
| commit | 84a73014d86fd660822a20c032625e3afe99ca58 (patch) | |
| tree | 9e42a2d3c40730947ae18363d00e8a0ee2743792 /drivers/input/touchscreen/Kconfig | |
| parent | 195562194aad3a0a3915941077f283bcc6347b9b (diff) | |
| parent | bf5f18d708802737fa0db6306f6b9148f85b2efd (diff) | |
Merge branch 'next' into for-linus
Prepare first round of input updates for 4.3 merge window.
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index deb14c12ae8b..80cc69897a43 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -295,6 +295,19 @@ config TOUCHSCREEN_EGALAX | |||
| 295 | To compile this driver as a module, choose M here: the | 295 | To compile this driver as a module, choose M here: the |
| 296 | module will be called egalax_ts. | 296 | module will be called egalax_ts. |
| 297 | 297 | ||
| 298 | config TOUCHSCREEN_FT6236 | ||
| 299 | tristate "FT6236 I2C touchscreen" | ||
| 300 | depends on I2C | ||
| 301 | depends on GPIOLIB || COMPILE_TEST | ||
| 302 | help | ||
| 303 | Say Y here to enable support for the I2C connected FT6x06 and | ||
| 304 | FT6x36 family of capacitive touchscreen drivers. | ||
| 305 | |||
| 306 | If unsure, say N. | ||
| 307 | |||
| 308 | To compile this driver as a module, choose M here: the | ||
| 309 | module will be called ft6236. | ||
| 310 | |||
| 298 | config TOUCHSCREEN_FUJITSU | 311 | config TOUCHSCREEN_FUJITSU |
| 299 | tristate "Fujitsu serial touchscreen" | 312 | tristate "Fujitsu serial touchscreen" |
| 300 | select SERIO | 313 | select SERIO |
| @@ -1065,4 +1078,15 @@ config TOUCHSCREEN_COLIBRI_VF50 | |||
| 1065 | To compile this driver as a module, choose M here: the | 1078 | To compile this driver as a module, choose M here: the |
| 1066 | module will be called colibri_vf50_ts. | 1079 | module will be called colibri_vf50_ts. |
| 1067 | 1080 | ||
| 1081 | config TOUCHSCREEN_ROHM_BU21023 | ||
| 1082 | tristate "ROHM BU21023/24 Dual touch support resistive touchscreens" | ||
| 1083 | depends on I2C | ||
| 1084 | help | ||
| 1085 | Say Y here if you have a touchscreen using ROHM BU21023/24. | ||
| 1086 | |||
| 1087 | If unsure, say N. | ||
| 1088 | |||
| 1089 | To compile this driver as a module, choose M here: the | ||
| 1090 | module will be called bu21023_ts. | ||
| 1091 | |||
| 1068 | endif | 1092 | endif |
