diff options
author | Ashish Jangam <ashish.jangam@kpitcummins.com> | 2012-04-30 02:33:41 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-04-30 02:37:15 -0400 |
commit | eead75a2b4cd635ef2ba399018623358d67343cf (patch) | |
tree | 60ef76645ffefcef6f064bc77f7071e44d86ed23 /drivers/input/touchscreen/Kconfig | |
parent | df052676e534092138f8712c389aa7750d05ba15 (diff) |
Input: add support for DA9052/53 touch screen controller
This driver adds support for DA9052/53 4-wire resistive ADC interfaced
touchscreen controller. DA9052/53 is a multi-function device, therefore
this driver depends on DA9052/53 core.
This patch is functionally tested on Samsung SMDKV6410.
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 229135c1dfe1..f67657b2fd5d 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -187,6 +187,23 @@ config TOUCHSCREEN_DA9034 | |||
187 | Say Y here to enable the support for the touchscreen found | 187 | Say Y here to enable the support for the touchscreen found |
188 | on Dialog Semiconductor DA9034 PMIC. | 188 | on Dialog Semiconductor DA9034 PMIC. |
189 | 189 | ||
190 | If unsure, say N. | ||
191 | |||
192 | To compile this driver as a module, choose M here: the | ||
193 | module will be called da9034-ts. | ||
194 | |||
195 | config TOUCHSCREEN_DA9052 | ||
196 | tristate "Dialog DA9052/DA9053 TSI" | ||
197 | depends on PMIC_DA9052 | ||
198 | help | ||
199 | Say Y here to support the touchscreen found on Dialog Semiconductor | ||
200 | DA9052-BC and DA9053-AA/Bx PMICs. | ||
201 | |||
202 | If unsure, say N. | ||
203 | |||
204 | To compile this driver as a module, choose M here: the | ||
205 | module will be called da9052_tsi. | ||
206 | |||
190 | config TOUCHSCREEN_DYNAPRO | 207 | config TOUCHSCREEN_DYNAPRO |
191 | tristate "Dynapro serial touchscreen" | 208 | tristate "Dynapro serial touchscreen" |
192 | select SERIO | 209 | select SERIO |