Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755539AbXIQLad (ORCPT ); Mon, 17 Sep 2007 07:30:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754040AbXIQL3g (ORCPT ); Mon, 17 Sep 2007 07:29:36 -0400 Received: from cerber.ds.pg.gda.pl ([153.19.208.18]:54070 "EHLO cerber.ds.pg.gda.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754986AbXIQL3c (ORCPT ); Mon, 17 Sep 2007 07:29:32 -0400 Date: Mon, 17 Sep 2007 12:29:23 +0100 (BST) From: "Maciej W. Rozycki" To: Stefan Richter cc: Adrian Bunk , Sam Ravnborg , James Bottomley , linux-scsi@vger.kernel.org, Jeff Garzik , Andi Kleen , Folkert van Heusden , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] SCSI: split Kconfig menu into two In-Reply-To: <46EBCEF1.4030702@s5r6.in-berlin.de> Message-ID: References: <46E46190.6080607@garzik.org> <20070912224655.GC3563@stusta.de> <46EAA08F.30703@s5r6.in-berlin.de> <20070914151522.GL3563@stusta.de> <46EAAAC1.3050409@s5r6.in-berlin.de> <20070914190033.GA4003@uranus.ravnborg.org> <20070914190609.GN3563@stusta.de> <20070915114055.GP3563@stusta.de> <46EBCEF1.4030702@s5r6.in-berlin.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1102 Lines: 35 On Sat, 15 Sep 2007, Stefan Richter wrote: > >> +menu "Storage (core and SCSI commands)" > >> > >> config SCSI > >> - tristate "SCSI device support" > >> + tristate "Storage support (core and SCSI commands)" > >> depends on BLOCK > >> select SCSI_DMA if HAS_DMA > >> ---help--- > >> ... > > > > What is "storage support"? > > SATA? > > PATA? > > USB mass storage? > > MMC? > > MTD? > > What is "Networking"? Ethernet? Infiniband? ...? SCSI is a generic peripheral bus (recall the expansion of the acronym). Even though probably the most common, storage is one of its applications only (think scanners for an immediately obvious other one). I find describing CONFIG_SCSI as "storage support" misleading and inappropriate. Referring to your example it is like calling generic networking (i.e. CONFIG_NET) "Ethernet support". Maciej - 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/