]> git.baikalelectronics.ru Git - kernel.git/commit
HID: fix some ARM builds due to HID brokenness - make USB_HID depend on INPUT
authorRussell King <rmk+lkml@arm.linux.org.uk>
Fri, 12 Jan 2007 21:53:51 +0000 (21:53 +0000)
committerJiri Kosina <jkosina@suse.cz>
Sun, 21 Jan 2007 21:17:47 +0000 (22:17 +0100)
commitdf6d2206fced9834581ca1c2ea7c526c986da807
treefbac021aae00842490867a2bf0db79d0fd530bb8
parent4cc211338de975b49aad75308d1f60c8d7381c86
HID: fix some ARM builds due to HID brokenness - make USB_HID depend on INPUT

We have USB_HID _newly_ selected in configurations which didn't
have it before, which overrides CONFIG_HID and builds HID without
input support.

Nevertheless, here's a patch to solve more of the same that my original
patch attempted to solve.  The original patch is still required.  Seems
to solve the final instance of this problem here.

Signed-off-by: Russell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/usb/input/Kconfig