projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ec3f5
)
Fix some ARM builds due to HID brokenness
author
Russell King
<rmk+lkml@arm.linux.org.uk>
Fri, 22 Dec 2006 17:09:16 +0000
(17:09 +0000)
committer
Jiri 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
patch
|
blob
|
history
diff --git
a/drivers/hid/Kconfig
b/drivers/hid/Kconfig
index
96d4a0b
..
1ccc222
100644
(file)
--- 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,