Jiri Kosina | 63f3861 | 2006-12-08 18:41:30 +0100 | [diff] [blame] | 1 | # |
| 2 | # HID driver configuration |
| 3 | # |
| 4 | menu "HID Devices" |
| 5 | depends on INPUT |
| 6 | |
| 7 | config HID |
| 8 | tristate "Generic HID support" |
Russell King | c96c9d7 | 2006-12-22 17:09:16 +0000 | [diff] [blame^] | 9 | depends on INPUT |
Jiri Kosina | 63f3861 | 2006-12-08 18:41:30 +0100 | [diff] [blame] | 10 | default y |
| 11 | ---help--- |
| 12 | Say Y here if you want generic HID support to connect keyboards, |
| 13 | mice, joysticks, graphic tablets, or any other HID based devices |
| 14 | to your computer. You also need to select particular types of |
| 15 | HID devices you want to compile support for, in the particular |
| 16 | driver menu (USB, Bluetooth) |
| 17 | |
| 18 | endmenu |
| 19 | |