diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 565ec711c2ee..e57366521572 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -103,6 +103,18 @@ config TOUCHSCREEN_MTOUCH | |||
103 | To compile this driver as a module, choose M here: the | 103 | To compile this driver as a module, choose M here: the |
104 | module will be called mtouch. | 104 | module will be called mtouch. |
105 | 105 | ||
106 | config TOUCHSCREEN_INEXIO | ||
107 | tristate "iNexio serial touchscreens" | ||
108 | select SERIO | ||
109 | help | ||
110 | Say Y here if you have an iNexio serial touchscreen connected to | ||
111 | your system. | ||
112 | |||
113 | If unsure, say N. | ||
114 | |||
115 | To compile this driver as a module, choose M here: the | ||
116 | module will be called inexio. | ||
117 | |||
106 | config TOUCHSCREEN_MK712 | 118 | config TOUCHSCREEN_MK712 |
107 | tristate "ICS MicroClock MK712 touchscreen" | 119 | tristate "ICS MicroClock MK712 touchscreen" |
108 | help | 120 | help |
@@ -134,6 +146,18 @@ config TOUCHSCREEN_HP7XX | |||
134 | To compile this driver as a module, choose M here: the | 146 | To compile this driver as a module, choose M here: the |
135 | module will be called jornada720_ts. | 147 | module will be called jornada720_ts. |
136 | 148 | ||
149 | config TOUCHSCREEN_HTCPEN | ||
150 | tristate "HTC Shift X9500 touchscreen" | ||
151 | depends on ISA | ||
152 | help | ||
153 | Say Y here if you have an HTC Shift UMPC also known as HTC X9500 | ||
154 | Clio / Shangrila and want to support the built-in touchscreen. | ||
155 | |||
156 | If unsure, say N. | ||
157 | |||
158 | To compile this driver as a module, choose M here: the | ||
159 | module will be called htcpen. | ||
160 | |||
137 | config TOUCHSCREEN_PENMOUNT | 161 | config TOUCHSCREEN_PENMOUNT |
138 | tristate "Penmount serial touchscreen" | 162 | tristate "Penmount serial touchscreen" |
139 | select SERIO | 163 | select SERIO |
@@ -146,6 +170,17 @@ config TOUCHSCREEN_PENMOUNT | |||
146 | To compile this driver as a module, choose M here: the | 170 | To compile this driver as a module, choose M here: the |
147 | module will be called penmount. | 171 | module will be called penmount. |
148 | 172 | ||
173 | config TOUCHSCREEN_MIGOR | ||
174 | tristate "Renesas MIGO-R touchscreen" | ||
175 | depends on SH_MIGOR && I2C | ||
176 | help | ||
177 | Say Y here to enable MIGO-R touchscreen support. | ||
178 | |||
179 | If unsure, say N. | ||
180 | |||
181 | To compile this driver as a module, choose M here: the | ||
182 | module will be called migor_ts. | ||
183 | |||
149 | config TOUCHSCREEN_TOUCHRIGHT | 184 | config TOUCHSCREEN_TOUCHRIGHT |
150 | tristate "Touchright serial touchscreen" | 185 | tristate "Touchright serial touchscreen" |
151 | select SERIO | 186 | select SERIO |
@@ -316,4 +351,15 @@ config TOUCHSCREEN_USB_GOTOP | |||
316 | bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED | 351 | bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED |
317 | depends on TOUCHSCREEN_USB_COMPOSITE | 352 | depends on TOUCHSCREEN_USB_COMPOSITE |
318 | 353 | ||
354 | config TOUCHSCREEN_TOUCHIT213 | ||
355 | tristate "Sahara TouchIT-213 touchscreen" | ||
356 | select SERIO | ||
357 | help | ||
358 | Say Y here if you have a Sahara TouchIT-213 Tablet PC. | ||
359 | |||
360 | If unsure, say N. | ||
361 | |||
362 | To compile this driver as a module, choose M here: the | ||
363 | module will be called touchit213. | ||
364 | |||
319 | endif | 365 | endif |