Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751665AbXBEQdU (ORCPT ); Mon, 5 Feb 2007 11:33:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750975AbXBEQdU (ORCPT ); Mon, 5 Feb 2007 11:33:20 -0500 Received: from smtp.osdl.org ([65.172.181.24]:48689 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751338AbXBEQdU (ORCPT ); Mon, 5 Feb 2007 11:33:20 -0500 Date: Mon, 5 Feb 2007 08:32:50 -0800 (PST) From: Linus Torvalds To: David Woodhouse cc: Ingo Molnar , Linux Kernel Mailing List Subject: Re: [patch] MTD: fix DOC2000/2001/2001PLUS build error In-Reply-To: <1170682488.29759.795.camel@pmac.infradead.org> Message-ID: References: <20070205084523.GA21858@elte.hu> <1170682488.29759.795.camel@pmac.infradead.org> 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: 1163 Lines: 33 On Mon, 5 Feb 2007, David Woodhouse wrote: > > Secondly, please don't _ever_ use 'select'. No, David. I don't know why you keep repeating this mantra, when it's WRONG. Using "select" is a lot more sane and intelligent than assuming that users know what dependencies they want. The Kconfig files should ask about *end-user* visible features. They should say "do you want to support X". If "X" then needs Y, Z and something else to actually compile, then that Kconfig file should DAMN WELL use "select". Stop claiming anything else! The user shouldn't know that they should say that they need some library Y in order to even see the question for "X". It's not a sane thing to ask them to know and care about. They care about the devices or capabilities they want to support, not about the fact that a USB storage device needs the SCSI core layer, for example. So stop saying "don't use select". Linus - 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/