From: Jiri Kosina Date: Wed, 15 Oct 2008 23:18:54 +0000 (+0200) Subject: HID: fix default building of HID-quirk drivers X-Git-Tag: v2.6.28-rc1~291^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36299bcc0feae4c1bcff6a1561b8beb635e9c80;p=pandora-kernel.git HID: fix default building of HID-quirk drivers Commit 9be7bbd54df3c9c393ccd19acc49f90c517d1291 (HID: build drivers for all quirky devices by default) made a wrong assumption about select/depends interaction in Kconfig, resulting in possibility of link failure with certain configuration options. Fix this by explicitly having all the quirk-drivers depend on USB_HID, default to y and make the possibility to alter the settings dependent on EBMEDDED. Reported-by: Adrian Bunk Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed