diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 6261fd6d7c3c..547f67d65372 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -140,6 +140,19 @@ config TOUCHSCREEN_BU21013 | |||
| 140 | To compile this driver as a module, choose M here: the | 140 | To compile this driver as a module, choose M here: the |
| 141 | module will be called bu21013_ts. | 141 | module will be called bu21013_ts. |
| 142 | 142 | ||
| 143 | config TOUCHSCREEN_CHIPONE_ICN8318 | ||
| 144 | tristate "chipone icn8318 touchscreen controller" | ||
| 145 | depends on GPIOLIB | ||
| 146 | depends on I2C | ||
| 147 | depends on OF | ||
| 148 | help | ||
| 149 | Say Y here if you have a ChipOne icn8318 based I2C touchscreen. | ||
| 150 | |||
| 151 | If unsure, say N. | ||
| 152 | |||
| 153 | To compile this driver as a module, choose M here: the | ||
| 154 | module will be called chipone_icn8318. | ||
| 155 | |||
| 143 | config TOUCHSCREEN_CY8CTMG110 | 156 | config TOUCHSCREEN_CY8CTMG110 |
| 144 | tristate "cy8ctmg110 touchscreen" | 157 | tristate "cy8ctmg110 touchscreen" |
| 145 | depends on I2C | 158 | depends on I2C |
| @@ -297,11 +310,12 @@ config TOUCHSCREEN_FUJITSU | |||
| 297 | 310 | ||
| 298 | config TOUCHSCREEN_GOODIX | 311 | config TOUCHSCREEN_GOODIX |
| 299 | tristate "Goodix I2C touchscreen" | 312 | tristate "Goodix I2C touchscreen" |
| 300 | depends on I2C && ACPI | 313 | depends on I2C |
| 301 | help | 314 | help |
| 302 | Say Y here if you have the Goodix touchscreen (such as one | 315 | Say Y here if you have the Goodix touchscreen (such as one |
| 303 | installed in Onda v975w tablets) connected to your | 316 | installed in Onda v975w tablets) connected to your |
| 304 | system. | 317 | system. It also supports 5-finger chip models, which can be |
| 318 | found on ARM tablets, like Wexler TAB7200 and MSI Primo73. | ||
| 305 | 319 | ||
| 306 | If unsure, say N. | 320 | If unsure, say N. |
| 307 | 321 | ||
| @@ -323,6 +337,18 @@ config TOUCHSCREEN_ILI210X | |||
| 323 | To compile this driver as a module, choose M here: the | 337 | To compile this driver as a module, choose M here: the |
| 324 | module will be called ili210x. | 338 | module will be called ili210x. |
| 325 | 339 | ||
| 340 | config TOUCHSCREEN_IPROC | ||
| 341 | tristate "IPROC touch panel driver support" | ||
| 342 | depends on ARCH_BCM_IPROC || COMPILE_TEST | ||
| 343 | help | ||
| 344 | Say Y here if you want to add support for the IPROC touch | ||
| 345 | controller to your system. | ||
| 346 | |||
| 347 | If unsure, say N. | ||
| 348 | |||
| 349 | To compile this driver as a module, choose M here: the | ||
| 350 | module will be called bcm_iproc_tsc. | ||
| 351 | |||
| 326 | config TOUCHSCREEN_S3C2410 | 352 | config TOUCHSCREEN_S3C2410 |
| 327 | tristate "Samsung S3C2410/generic touchscreen input driver" | 353 | tristate "Samsung S3C2410/generic touchscreen input driver" |
| 328 | depends on ARCH_S3C24XX || SAMSUNG_DEV_TS | 354 | depends on ARCH_S3C24XX || SAMSUNG_DEV_TS |
| @@ -962,6 +988,17 @@ config TOUCHSCREEN_SUR40 | |||
| 962 | To compile this driver as a module, choose M here: the | 988 | To compile this driver as a module, choose M here: the |
| 963 | module will be called sur40. | 989 | module will be called sur40. |
| 964 | 990 | ||
| 991 | config TOUCHSCREEN_SX8654 | ||
| 992 | tristate "Semtech SX8654 touchscreen" | ||
| 993 | depends on I2C | ||
| 994 | help | ||
| 995 | Say Y here if you have a Semtech SX8654 touchscreen controller. | ||
| 996 | |||
| 997 | If unsure, say N | ||
| 998 | |||
| 999 | To compile this driver as a module, choose M here: the | ||
| 1000 | module will be called sx8654. | ||
| 1001 | |||
| 965 | config TOUCHSCREEN_TPS6507X | 1002 | config TOUCHSCREEN_TPS6507X |
| 966 | tristate "TPS6507x based touchscreens" | 1003 | tristate "TPS6507x based touchscreens" |
| 967 | depends on I2C | 1004 | depends on I2C |
