]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/input/touchscreen/Kconfig
Input: cy8ctmg100_ts - signedness bug
[karo-tx-linux.git] / drivers / input / touchscreen / Kconfig
index b9f58ca82fd107b41938e1fe665b6ae94499f0a8..61f35184f76c22e92747d8f9e89c43818c095032 100644 (file)
@@ -55,37 +55,36 @@ config TOUCHSCREEN_AD7877
          To compile this driver as a module, choose M here: the
          module will be called ad7877.
 
-config TOUCHSCREEN_AD7879_I2C
-       tristate "AD7879 based touchscreens: AD7879-1 I2C Interface"
-       depends on I2C
-       select TOUCHSCREEN_AD7879
+config TOUCHSCREEN_AD7879
+       tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface"
        help
-         Say Y here if you have a touchscreen interface using the
-         AD7879-1/AD7889-1 controller, and your board-specific
-         initialization code includes that in its table of I2C devices.
+         Say Y here if you want to support a touchscreen interface using
+         the AD7879-1/AD7889-1 controller.
 
-         If unsure, say N (but it's safe to say "Y").
+         You should select a bus connection too.
 
          To compile this driver as a module, choose M here: the
          module will be called ad7879.
 
+config TOUCHSCREEN_AD7879_I2C
+       tristate "support I2C bus connection"
+       depends on TOUCHSCREEN_AD7879 && I2C
+       help
+         Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
+
+         To compile this driver as a module, choose M here: the
+         module will be called ad7879-i2c.
+
 config TOUCHSCREEN_AD7879_SPI
-       tristate "AD7879 based touchscreens: AD7879 SPI Interface"
-       depends on SPI_MASTER && TOUCHSCREEN_AD7879_I2C = n
-       select TOUCHSCREEN_AD7879
+       tristate "support SPI bus connection"
+       depends on TOUCHSCREEN_AD7879 && SPI_MASTER
        help
-         Say Y here if you have a touchscreen interface using the
-         AD7879/AD7889 controller, and your board-specific initialization
-         code includes that in its table of SPI devices.
+         Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
 
          If unsure, say N (but it's safe to say "Y").
 
          To compile this driver as a module, choose M here: the
-         module will be called ad7879.
-
-config TOUCHSCREEN_AD7879
-       tristate
-       default n
+         module will be called ad7879-spi.
 
 config TOUCHSCREEN_BITSY
        tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
@@ -99,6 +98,20 @@ config TOUCHSCREEN_BITSY
          To compile this driver as a module, choose M here: the
          module will be called h3600_ts_input.
 
+config TOUCHSCREEN_CY8CTMG110
+       tristate "cy8ctmg110 touchscreen"
+       depends on I2C
+       depends on GPIOLIB
+
+       help
+         Say Y here if you have a cy8ctmg110 capacitive touchscreen on
+         an AAVA device.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here: the
+         module will be called cy8ctmg110_ts.
+
 config TOUCHSCREEN_DA9034
        tristate "Touchscreen support for Dialog Semiconductor DA9034"
        depends on PMIC_DA903X
@@ -156,7 +169,7 @@ config TOUCHSCREEN_FUJITSU
 config TOUCHSCREEN_S3C2410
        tristate "Samsung S3C2410/generic touchscreen input driver"
        depends on ARCH_S3C2410 || SAMSUNG_DEV_TS
-       select S3C24XX_ADC
+       select S3C_ADC
        help
          Say Y here if you have the s3c2410 touchscreen.
 
@@ -292,6 +305,18 @@ config TOUCHSCREEN_PENMOUNT
          To compile this driver as a module, choose M here: the
          module will be called penmount.
 
+config TOUCHSCREEN_QT602240
+       tristate "QT602240 I2C Touchscreen"
+       depends on I2C
+       help
+         Say Y here if you have the AT42QT602240/ATMXT224 I2C touchscreen
+         connected to your system.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here: the
+         module will be called qt602240_ts.
+
 config TOUCHSCREEN_MIGOR
        tristate "Renesas MIGO-R touchscreen"
        depends on SH_MIGOR && I2C
@@ -540,9 +565,9 @@ config TOUCHSCREEN_USB_ZYTRONIC
        bool "Zytronic controller" if EMBEDDED
        depends on TOUCHSCREEN_USB_COMPOSITE
 
-config TOUCHSCREEN_USB_ETT_TC5UH
+config TOUCHSCREEN_USB_ETT_TC45USB
        default y
-       bool "ET&T TC5UH touchscreen controler support" if EMBEDDED
+       bool "ET&T USB series TC4UM/TC5UH touchscreen controler support" if EMBEDDED
        depends on TOUCHSCREEN_USB_COMPOSITE
 
 config TOUCHSCREEN_USB_NEXIO
@@ -590,4 +615,17 @@ config TOUCHSCREEN_PCAP
 
          To compile this driver as a module, choose M here: the
          module will be called pcap_ts.
+
+config TOUCHSCREEN_TPS6507X
+       tristate "TPS6507x based touchscreens"
+       depends on I2C
+       help
+         Say Y here if you have a TPS6507x based touchscreen
+         controller.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here: the
+         module will be called tps6507x_ts.
+
 endif