From 9867e168a4d120ddf8975830ba3477ecafbfefe0 Mon Sep 17 00:00:00 2001 From: Luwei Zhou Date: Thu, 15 Aug 2013 12:20:19 +0800 Subject: [PATCH] ENGR00275384 touch: config: Add egalax touch support in Kconfig Add egalax touchscreen as single-touch support in Kconfig. Signed-off-by: Luwei Zhou --- drivers/input/touchscreen/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index f9a5fd89bc02..4cc002a61f3f 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -235,6 +235,15 @@ config TOUCHSCREEN_EGALAX To compile this driver as a module, choose M here: the module will be called egalax_ts. +config TOUCHSCREEN_EGALAX_SINGLE_TOUCH + bool "EETI eGalax touchscreen as single-touch" + default N + depends on TOUCHSCREEN_EGALAX + help + If you say yes here you get single-touch touchscreen support + on the eGalax I2C controller. + If you say "no", you'll get the normal multi-touch + config TOUCHSCREEN_FUJITSU tristate "Fujitsu serial touchscreen" select SERIO -- 2.39.5