提交 e7c4e1a5 编写于 作者: R Russell King 提交者: Jiri Kosina

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: NRussell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 a8b34852
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册