Skip to content

Commit

Permalink
Fix some ARM builds due to HID brokenness
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Jiri Kosina committed Jan 4, 2007
1 parent a7ec3f5 commit c96c9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c96c9d7

Please sign in to comment.