HID: fix default building of HID-quirk drivers
authorJiri Kosina <jkosina@suse.cz>
Wed, 15 Oct 2008 23:18:54 +0000 (01:18 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 15 Oct 2008 23:18:54 +0000 (01:18 +0200)
commitb36299bcc0feae4c1bcff6a1561b8beb635e9c80
tree4f0734921dfe19abac29953090db6751dccd94f9
parent278429cff8809958d25415ba0ed32b59866ab1a8
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 <bunk@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig