Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264625AbTKNR2E (ORCPT ); Fri, 14 Nov 2003 12:28:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264626AbTKNR2E (ORCPT ); Fri, 14 Nov 2003 12:28:04 -0500 Received: from fw.osdl.org ([65.172.181.6]:16568 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S264625AbTKNR2B (ORCPT ); Fri, 14 Nov 2003 12:28:01 -0500 Date: Fri, 14 Nov 2003 09:23:19 -0800 From: "Randy.Dunlap" To: Chris Friesen Cc: linux-kernel@vger.kernel.org Subject: Re: why no Kconfig in "kernel" subdir? Message-Id: <20031114092319.5260bd01.rddunlap@osdl.org> In-Reply-To: <3FB50B4D.1000300@nortelnetworks.com> References: <3FB50B4D.1000300@nortelnetworks.com> Organization: OSDL X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: +5V?h'hZQPB9kW Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1201 Lines: 29 On Fri, 14 Nov 2003 12:05:17 -0500 Chris Friesen wrote: | I was adding a new general syscall the other day, and it struck me as | odd that there is no Kconfig in the "kernel" subdirectory. | | A quick search shows 36 separate config options being used in that | subdirectory (stuff like PREEMPT, SMP, FUTEX, HOTPLUG, SYSCTL, etc). | Why is there no Kconfig for it? As it stands, all of these have to be | copied and pasted in every single arch. This seems odd. In several cases I expect that you are correct. In some cases, general config options are now going into init/Kconfig. | Would people be open to a series of patches that create a new Kconfig | and start moving generic stuff to it? Or are these things really | arch-specific enough to warrent massive duplication? I consider PREEMPT and SMP arch-specific, not generic. Will init/Kconfig do what you want? -- ~Randy MOTD: Always include version info. - 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/