Kconfig (1db3706b05b11abcf2673ffbed5ad43b4c90ed11) | Kconfig (534a7b8e10ec55d9f521e68c20dbb3634c25b98a) |
---|---|
1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 231 unchanged lines hidden (view full) --- 240 241config HID_LOGITECH 242 tristate "Logitech devices" if EXPERT 243 depends on USB_HID 244 default !EXPERT 245 ---help--- 246 Support for Logitech devices that are not fully compliant with HID standard. 247 | 1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 231 unchanged lines hidden (view full) --- 240 241config HID_LOGITECH 242 tristate "Logitech devices" if EXPERT 243 depends on USB_HID 244 default !EXPERT 245 ---help--- 246 Support for Logitech devices that are not fully compliant with HID standard. 247 |
248config HID_LOGITECH_DJ 249 tristate "Logitech Unifying receivers full support" 250 depends on HID_LOGITECH 251 default m 252 ---help--- 253 Say Y if you want support for Logitech Unifying receivers and devices. 254 Unifying receivers are capable of pairing up to 6 Logitech compliant 255 devices to the same receiver. 256 |
|
248config LOGITECH_FF 249 bool "Logitech force feedback support" 250 depends on HID_LOGITECH 251 select INPUT_FF_MEMLESS 252 help 253 Say Y here if you have one of these devices: 254 - Logitech WingMan Cordless RumblePad 255 - Logitech WingMan Cordless RumblePad 2 --- 17 unchanged lines hidden (view full) --- 273config LOGIG940_FF 274 bool "Logitech Flight System G940 force feedback support" 275 depends on HID_LOGITECH 276 select INPUT_FF_MEMLESS 277 help 278 Say Y here if you want to enable force feedback support for Logitech 279 Flight System G940 devices. 280 | 257config LOGITECH_FF 258 bool "Logitech force feedback support" 259 depends on HID_LOGITECH 260 select INPUT_FF_MEMLESS 261 help 262 Say Y here if you have one of these devices: 263 - Logitech WingMan Cordless RumblePad 264 - Logitech WingMan Cordless RumblePad 2 --- 17 unchanged lines hidden (view full) --- 282config LOGIG940_FF 283 bool "Logitech Flight System G940 force feedback support" 284 depends on HID_LOGITECH 285 select INPUT_FF_MEMLESS 286 help 287 Say Y here if you want to enable force feedback support for Logitech 288 Flight System G940 devices. 289 |
281config LOGIWII_FF 282 bool "Logitech Speed Force Wireless force feedback support" | 290config LOGIWHEELS_FF 291 bool "Logitech wheels configuration and force feedback support" |
283 depends on HID_LOGITECH 284 select INPUT_FF_MEMLESS | 292 depends on HID_LOGITECH 293 select INPUT_FF_MEMLESS |
294 default LOGITECH_FF |
|
285 help | 295 help |
286 Say Y here if you want to enable force feedback support for Logitech 287 Speed Force Wireless (Wii) devices. | 296 Say Y here if you want to enable force feedback and range setting 297 support for following Logitech wheels: 298 - Logitech Driving Force 299 - Logitech Driving Force Pro 300 - Logitech Driving Force GT 301 - Logitech G25 302 - Logitech G27 303 - Logitech MOMO/MOMO 2 304 - Logitech Formula Force EX |
288 289config HID_MAGICMOUSE 290 tristate "Apple MagicMouse multi-touch support" 291 depends on BT_HIDP 292 ---help--- 293 Support for the Apple Magic Mouse multi-touch. 294 295 Say Y here if you want support for the multi-touch features of the --- 288 unchanged lines hidden (view full) --- 584 select POWER_SUPPLY 585 ---help--- 586 Say Y here if you want to enable power supply status monitoring for 587 Wacom Bluetooth devices. 588 589config HID_WIIMOTE 590 tristate "Nintendo Wii Remote support" 591 depends on BT_HIDP | 305 306config HID_MAGICMOUSE 307 tristate "Apple MagicMouse multi-touch support" 308 depends on BT_HIDP 309 ---help--- 310 Support for the Apple Magic Mouse multi-touch. 311 312 Say Y here if you want support for the multi-touch features of the --- 288 unchanged lines hidden (view full) --- 601 select POWER_SUPPLY 602 ---help--- 603 Say Y here if you want to enable power supply status monitoring for 604 Wacom Bluetooth devices. 605 606config HID_WIIMOTE 607 tristate "Nintendo Wii Remote support" 608 depends on BT_HIDP |
592 depends on LEDS_CLASS | |
593 ---help--- 594 Support for the Nintendo Wii Remote bluetooth device. 595 596config HID_ZEROPLUS 597 tristate "Zeroplus based game controller support" 598 depends on USB_HID 599 ---help--- 600 Say Y here if you have a Zeroplus based game controller. --- 18 unchanged lines hidden --- | 609 ---help--- 610 Support for the Nintendo Wii Remote bluetooth device. 611 612config HID_ZEROPLUS 613 tristate "Zeroplus based game controller support" 614 depends on USB_HID 615 ---help--- 616 Say Y here if you have a Zeroplus based game controller. --- 18 unchanged lines hidden --- |