summaryrefslogtreecommitdiff
path: root/drivers/hid
diff options
context:
space:
mode:
authorRussell King <rmk+lkml@arm.linux.org.uk>2006-12-22 17:09:16 (GMT)
committerJiri Kosina <jkosina@suse.cz>2007-01-04 10:41:55 (GMT)
commitc96c9d7b618806a0b9256503cec2755291d60cf6 (patch)
tree5b1a533439b3ec36af34975fb6784706c56e22a9 /drivers/hid
parenta7ec3f5289681e9d63b65db5f56857f998812b4b (diff)
downloadlinux-fsl-qoriq-c96c9d7b618806a0b9256503cec2755291d60cf6.tar.xz
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 <rmk+kernel@arm.linux.org.uk> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig1
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,