Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759884AbYAFRLy (ORCPT ); Sun, 6 Jan 2008 12:11:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757622AbYAFRLp (ORCPT ); Sun, 6 Jan 2008 12:11:45 -0500 Received: from netrider.rowland.org ([192.131.102.5]:1198 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757228AbYAFRLn (ORCPT ); Sun, 6 Jan 2008 12:11:43 -0500 Date: Sun, 6 Jan 2008 12:11:43 -0500 (EST) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: david@lang.hm cc: Stefan Richter , Adrian Bunk , Randy Dunlap , Sam Ravnborg , Al Boldi , , , David Brownell , Greg KH , Andrew Morton Subject: Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storage support In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1080 Lines: 24 On Sun, 6 Jan 2008 david@lang.hm wrote: > what sysadmins like me would really like is a set of scripts that could > generate a .config from an existing system. After we have one that covers > the hardware for the system we will then have a much better starting point > to work from. We may disable some drivers (sound drivers on a server for > example). One thing is worth pointing out here. If you do remove some drivers (like usb-storage), you may end up with a bloated configuration because the things they selected (like SCSI) won't get removed automatically. That's a disadvantage of using select. Another disadvantage appears when somebody tries by hand to remove a component (like SCSI) and finds that it magically reappears. Evidently something is selecting it, but there's no way to find out what. Alan Stern -- 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/