diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index bef04c192768..00445bc3019c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -193,10 +193,12 @@ config HID_EZKEY | |||
193 | Support for Ezkey BTC 8193 keyboard. | 193 | Support for Ezkey BTC 8193 keyboard. |
194 | 194 | ||
195 | config HID_HOLTEK | 195 | config HID_HOLTEK |
196 | tristate "Holtek On Line Grip based game controller support" | 196 | tristate "Holtek HID devices" |
197 | depends on USB_HID | 197 | depends on USB_HID |
198 | ---help--- | 198 | ---help--- |
199 | Say Y here if you have a Holtek On Line Grip based game controller. | 199 | Support for Holtek based devices: |
200 | - Holtek On Line Grip based game controller | ||
201 | - Trust GXT 18 Gaming Keyboard | ||
200 | 202 | ||
201 | config HOLTEK_FF | 203 | config HOLTEK_FF |
202 | bool "Holtek On Line Grip force feedback support" | 204 | bool "Holtek On Line Grip force feedback support" |
@@ -261,6 +263,19 @@ config HID_LCPOWER | |||
261 | ---help--- | 263 | ---help--- |
262 | Support for LC-Power RC1000MCE RF remote control. | 264 | Support for LC-Power RC1000MCE RF remote control. |
263 | 265 | ||
266 | config HID_LENOVO_TPKBD | ||
267 | tristate "Lenovo ThinkPad USB Keyboard with TrackPoint" | ||
268 | depends on USB_HID | ||
269 | select NEW_LEDS | ||
270 | select LEDS_CLASS | ||
271 | ---help--- | ||
272 | Support for the Lenovo ThinkPad USB Keyboard with TrackPoint. | ||
273 | |||
274 | Say Y here if you have a Lenovo ThinkPad USB Keyboard with TrackPoint | ||
275 | and would like to use device-specific features like changing the | ||
276 | sensitivity of the trackpoint, using the microphone mute button or | ||
277 | controlling the mute and microphone mute LEDs. | ||
278 | |||
264 | config HID_LOGITECH | 279 | config HID_LOGITECH |
265 | tristate "Logitech devices" if EXPERT | 280 | tristate "Logitech devices" if EXPERT |
266 | depends on USB_HID | 281 | depends on USB_HID |
@@ -386,6 +401,7 @@ config HID_MULTITOUCH | |||
386 | - Unitec Panels | 401 | - Unitec Panels |
387 | - XAT optical touch panels | 402 | - XAT optical touch panels |
388 | - Xiroku optical touch panels | 403 | - Xiroku optical touch panels |
404 | - Zytronic touch panels | ||
389 | 405 | ||
390 | If unsure, say N. | 406 | If unsure, say N. |
391 | 407 | ||