Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758446AbXINS7V (ORCPT ); Fri, 14 Sep 2007 14:59:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754682AbXINS7M (ORCPT ); Fri, 14 Sep 2007 14:59:12 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:57736 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756036AbXINS7L (ORCPT ); Fri, 14 Sep 2007 14:59:11 -0400 Date: Fri, 14 Sep 2007 21:00:33 +0200 From: Sam Ravnborg To: Stefan Richter Cc: James Bottomley , linux-scsi@vger.kernel.org, Jeff Garzik , Andi Kleen , Folkert van Heusden , Adrian Bunk , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] SCSI: split Kconfig menu into two Message-ID: <20070914190033.GA4003@uranus.ravnborg.org> References: <1189371621.3526.28.camel@localhost.localdomain> <20070909210329.GE25798@one.firstfloor.org> <46E46190.6080607@garzik.org> <20070912224655.GC3563@stusta.de> <46EAA08F.30703@s5r6.in-berlin.de> <20070914151522.GL3563@stusta.de> <46EAAAC1.3050409@s5r6.in-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1888 Lines: 58 Hi Stefan. Such a patch really calls for some minimal unifacation among the architectures. > > arch/alpha/Kconfig | 2 > arch/arm/Kconfig | 2 > arch/avr32/Kconfig | 2 > arch/blackfin/Kconfig | 2 > arch/cris/Kconfig | 2 > arch/frv/Kconfig | 2 > arch/i386/Kconfig | 2 > arch/ia64/Kconfig | 2 > arch/m32r/Kconfig | 2 > arch/m68k/Kconfig | 2 > arch/m68knommu/Kconfig | 2 > arch/mips/Kconfig | 2 > arch/parisc/Kconfig | 2 > arch/powerpc/Kconfig | 2 > arch/ppc/Kconfig | 2 > arch/s390/Kconfig | 2 > arch/sh/Kconfig | 2 > arch/sh64/Kconfig | 2 > arch/sparc/Kconfig | 2 > arch/sparc64/Kconfig | 2 > arch/um/Kconfig | 2 > arch/v850/Kconfig | 2 > arch/x86_64/Kconfig | 4 > arch/xtensa/Kconfig | 2 Exactly the same change for all architectures. IT would be good to introduce a common file that contains some of the shared stuff from the different architectures. We could start out simple with: arch/Kconfig.arch: source "net/Kconfig" source "drivers/Kconfig" source "fs/Kconfig" source "security/Kconfig" source "crypto/Kconfig" source "lib/Kconfig" And then source it in all relevant arch Kconfig files. It is not all that can use it but most do. A trivial task but one small step towards unification between the architectures on the Kconfig level. Sam - 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/