summaryrefslogtreecommitdiff
path: root/drivers/usb/input/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2006-12-08 17:40:37 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2006-12-08 18:19:04 (GMT)
commit64bb67b1702958759f650adb64ab33496641e526 (patch)
tree7d406465589b71ee1ec84868bfaa221d6813d0bd /drivers/usb/input/Kconfig
parent1709775828de83b099554176b6d4971ebc772962 (diff)
downloadlinux-64bb67b1702958759f650adb64ab33496641e526.tar.xz
[PATCH] Generic HID layer - disable USB HID
This patch is a part of generic HID layer introduction. USB HID is disabled, so that the code split and changes could be introduced in a way that is reviewable (i.e. separate patches), but not to break git bisect by uncompilable kernel throughout different stages of the code splitup and changes. The last patch of this series enables HID again. 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/usb/input/Kconfig')
-rw-r--r--drivers/usb/input/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
index 661af7a..9b07531 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -6,7 +6,7 @@ comment "USB Input Devices"
config USB_HID
tristate "USB Human Interface Device (full HID) support"
- depends on USB
+ depends on USB && BROKEN
---help---
Say Y here if you want full HID support to connect keyboards,
mice, joysticks, graphic tablets, or any other HID based devices