diff options
author | Jiri Kosina <jkosina@suse.cz> | 2006-12-08 18:41:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-08 10:43:20 -0800 |
commit | 63f3861d2fbf8ccbad1386ac9ac8b822c036ea00 (patch) | |
tree | f95ff72d8e8bb99bea2e4ad0526d606c81bd9229 /drivers/hid/Kconfig | |
parent | 4c2ae844b5ef85fd4b571c9c91ac48afa6ef2dfc (diff) | |
download | linux-3.10-63f3861d2fbf8ccbad1386ac9ac8b822c036ea00.tar.gz linux-3.10-63f3861d2fbf8ccbad1386ac9ac8b822c036ea00.tar.bz2 linux-3.10-63f3861d2fbf8ccbad1386ac9ac8b822c036ea00.zip |
[PATCH] Generic HID layer - build
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig new file mode 100644 index 00000000000..96d4a0bb220 --- /dev/null +++ b/drivers/hid/Kconfig @@ -0,0 +1,18 @@ +# +# 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 + |