Kconfig (fea6f1833b5bbff7066bcde1fa1141c9717bbad2) | Kconfig (606bd0a8616a0e59021cb2997e942513f24f641d) |
---|---|
1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 146 unchanged lines hidden (view full) --- 155config HID_LOGITECH 156 tristate "Logitech" 157 default m 158 depends on USB_HID 159 ---help--- 160 Support for some Logitech devices which breaks less or more 161 HID specification. 162 | 1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 146 unchanged lines hidden (view full) --- 155config HID_LOGITECH 156 tristate "Logitech" 157 default m 158 depends on USB_HID 159 ---help--- 160 Support for some Logitech devices which breaks less or more 161 HID specification. 162 |
163config LOGITECH_FF 164 bool "Logitech force feedback" 165 depends on HID_LOGITECH 166 select INPUT_FF_MEMLESS 167 help 168 Say Y here if you have one of these devices: 169 - Logitech WingMan Cordless RumblePad 170 - Logitech WingMan Cordless RumblePad 2 171 - Logitech WingMan Force 3D 172 - Logitech Formula Force EX 173 - Logitech MOMO Force wheel 174 175 and if you want to enable force feedback for them. 176 Note: if you say N here, this device will still be supported, but without 177 force feedback. 178 179config LOGIRUMBLEPAD2_FF 180 bool "Logitech Rumblepad 2 force feedback" 181 depends on HID_LOGITECH 182 select INPUT_FF_MEMLESS 183 help 184 Say Y here if you want to enable force feedback support for Logitech 185 Rumblepad 2 devices. 186 |
|
163config HID_MICROSOFT 164 tristate "Microsoft" 165 default m 166 depends on USB_HID 167 ---help--- 168 Support for some Microsoft devices which breaks less or more 169 HID specification. 170 --- 38 unchanged lines hidden --- | 187config HID_MICROSOFT 188 tristate "Microsoft" 189 default m 190 depends on USB_HID 191 ---help--- 192 Support for some Microsoft devices which breaks less or more 193 HID specification. 194 --- 38 unchanged lines hidden --- |