63f3861d2f
This modifies Makefiles and Kconfigs to properly reflect the creation of generic HID layer. It also removes the dependency of BROKEN, which was introduced by the first patch in series (see the comment). Also updates credits. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
19 lines
444 B
Plaintext
19 lines
444 B
Plaintext
#
|
|
# HID driver configuration
|
|
#
|
|
menu "HID Devices"
|
|
depends on INPUT
|
|
|
|
config HID
|
|
tristate "Generic HID support"
|
|
default y
|
|
---help---
|
|
Say Y here if you want generic HID support to connect keyboards,
|
|
mice, joysticks, graphic tablets, or any other HID based devices
|
|
to your computer. You also need to select particular types of
|
|
HID devices you want to compile support for, in the particular
|
|
driver menu (USB, Bluetooth)
|
|
|
|
endmenu
|
|
|