From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by ozlabs.org (Postfix) with ESMTP id 55E2EDDF2A for ; Thu, 9 Oct 2008 02:28:55 +1100 (EST) Received: by yw-out-2324.google.com with SMTP id 5so620465ywh.39 for ; Wed, 08 Oct 2008 08:28:53 -0700 (PDT) Message-ID: Date: Wed, 8 Oct 2008 10:28:53 -0500 From: "Timur Tabi" Sender: timur.tabi@gmail.com To: linuxppc-dev@ozlabs.org, benh@kernel.crashing.org Subject: Re: [PATCH] powerpc: remove CHRP and PMAC support from defconfigs, fix Kconfigs In-Reply-To: <1222449586-14622-1-git-send-email-timur@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <1222449586-14622-1-git-send-email-timur@freescale.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Sep 26, 2008 at 12:19 PM, Timur Tabi wrote: > The Kconfig files for PowerPC CHRP and PMAC support had "default=y" for some > Kconfig options, and this caused support for CHRP and PMAC platforms to be > enabled incorrectly for several platforms. Fix the Kconfigs and the > affected defconfigs. Ben, When you applied this patch, you removed the Kconfig changes. Without those, doing a "make xxx_defconfig" will just add "CONFIG_PPC_PMAC=y" and "CONFIG_PPC_CHRP=y" to the .config! $ make 83xx/mpc834x_itxgp_defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf # # configuration written to .config # $ grep CHRP .config CONFIG_PPC_CHRP=y So please apply my *original* patch. -- Timur Tabi Linux kernel developer at Freescale