Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e3a0dd7ced76bb439ddeda244a9667e7b3800fc8
Commit:     e3a0dd7ced76bb439ddeda244a9667e7b3800fc8
Parent:     d1998ef38a13c4e74c69df55ccd38b0440c429b2
Author:     Jiri Kosina <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 14 11:49:53 2006 +0100
Committer:  Jiri Kosina <[EMAIL PROTECTED]>
CommitDate: Thu Dec 14 13:37:23 2006 +0100

    [PATCH] Generic HID layer - build: USB_HID should select HID
    
    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 <[EMAIL PROTECTED]>
---
 drivers/usb/input/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
index 8a62d47..e308f6d 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to