Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755271AbXIOQw0 (ORCPT ); Sat, 15 Sep 2007 12:52:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752203AbXIOQwR (ORCPT ); Sat, 15 Sep 2007 12:52:17 -0400 Received: from mu-out-0910.google.com ([209.85.134.190]:55137 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541AbXIOQwP (ORCPT ); Sat, 15 Sep 2007 12:52:15 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=PgiXtXnfu1RLvGKFwTdrSBcaGJNsRR+j/Xf5BKGvaXvMTGElwgLAjriGP2u47EbIi8Y5peiL0Myi+JShxdBPnTYlQQ5UgeNPYSThysDUwdronxjrMlaEUr8mncfO7BHYwrghRv7ylQ0ZGQElhOLMA3nMFZgKOFGkKO8vAnrPhjM= From: Bartlomiej Zolnierkiewicz To: Adrian Bunk Subject: Re: [RFC PATCH] SCSI: split Kconfig menu into two Date: Sat, 15 Sep 2007 18:52:42 +0200 User-Agent: KMail/1.9.6 Cc: Jeff Garzik , Greg Kroah-Hartman , Stefan Richter , Sam Ravnborg , James Bottomley , linux-scsi@vger.kernel.org, Andi Kleen , Folkert van Heusden , linux-kernel@vger.kernel.org References: <46EBFDFB.5040401@garzik.org> <20070915162313.GV3563@stusta.de> In-Reply-To: <20070915162313.GV3563@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709151852.43157.bzolnier@gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2874 Lines: 72 On Saturday 15 September 2007, Adrian Bunk wrote: > On Sat, Sep 15, 2007 at 11:44:59AM -0400, Jeff Garzik wrote: > > Stefan Richter wrote: > >> Adrian Bunk wrote: > >>> On Sat, Sep 15, 2007 at 04:11:45PM +0200, Stefan Richter wrote: > >>>> Perfect is in the eye of the beholder. You would consequently have to > >>>> add such options into all menus which contain scsi low-level providers. > >>> Kconfig is a user interface, so perfect is what is best for the > >>> kconfig users. > >> Duplicate options with different names in different menus, but which all > >> do the same, --- is this the best for users? > > > > I recognize it's a rhetorical question :) The answer is of course "no". > > > > I hope the other participants of this thread register the severe > > disinclination of the maintainers to change this stuff, as this is a > > classic case of making a mountain out of a molehill[1]. > > > > For the -vast majority- of people configuring the kernel, this is not a > > problem. Kernel people are -expected- to know what they're doing, > > I doubt your claim is true since the vast majority of kconfig users > are most likely not kernel developers. Yes, we shouldn't be needlessly raising the bar for power users. > @Greg: > Do you have any numbers regarding how your "Linux Kernel in a Nutshell" > is selling? > Even download numbers? > > > especially when switching from one major subsystem to another. > > It's not only about switching, the same problems awaits people when > configuring a kernel for their hardware the first time. *nods* > > Therefore, all this is IMO wasted effort and hot air. There are far more > > important issues to deal with. > > Why don't we dump kconfig and write the .config by hand? ;-) > > More seriously: > Yes, there are many other important issues in the kernel. > But not fixing kconfig UI problems doesn't fix these issues faster. Agreed, and actually not fixing Kconfig UI problems will make the other issues being fixed *slower* (because they result in *increased* workload on developers' side). > I have seen people running into problems because some required > option wasn't set - in the simplest cases things like IDE without DMA > because a help text wasn't updated when more hardware support was added > to a driver. This is why nowadays IDE DMA support is automatically selected by IDE host drivers that need it - a big relief for everybody. > You might not care about the kconfig users. > But other people do. ...and even if their attempts/solutions may not be proper yet they should not be discouraged to work on these problems... Thanks, Bart - 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/