diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index e73ce6ba3dc1..e3e0baa1a158 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -254,4 +254,9 @@ config TOUCHSCREEN_USB_IDEALTEK | |||
254 | bool "IdealTEK URTC1000 device support" if EMBEDDED | 254 | bool "IdealTEK URTC1000 device support" if EMBEDDED |
255 | depends on TOUCHSCREEN_USB_COMPOSITE | 255 | depends on TOUCHSCREEN_USB_COMPOSITE |
256 | 256 | ||
257 | config TOUCHSCREEN_USB_GENERAL_TOUCH | ||
258 | default y | ||
259 | bool "GeneralTouch Touchscreen device support" if EMBEDDED | ||
260 | depends on TOUCHSCREEN_USB_COMPOSITE | ||
261 | |||
257 | endif | 262 | endif |