.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menu "USB HID support" |
---|
2 | 3 | depends on USB |
---|
3 | 4 | |
---|
.. | .. |
---|
6 | 7 | default y |
---|
7 | 8 | depends on USB && INPUT |
---|
8 | 9 | select HID |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | Say Y here if you want to connect USB keyboards, |
---|
11 | 12 | mice, joysticks, graphic tablets, or any other HID based devices |
---|
12 | 13 | to your computer via USB, as well as Uninterruptible Power Supply |
---|
.. | .. |
---|
50 | 51 | config USB_KBD |
---|
51 | 52 | tristate "USB HIDBP Keyboard (simple Boot) support" |
---|
52 | 53 | depends on USB && INPUT |
---|
53 | | - ---help--- |
---|
| 54 | + help |
---|
54 | 55 | Say Y here only if you are absolutely sure that you don't want |
---|
55 | 56 | to use the generic HID driver for your USB keyboard and prefer |
---|
56 | 57 | to use the keyboard in its limited Boot Protocol mode instead. |
---|
.. | .. |
---|
66 | 67 | config USB_MOUSE |
---|
67 | 68 | tristate "USB HIDBP Mouse (simple Boot) support" |
---|
68 | 69 | depends on USB && INPUT |
---|
69 | | - ---help--- |
---|
| 70 | + help |
---|
70 | 71 | Say Y here only if you are absolutely sure that you don't want |
---|
71 | 72 | to use the generic HID driver for your USB mouse and prefer |
---|
72 | 73 | to use the mouse in its limited Boot Protocol mode instead. |
---|