diff options
author | Nelson Castillo <arhuaco@freaks-unidos.net> | 2009-10-24 03:04:40 -0500 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-10-24 15:08:20 +0200 |
commit | b8e204011799a2328eebd3e2f86b5710f7e1fcee (patch) | |
tree | d5bc4b8499333fbc9300453ca62d4d203e547d98 /drivers/input/touchscreen/Kconfig | |
parent | 3b0ae79d3b82ad8668b9c0a9aca340daaf609997 (diff) |
Add s3c2410ts
Add the ts and the relevant files.
Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 2285502de28..f8c4dd2226b 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -55,6 +55,24 @@ config TOUCHSCREEN_FILTER_LINEAR Say Y here if you want to use the Linear touchscreen filter, it enables the use of calibration data for the touchscreen. +config TOUCHSCREEN_S3C2410 + tristate "Samsung S3C2410 touchscreen input driver" + depends on ARCH_S3C2410 && INPUT && INPUT_TOUCHSCREEN + select SERIO + help + Say Y here if you have the s3c2410 touchscreen. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called s3c2410_ts. + +config TOUCHSCREEN_S3C2410_DEBUG + boolean "Samsung S3C2410 touchscreen debug messages" + depends on TOUCHSCREEN_S3C2410 + help + Select this if you want debug messages + config TOUCHSCREEN_ADS7846 tristate "ADS7846/TSC2046 and ADS7843 based touchscreens" depends on SPI_MASTER |