Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751636AbZGSVno (ORCPT ); Sun, 19 Jul 2009 17:43:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751419AbZGSVnn (ORCPT ); Sun, 19 Jul 2009 17:43:43 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49833 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751289AbZGSVnm (ORCPT ); Sun, 19 Jul 2009 17:43:42 -0400 Date: Sun, 19 Jul 2009 23:43:41 +0200 (CEST) From: Jiri Kosina X-X-Sender: jkosina@wotan.suse.de To: Henk Martijn Cc: jirislaby@gmail.com, jussi.kivilinna@mbnet.fi, tomas.hanak@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] HID: Don't hide HID drivers behind EMBEDDED In-Reply-To: <4A6373C3.7060304@gmail.com> Message-ID: References: <4A6373C3.7060304@gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 909 Lines: 27 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/