From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2/4][RFC] lro: Kconfig and Makefile Date: Mon, 30 Jul 2007 12:36:19 -0400 Message-ID: <46AE1383.3050305@garzik.org> References: <200707301724.45781.ossthema@de.ibm.com> <20070730172535.15993806@oldman.hamilton.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Thomas Klein , Jan-Bernd Themann , netdev , linux-kernel , Christoph Raisch , linux-ppc , Jan-Bernd Themann , Marcus Eder , Andrew Gallatin , Stefan Roscher , David Miller To: Stephen Hemminger Return-path: In-Reply-To: <20070730172535.15993806@oldman.hamilton.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org List-Id: netdev.vger.kernel.org Stephen Hemminger wrote: > Why make this a user selectable option at all? Unless you want > to deal with out of tree drivers (not my problem), it should be hidden > to avoid having to explain an support it. In this case it's an optional library kernel module. That seems to be a common setup for library modules. We do the same with CONFIG_MII and drivers/net/mii.ko as well. Originally it was done purely in the Makefile, but that does not account for net drivers in sub-directories (or out of tree as you point out). Jeff