[PATCH] Generic HID layer - build: USB_HID should select HID
authorJiri Kosina <jkosina@suse.cz>
Thu, 14 Dec 2006 10:49:53 +0000 (11:49 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 14 Dec 2006 12:37:23 +0000 (13:37 +0100)
Let CONFIG_USB_HID imply CONFIG_HID. Making it only dependent might confuse
users to choose CONFIG_HID, but no particular HID transport drivers.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/usb/input/Kconfig

index 8a62d47..e308f6d 100644 (file)
@@ -7,7 +7,8 @@ comment "USB Input Devices"
 config USB_HID
        tristate "USB Human Interface Device (full HID) support"
        default y
-       depends on USB && HID
+       depends on USB
+       select HID
        ---help---
          Say Y here if you want full HID support to connect USB keyboards,
          mice, joysticks, graphic tablets, or any other HID based devices