diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 67 |
1 files changed, 46 insertions, 21 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 3b9d5e2105d7..61f35184f76c 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -55,37 +55,36 @@ config TOUCHSCREEN_AD7877 | |||
| 55 | To compile this driver as a module, choose M here: the | 55 | To compile this driver as a module, choose M here: the |
| 56 | module will be called ad7877. | 56 | module will be called ad7877. |
| 57 | 57 | ||
| 58 | config TOUCHSCREEN_AD7879_I2C | 58 | config TOUCHSCREEN_AD7879 |
| 59 | tristate "AD7879 based touchscreens: AD7879-1 I2C Interface" | 59 | tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface" |
| 60 | depends on I2C | ||
| 61 | select TOUCHSCREEN_AD7879 | ||
| 62 | help | 60 | help |
| 63 | Say Y here if you have a touchscreen interface using the | 61 | Say Y here if you want to support a touchscreen interface using |
| 64 | AD7879-1/AD7889-1 controller, and your board-specific | 62 | the AD7879-1/AD7889-1 controller. |
| 65 | initialization code includes that in its table of I2C devices. | ||
| 66 | 63 | ||
| 67 | If unsure, say N (but it's safe to say "Y"). | 64 | You should select a bus connection too. |
| 68 | 65 | ||
| 69 | To compile this driver as a module, choose M here: the | 66 | To compile this driver as a module, choose M here: the |
| 70 | module will be called ad7879. | 67 | module will be called ad7879. |
| 71 | 68 | ||
| 69 | config TOUCHSCREEN_AD7879_I2C | ||
| 70 | tristate "support I2C bus connection" | ||
| 71 | depends on TOUCHSCREEN_AD7879 && I2C | ||
| 72 | help | ||
| 73 | Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus. | ||
| 74 | |||
| 75 | To compile this driver as a module, choose M here: the | ||
| 76 | module will be called ad7879-i2c. | ||
| 77 | |||
| 72 | config TOUCHSCREEN_AD7879_SPI | 78 | config TOUCHSCREEN_AD7879_SPI |
| 73 | tristate "AD7879 based touchscreens: AD7879 SPI Interface" | 79 | tristate "support SPI bus connection" |
| 74 | depends on SPI_MASTER && TOUCHSCREEN_AD7879_I2C = n | 80 | depends on TOUCHSCREEN_AD7879 && SPI_MASTER |
| 75 | select TOUCHSCREEN_AD7879 | ||
| 76 | help | 81 | help |
| 77 | Say Y here if you have a touchscreen interface using the | 82 | Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus. |
| 78 | AD7879/AD7889 controller, and your board-specific initialization | ||
| 79 | code includes that in its table of SPI devices. | ||
| 80 | 83 | ||
| 81 | If unsure, say N (but it's safe to say "Y"). | 84 | If unsure, say N (but it's safe to say "Y"). |
| 82 | 85 | ||
| 83 | To compile this driver as a module, choose M here: the | 86 | To compile this driver as a module, choose M here: the |
| 84 | module will be called ad7879. | 87 | module will be called ad7879-spi. |
| 85 | |||
| 86 | config TOUCHSCREEN_AD7879 | ||
| 87 | tristate | ||
| 88 | default n | ||
| 89 | 88 | ||
| 90 | config TOUCHSCREEN_BITSY | 89 | config TOUCHSCREEN_BITSY |
| 91 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" | 90 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" |
| @@ -99,6 +98,20 @@ config TOUCHSCREEN_BITSY | |||
| 99 | To compile this driver as a module, choose M here: the | 98 | To compile this driver as a module, choose M here: the |
| 100 | module will be called h3600_ts_input. | 99 | module will be called h3600_ts_input. |
| 101 | 100 | ||
| 101 | config TOUCHSCREEN_CY8CTMG110 | ||
| 102 | tristate "cy8ctmg110 touchscreen" | ||
| 103 | depends on I2C | ||
| 104 | depends on GPIOLIB | ||
| 105 | |||
| 106 | help | ||
| 107 | Say Y here if you have a cy8ctmg110 capacitive touchscreen on | ||
| 108 | an AAVA device. | ||
| 109 | |||
| 110 | If unsure, say N. | ||
| 111 | |||
| 112 | To compile this driver as a module, choose M here: the | ||
| 113 | module will be called cy8ctmg110_ts. | ||
| 114 | |||
| 102 | config TOUCHSCREEN_DA9034 | 115 | config TOUCHSCREEN_DA9034 |
| 103 | tristate "Touchscreen support for Dialog Semiconductor DA9034" | 116 | tristate "Touchscreen support for Dialog Semiconductor DA9034" |
| 104 | depends on PMIC_DA903X | 117 | depends on PMIC_DA903X |
| @@ -292,6 +305,18 @@ config TOUCHSCREEN_PENMOUNT | |||
| 292 | To compile this driver as a module, choose M here: the | 305 | To compile this driver as a module, choose M here: the |
| 293 | module will be called penmount. | 306 | module will be called penmount. |
| 294 | 307 | ||
| 308 | config TOUCHSCREEN_QT602240 | ||
| 309 | tristate "QT602240 I2C Touchscreen" | ||
| 310 | depends on I2C | ||
| 311 | help | ||
| 312 | Say Y here if you have the AT42QT602240/ATMXT224 I2C touchscreen | ||
| 313 | connected to your system. | ||
| 314 | |||
| 315 | If unsure, say N. | ||
| 316 | |||
| 317 | To compile this driver as a module, choose M here: the | ||
| 318 | module will be called qt602240_ts. | ||
| 319 | |||
| 295 | config TOUCHSCREEN_MIGOR | 320 | config TOUCHSCREEN_MIGOR |
| 296 | tristate "Renesas MIGO-R touchscreen" | 321 | tristate "Renesas MIGO-R touchscreen" |
| 297 | depends on SH_MIGOR && I2C | 322 | depends on SH_MIGOR && I2C |
| @@ -540,9 +565,9 @@ config TOUCHSCREEN_USB_ZYTRONIC | |||
| 540 | bool "Zytronic controller" if EMBEDDED | 565 | bool "Zytronic controller" if EMBEDDED |
| 541 | depends on TOUCHSCREEN_USB_COMPOSITE | 566 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 542 | 567 | ||
| 543 | config TOUCHSCREEN_USB_ETT_TC5UH | 568 | config TOUCHSCREEN_USB_ETT_TC45USB |
| 544 | default y | 569 | default y |
| 545 | bool "ET&T TC5UH touchscreen controler support" if EMBEDDED | 570 | bool "ET&T USB series TC4UM/TC5UH touchscreen controler support" if EMBEDDED |
| 546 | depends on TOUCHSCREEN_USB_COMPOSITE | 571 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 547 | 572 | ||
| 548 | config TOUCHSCREEN_USB_NEXIO | 573 | config TOUCHSCREEN_USB_NEXIO |
