Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422846AbWAMTVk (ORCPT ); Fri, 13 Jan 2006 14:21:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422845AbWAMTVk (ORCPT ); Fri, 13 Jan 2006 14:21:40 -0500 Received: from ns.virtualhost.dk ([195.184.98.160]:1586 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S1422843AbWAMTVj (ORCPT ); Fri, 13 Jan 2006 14:21:39 -0500 Date: Fri, 13 Jan 2006 20:23:16 +0100 From: Jens Axboe To: Andrew Morton Cc: Linus Torvalds , jgarzik@pobox.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Roman Zippel Subject: Re: [git patches] 2.6.x net driver updates Message-ID: <20060113192316.GX3945@suse.de> References: <20060112221322.GA25470@havoc.gtf.org> <20060112143938.5cf7d6a5.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060112143938.5cf7d6a5.akpm@osdl.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1100 Lines: 32 On Thu, Jan 12 2006, Andrew Morton wrote: > Linus Torvalds wrote: > > > > On Thu, 12 Jan 2006, Jeff Garzik wrote: > > > > > > dann frazier: > > > CONFIG_AIRO needs CONFIG_CRYPTO > > > > I think this is done wrong. > > > > It should "select CRYPTO" rather than "depends on CRYPTO". > > > > Otherwise people won't see it just because they don't have crypto enabled, > > which is not very user-friendly. > > > > Yes, I think that's much more Aunt-Nellie-friendly, but Roman considers it > abuse of the Kconfig system in ways which I never completely understood? 'select' is really cool as a concept, but when you can't figure out why you cannot disable CONFIG_FOO because CONFIG_BAR selects it it's really annoying. Would be nice to actually be able to see if another option has selected this option. -- Jens Axboe - 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/