Fix some ARM builds due to HID brokenness
authorRussell King <rmk+lkml@arm.linux.org.uk>
Fri, 22 Dec 2006 17:09:16 +0000 (17:09 +0000)
committerJiri Kosina <jkosina@suse.cz>
Thu, 4 Jan 2007 10:41:55 +0000 (11:41 +0100)
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 <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig

index 96d4a0b..1ccc222 100644 (file)
@@ -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,