From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 5BDF3DDE1E for ; Fri, 13 Apr 2007 09:12:23 +1000 (EST) Received: from [72.183.106.80] (helo=[192.168.1.2]) by nommos.sslcatacombnetworking.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Hc8Sh-0002W4-Iy for linuxppc-dev@ozlabs.org; Thu, 12 Apr 2007 18:12:19 -0500 Date: Thu, 12 Apr 2007 18:08:26 -0500 (CDT) From: Kumar Gala To: linuxppc-dev@ozlabs.org Subject: [PATCH 0/7] Kconfig cleanup part II Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Here the second part of the Kconfig cleanup to move all the platform/*/Kconfig to be sourced by platform/Kconfig. Plus some other minor cleanups. - k