Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758834AbXELU4p (ORCPT ); Sat, 12 May 2007 16:56:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754056AbXELU4f (ORCPT ); Sat, 12 May 2007 16:56:35 -0400 Received: from hancock.steeleye.com ([71.30.118.248]:58406 "EHLO hancock.sc.steeleye.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752892AbXELU4e (ORCPT ); Sat, 12 May 2007 16:56:34 -0400 Subject: Re: default y idiocy From: James Bottomley To: Simon Arlott Cc: Jens Axboe , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-scsi@vger.kernel.org In-Reply-To: <46461C77.5040404@simon.arlott.org.uk> References: <20070512182343.GO4629@kernel.dk> <46461C77.5040404@simon.arlott.org.uk> Content-Type: text/plain Date: Sat, 12 May 2007 15:56:12 -0500 Message-Id: <1179003373.3723.34.camel@mulgrave.il.steeleye.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1078 Lines: 27 On Sat, 2007-05-12 at 20:58 +0100, Simon Arlott wrote: > On 12/05/07 19:23, Jens Axboe wrote: > > Hi, > > > > This has bothered me for a long time, and it just seems to be getting > > worse. Can people please STOP defaulting non-essential stuff to 'y'? > > Grrr. > > Is there a reason why various 10/100/1000Mbit network cards are 'y' too? > There's even a default SCSI 'm' that seems to be completely hidden from > the menu too (CONFIG_SCSI_WAIT_SCAN). It depends on SCSI but I can't > disable SCSI... That might not necessarily be our fault ... there's no default 'm' for SCSI in drivers/scsi/Kconfig. On the other hand, the select directive can also be the cause of these problems, for instance drivers/ata/Kconfig has a select SCSI at the top, so if you selected modular ATA, you'll be forced to have modular SCSI. James - 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/