aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2006-12-08 12:41:30 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2006-12-08 13:43:20 -0500
commit63f3861d2fbf8ccbad1386ac9ac8b822c036ea00 (patch)
treef95ff72d8e8bb99bea2e4ad0526d606c81bd9229 /drivers/hid/Kconfig
parent4c2ae844b5ef85fd4b571c9c91ac48afa6ef2dfc (diff)
[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/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
new file mode 100644
index 000000000000..96d4a0bb2203
--- /dev/null
+++ b/drivers/hid/Kconfig
@@ -0,0 +1,18 @@
1#
2# HID driver configuration
3#
4menu "HID Devices"
5 depends on INPUT
6
7config HID
8 tristate "Generic HID support"
9 default y
10 ---help---
11 Say Y here if you want generic HID support to connect keyboards,
12 mice, joysticks, graphic tablets, or any other HID based devices
13 to your computer. You also need to select particular types of
14 HID devices you want to compile support for, in the particular
15 driver menu (USB, Bluetooth)
16
17endmenu
18