Skip to content

Commit

Permalink
HID: fix some ARM builds due to HID brokenness - make USB_HID depend …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Russell King authored and Jiri Kosina committed Jan 21, 2007
1 parent a8b3485 commit e7c4e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ comment "USB Input Devices"
config USB_HID
tristate "USB Human Interface Device (full HID) support"
default y
depends on USB
depends on USB && INPUT
select HID
---help---
Say Y here if you want full HID support to connect USB keyboards,
Expand Down

0 comments on commit e7c4e1a

Please sign in to comment.