From patchwork Wed Nov 30 14:01:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 5401 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C34F523FFB for ; Wed, 30 Nov 2011 13:56:13 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 9BAAFA184AE for ; Wed, 30 Nov 2011 13:56:13 +0000 (UTC) Received: by laah2 with SMTP id h2so299971laa.11 for ; Wed, 30 Nov 2011 05:56:13 -0800 (PST) Received: by 10.152.135.225 with SMTP id pv1mr1334876lab.19.1322661373311; Wed, 30 Nov 2011 05:56:13 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.41.198 with SMTP id h6cs13287lal; Wed, 30 Nov 2011 05:55:59 -0800 (PST) Received: by 10.180.89.5 with SMTP id bk5mr1650305wib.60.1322661088702; Wed, 30 Nov 2011 05:51:28 -0800 (PST) Received: from AM1EHSOBE002.bigfish.com (am1ehsobe002.messaging.microsoft.com. [213.199.154.205]) by mx.google.com with ESMTPS id v44si687128wec.96.2011.11.30.05.51.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Nov 2011 05:51:28 -0800 (PST) Received-SPF: neutral (google.com: 213.199.154.205 is neither permitted nor denied by best guess record for domain of r65073@freescale.com) client-ip=213.199.154.205; Authentication-Results: mx.google.com; spf=neutral (google.com: 213.199.154.205 is neither permitted nor denied by best guess record for domain of r65073@freescale.com) smtp.mail=r65073@freescale.com Received: from mail71-am1-R.bigfish.com (10.3.201.240) by AM1EHSOBE002.bigfish.com (10.3.204.22) with Microsoft SMTP Server id 14.1.225.22; Wed, 30 Nov 2011 13:51:26 +0000 Received: from mail71-am1 (localhost [127.0.0.1]) by mail71-am1-R.bigfish.com (Postfix) with ESMTP id A886A700394; Wed, 30 Nov 2011 13:51:25 +0000 (UTC) X-SpamScore: -3 X-BigFish: VS-3(zz98dKzz1202hzzz2dh2a8h668h839h944h) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail71-am1 (localhost.localdomain [127.0.0.1]) by mail71-am1 (MessageSwitch) id 13226610592655_10164; Wed, 30 Nov 2011 13:50:59 +0000 (UTC) Received: from AM1EHSMHS016.bigfish.com (unknown [10.3.201.253]) by mail71-am1.bigfish.com (Postfix) with ESMTP id 6B2FF80101; Wed, 30 Nov 2011 13:49:22 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS016.bigfish.com (10.3.207.154) with Microsoft SMTP Server (TLS) id 14.1.225.22; Wed, 30 Nov 2011 13:49:21 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.339.2; Wed, 30 Nov 2011 07:49:19 -0600 Received: from S2100-06.ap.freescale.net (S2100-06.ap.freescale.net [10.192.242.125]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id pAUDnHtk016398; Wed, 30 Nov 2011 07:49:17 -0600 (CST) Date: Wed, 30 Nov 2011 22:01:51 +0800 From: Shawn Guo To: Dave Martin CC: , Subject: Re: [PATCH] ARM: pl2x0/pl310: Refactor Kconfig to be more maintainable Message-ID: <20111130140150.GC711@S2100-06.ap.freescale.net> References: <1322584345-19193-1-git-send-email-dave.martin@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1322584345-19193-1-git-send-email-dave.martin@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: freescale.com On Tue, Nov 29, 2011 at 04:32:25PM +0000, Dave Martin wrote: [...] > diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig > index b3a1f2b..6871ed7 100644 > --- a/arch/arm/plat-mxc/Kconfig > +++ b/arch/arm/plat-mxc/Kconfig > @@ -20,6 +20,7 @@ config ARCH_IMX_V6_V7 > bool "i.MX3, i.MX6" > select AUTO_ZRELADDR if !ZBOOT_ROM > select ARM_PATCH_PHYS_VIRT > + select HAVE_L2X0_L2CC > help > This enables support for systems based on the Freescale i.MX3 and i.MX6 > family. > -- You may want to amend the following for above change. diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 5f7f9c2..a134819 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -609,7 +609,6 @@ comment "i.MX6 family:" config SOC_IMX6Q bool "i.MX6 Quad support" select ARM_GIC - select CACHE_L2X0 select CPU_V7 select HAVE_ARM_SCU select HAVE_IMX_GPC