From: Russell King Date: Fri, 22 Dec 2006 17:09:16 +0000 (+0000) Subject: Fix some ARM builds due to HID brokenness X-Git-Tag: v6.6-pxa1908~56732 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c96c9d7b618806a0b9256503cec2755291d60cf6;p=linux.git 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 Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 96d4a0bb2203..1ccc222a9d0d 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,