Kconfig (3f866fbd52d1863db5c07700e560aef22c4fdc01) | Kconfig (fdf93aa33268889e126aa677f2072238bd76adb0) |
---|---|
1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 136 unchanged lines hidden (view full) --- 145 146config HID_GYRATION 147 tristate "Gyration" if EMBEDDED 148 depends on USB_HID 149 default !EMBEDDED 150 ---help--- 151 Support for Gyration remote control. 152 | 1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 136 unchanged lines hidden (view full) --- 145 146config HID_GYRATION 147 tristate "Gyration" if EMBEDDED 148 depends on USB_HID 149 default !EMBEDDED 150 ---help--- 151 Support for Gyration remote control. 152 |
153config HID_KENSINGTON 154 tristate "Kensington" if EMBEDDED 155 depends on USB_HID 156 default !EMBEDDED 157 ---help--- 158 Support for Kensington Slimblade Trackball. 159 |
|
153config HID_LOGITECH 154 tristate "Logitech" if EMBEDDED 155 depends on USB_HID 156 default !EMBEDDED 157 ---help--- 158 Support for Logitech devices that are not fully compliant with HID standard. 159 160config LOGITECH_FF --- 121 unchanged lines hidden --- | 160config HID_LOGITECH 161 tristate "Logitech" if EMBEDDED 162 depends on USB_HID 163 default !EMBEDDED 164 ---help--- 165 Support for Logitech devices that are not fully compliant with HID standard. 166 167config LOGITECH_FF --- 121 unchanged lines hidden --- |