Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754480AbYANSNt (ORCPT ); Mon, 14 Jan 2008 13:13:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750962AbYANSNj (ORCPT ); Mon, 14 Jan 2008 13:13:39 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:57349 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750818AbYANSNi (ORCPT ); Mon, 14 Jan 2008 13:13:38 -0500 Date: Mon, 14 Jan 2008 10:12:39 -0800 From: Greg KH To: Al Boldi Cc: Stefan Richter , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, David Brownell , Andrew Morton Subject: Re: [PATCH 0/5] USB Kconfig: Reorganize USB Kconfig Menu Message-ID: <20080114181239.GB14814@kroah.com> References: <200801051546.SAA08937@raad.intranet> <20080112195333.GA4924@kroah.com> <4789FAF8.8080107@s5r6.in-berlin.de> <200801141321.51185.a1426z@gawab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801141321.51185.a1426z@gawab.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2600 Lines: 67 On Mon, Jan 14, 2008 at 01:21:51PM +0300, Al Boldi wrote: > Stefan Richter wrote: > > Greg KH wrote: > > > On Sat, Jan 12, 2008 at 01:20:46PM +0300, Al Boldi wrote: > > >> Greg KH wrote: > > >>> On Sat, Jan 05, 2008 at 06:40:38PM +0300, Al Boldi wrote: > > >>>> Reorganize USB Kconfig Menu, and move USB_GADGET out into the Device > > >>>> Driver Menu. ?This helps the USB Kconfig Menu to be more > > >>>> logical/usable. > > >>>> > > >>>> Patchset against 2.6.23 > > >>> > > >>> So what was the final verdict in this patch set? > > >> > > >> IMHO, it's a lot better than what we have right now, and it's split up > > >> so that you can pick and choose what you think is useful. > > >> > > >>> Can you rsend this against 2.6.24-rc7 with the requested changes (if > > >>> any) in it? > > >> > > >> The only critical change is in patch 2/5: > > >> > > >> menuconfig USB_STORAGE > > >> tristate "USB Mass Storage support" > > >> - depends on USB && SCSI > > >> + depends on USB && BLOCK > > >> + select SCSI > > >> > > >> > > >> I was hoping you could take care of it, or maybe wait until 2.6.25 is > > >> out. > > > > > > Well, if you want such a change to go into 2.6.25, I need the patches > > > now :) > > > > > > So, can you respin these against 2.6.24-rc7, with the above fix, so that > > > I can apply them and test them out? > > > > May I repeat my request that nobody does "select SCSI", please? > > > > Al Boldy, would you please explain like I asked you: > > - what is wrong with the current solution which tells the user to > > first enable SCSI to get the USB_STORAGE option, > > - whether there are frequent end-user requests which demonstrate > > that many people currently don't realize how to enable USB_STORAGE. > > > > Please use "select" carefully, particularly *only* for options which > > enable simple compact library-like code which > > - is small, > > - doesn't itself depend on anything, > > - doesn't has further configuration options in some other menu. > > None of this applies to CONFIG_SCSI. > > I thought we discussed this before. We do it here, for the same reasons > libata does it. In any case, the patch is optional. Yes, I do not want to do this, as we went round and round on it in the past many times over the years. It should be left as-is. thanks, greg k-h -- 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/