浏览代码

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>
Russell King 18 年之前
父节点
当前提交
c96c9d7b61
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/hid/Kconfig

+ 1 - 0
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,