Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c96c9d7b618806a0b9256503cec2755291d60cf6
Commit:     c96c9d7b618806a0b9256503cec2755291d60cf6
Parent:     a7ec3f5289681e9d63b65db5f56857f998812b4b
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 22 17:09:16 2006 +0000
Committer:  Jiri Kosina <[EMAIL PROTECTED]>
CommitDate: Thu Jan 4 11:41:55 2007 +0100

    Fix some ARM builds due to HID brokenness
    
    HID it defaults to 'y'.  When you have input deselected, this
    causes the kernel to fail to link.
    Fix it by making it depend on INPUT.
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
    Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]>
---
 drivers/hid/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 96d4a0b..1ccc222 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -6,6 +6,7 @@ menu "HID Devices"
 
 config HID
        tristate "Generic HID support"
+       depends on INPUT
        default y
        ---help---
          Say Y here if you want generic HID support to connect keyboards,
-
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