diff options
Diffstat (limited to 'drivers/hid/Kconfig')
| -rw-r--r-- | drivers/hid/Kconfig | 54 |
1 files changed, 50 insertions, 4 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 24d90ea246ce..71d4c0703629 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
| @@ -55,6 +55,12 @@ source "drivers/hid/usbhid/Kconfig" | |||
| 55 | menu "Special HID drivers" | 55 | menu "Special HID drivers" |
| 56 | depends on HID | 56 | depends on HID |
| 57 | 57 | ||
| 58 | config HID_3M_PCT | ||
| 59 | tristate "3M PCT" | ||
| 60 | depends on USB_HID | ||
| 61 | ---help--- | ||
| 62 | Support for 3M PCT touch screens. | ||
| 63 | |||
| 58 | config HID_A4TECH | 64 | config HID_A4TECH |
| 59 | tristate "A4 tech" if EMBEDDED | 65 | tristate "A4 tech" if EMBEDDED |
| 60 | depends on USB_HID | 66 | depends on USB_HID |
| @@ -183,6 +189,23 @@ config LOGIRUMBLEPAD2_FF | |||
| 183 | Say Y here if you want to enable force feedback support for Logitech | 189 | Say Y here if you want to enable force feedback support for Logitech |
| 184 | Rumblepad 2 devices. | 190 | Rumblepad 2 devices. |
| 185 | 191 | ||
| 192 | config LOGIG940_FF | ||
| 193 | bool "Logitech Flight System G940 force feedback support" | ||
| 194 | depends on HID_LOGITECH | ||
| 195 | select INPUT_FF_MEMLESS | ||
| 196 | help | ||
| 197 | Say Y here if you want to enable force feedback support for Logitech | ||
| 198 | Flight System G940 devices. | ||
| 199 | |||
| 200 | config HID_MAGICMOUSE | ||
| 201 | tristate "Apple MagicMouse multi-touch support" | ||
| 202 | depends on BT_HIDP | ||
| 203 | ---help--- | ||
| 204 | Support for the Apple Magic Mouse multi-touch. | ||
| 205 | |||
| 206 | Say Y here if you want support for the multi-touch features of the | ||
| 207 | Apple Wireless "Magic" Mouse. | ||
| 208 | |||
| 186 | config HID_MICROSOFT | 209 | config HID_MICROSOFT |
| 187 | tristate "Microsoft" if EMBEDDED | 210 | tristate "Microsoft" if EMBEDDED |
| 188 | depends on USB_HID | 211 | depends on USB_HID |
| @@ -190,6 +213,12 @@ config HID_MICROSOFT | |||
| 190 | ---help--- | 213 | ---help--- |
| 191 | Support for Microsoft devices that are not fully compliant with HID standard. | 214 | Support for Microsoft devices that are not fully compliant with HID standard. |
| 192 | 215 | ||
| 216 | config HID_MOSART | ||
| 217 | tristate "MosArt" | ||
| 218 | depends on USB_HID | ||
| 219 | ---help--- | ||
| 220 | Support for MosArt dual-touch panels. | ||
| 221 | |||
| 193 | config HID_MONTEREY | 222 | config HID_MONTEREY |
| 194 | tristate "Monterey" if EMBEDDED | 223 | tristate "Monterey" if EMBEDDED |
| 195 | depends on USB_HID | 224 | depends on USB_HID |
| @@ -198,12 +227,18 @@ config HID_MONTEREY | |||
| 198 | Support for Monterey Genius KB29E. | 227 | Support for Monterey Genius KB29E. |
| 199 | 228 | ||
| 200 | config HID_NTRIG | 229 | config HID_NTRIG |
| 201 | tristate "NTrig" if EMBEDDED | 230 | tristate "NTrig" |
| 202 | depends on USB_HID | 231 | depends on USB_HID |
| 203 | default !EMBEDDED | ||
| 204 | ---help--- | 232 | ---help--- |
| 205 | Support for N-Trig touch screen. | 233 | Support for N-Trig touch screen. |
| 206 | 234 | ||
| 235 | config HID_ORTEK | ||
| 236 | tristate "Ortek" if EMBEDDED | ||
| 237 | depends on USB_HID | ||
| 238 | default !EMBEDDED | ||
| 239 | ---help--- | ||
| 240 | Support for Ortek WKB-2000 wireless keyboard + mouse trackpad. | ||
| 241 | |||
| 207 | config HID_PANTHERLORD | 242 | config HID_PANTHERLORD |
| 208 | tristate "Pantherlord support" if EMBEDDED | 243 | tristate "Pantherlord support" if EMBEDDED |
| 209 | depends on USB_HID | 244 | depends on USB_HID |
| @@ -227,6 +262,12 @@ config HID_PETALYNX | |||
| 227 | ---help--- | 262 | ---help--- |
| 228 | Support for Petalynx Maxter remote control. | 263 | Support for Petalynx Maxter remote control. |
| 229 | 264 | ||
| 265 | config HID_QUANTA | ||
| 266 | tristate "Quanta Optical Touch" | ||
| 267 | depends on USB_HID | ||
| 268 | ---help--- | ||
| 269 | Support for Quanta Optical Touch dual-touch panels. | ||
| 270 | |||
| 230 | config HID_SAMSUNG | 271 | config HID_SAMSUNG |
| 231 | tristate "Samsung" if EMBEDDED | 272 | tristate "Samsung" if EMBEDDED |
| 232 | depends on USB_HID | 273 | depends on USB_HID |
| @@ -241,6 +282,12 @@ config HID_SONY | |||
| 241 | ---help--- | 282 | ---help--- |
| 242 | Support for Sony PS3 controller. | 283 | Support for Sony PS3 controller. |
| 243 | 284 | ||
| 285 | config HID_STANTUM | ||
| 286 | tristate "Stantum" | ||
| 287 | depends on USB_HID | ||
| 288 | ---help--- | ||
| 289 | Support for Stantum multitouch panel. | ||
| 290 | |||
| 244 | config HID_SUNPLUS | 291 | config HID_SUNPLUS |
| 245 | tristate "Sunplus" if EMBEDDED | 292 | tristate "Sunplus" if EMBEDDED |
| 246 | depends on USB_HID | 293 | depends on USB_HID |
| @@ -305,9 +352,8 @@ config THRUSTMASTER_FF | |||
| 305 | Rumble Force or Force Feedback Wheel. | 352 | Rumble Force or Force Feedback Wheel. |
| 306 | 353 | ||
| 307 | config HID_WACOM | 354 | config HID_WACOM |
| 308 | tristate "Wacom Bluetooth devices support" if EMBEDDED | 355 | tristate "Wacom Bluetooth devices support" |
| 309 | depends on BT_HIDP | 356 | depends on BT_HIDP |
| 310 | default !EMBEDDED | ||
| 311 | ---help--- | 357 | ---help--- |
| 312 | Support for Wacom Graphire Bluetooth tablet. | 358 | Support for Wacom Graphire Bluetooth tablet. |
| 313 | 359 | ||
