diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 82c388e0fe3e..1b4a1675cbc8 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -111,6 +111,15 @@ config TOUCHSCREEN_DA9034 | |||
111 | Say Y here to enable the support for the touchscreen found | 111 | Say Y here to enable the support for the touchscreen found |
112 | on Dialog Semiconductor DA9034 PMIC. | 112 | on Dialog Semiconductor DA9034 PMIC. |
113 | 113 | ||
114 | config TOUCHSCREEN_EETI | ||
115 | tristate "EETI touchscreen panel support" | ||
116 | depends on I2C | ||
117 | help | ||
118 | Say Y here to enable support for I2C connected EETI touch panels. | ||
119 | |||
120 | To compile this driver as a module, choose M here: the | ||
121 | module will be called eeti_ts. | ||
122 | |||
114 | config TOUCHSCREEN_FUJITSU | 123 | config TOUCHSCREEN_FUJITSU |
115 | tristate "Fujitsu serial touchscreen" | 124 | tristate "Fujitsu serial touchscreen" |
116 | select SERIO | 125 | select SERIO |