Re: [PATCH] HID: Don't hide HID drivers behind EMBEDDED

From: Jiri Kosina
Date: Sun Jul 19 2009 - 17:46:54 EST


On Sun, 19 Jul 2009, Henk Martijn wrote:

> When trying to minimizing my .config I found that couldn't deselect some
> HID drivers because they were hidden behind EMBEDDED. What's the reason?

Hi,

mostly this is because we don't want to bother users with asking for every
single quirky device/vendor, as there are unfortunately a lot of them.
Usually compiling everything in doesn't waste runtime footprint (the
modules don't get loaded unless needed), and they don't cost too much disk
space either.
And if you really want to disable them, CONFIG_EMBEDDED allows you to do
that.

Please see

http://lkml.org/lkml/2008/10/14/284

--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/