summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorIlya Frolov <zeylie@gmail.com>2007-10-12 18:19:40 (GMT)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2007-10-12 18:19:40 (GMT)
commit9d5657db8c4a485b56b5c9174b52bab39b2fd16e (patch)
tree86cff19159a22c8a16c821eb43b2fcec9a3bf250 /drivers/input/touchscreen/Kconfig
parent064450140f1eab959bd0eca0245f449993216074 (diff)
downloadlinux-fsl-qoriq-9d5657db8c4a485b56b5c9174b52bab39b2fd16e.tar.xz
Input: usbtouchscreen - add support for GeneralTouch devices
Signed-off-by: Ilya Frolov <zeylie@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index e73ce6b..e3e0baa 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -254,4 +254,9 @@ config TOUCHSCREEN_USB_IDEALTEK
bool "IdealTEK URTC1000 device support" if EMBEDDED
depends on TOUCHSCREEN_USB_COMPOSITE
+config TOUCHSCREEN_USB_GENERAL_TOUCH
+ default y
+ bool "GeneralTouch Touchscreen device support" if EMBEDDED
+ depends on TOUCHSCREEN_USB_COMPOSITE
+
endif