summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina2006-12-08 18:41:30 +0100
committerGreg Kroah-Hartman2006-12-08 19:43:20 +0100
commit63f3861d2fbf8ccbad1386ac9ac8b822c036ea00 (patch)
treef95ff72d8e8bb99bea2e4ad0526d606c81bd9229 /drivers/Kconfig
parent[PATCH] Generic HID layer - pb_fnmode (diff)
downloadkernel-qcow2-linux-63f3861d2fbf8ccbad1386ac9ac8b822c036ea00.tar.gz
kernel-qcow2-linux-63f3861d2fbf8ccbad1386ac9ac8b822c036ea00.tar.xz
kernel-qcow2-linux-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/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index f39463418904..4929e923b5c6 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -64,6 +64,8 @@ source "drivers/video/Kconfig"
source "sound/Kconfig"
+source "drivers/hid/Kconfig"
+
source "drivers/usb/Kconfig"
source "drivers/mmc/Kconfig"