From patchwork Tue Nov 20 15:34:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1774521 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 7B1013FD1A for ; Tue, 20 Nov 2012 15:37:41 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tapqz-0007Ui-US; Tue, 20 Nov 2012 15:35:14 +0000 Received: from mail-gg0-f177.google.com ([209.85.161.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tapqv-0007Ti-AZ for linux-arm-kernel@lists.infradead.org; Tue, 20 Nov 2012 15:35:10 +0000 Received: by mail-gg0-f177.google.com with SMTP id y3so682616ggc.36 for ; Tue, 20 Nov 2012 07:35:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=23g53rWmUnvk3KhTXJsoZXL83Hf5+A6N3X0CkeOZIA0=; b=tvmlRNqsN1fpfqcoNH+3An8fqpyu02ppuhok8m4iMVJo/pVg2mA8sEF9DqyEuAVbfy ACg70oe7sUy3MJ7wB8YtWPrzC5KA4honbYljgNL0GRhgLRsXlo0UY2iWzOnYBYBkOPE3 JCkPKqRViT5pgIDbJ+IpdTVznGqjwWK1GAREZ2fZeHpC69/5e/w5rwREZHmA1WUTjnUw 4j+1jCjD8tf854ekKEL2Cw2dMDVgA3OOiKuUsGhatQKm+13UGfQiL3UsBB5FE9ZHtr7L 3kPpvekWGMrqGOzTOiYdYpapHTSxQklf4CW8CtmpIrdR48g9D0N7tAru6aKUsBJHdQA2 u9sw== Received: by 10.236.181.169 with SMTP id l29mr15327553yhm.44.1353425707308; Tue, 20 Nov 2012 07:35:07 -0800 (PST) Received: from fabio-Latitude-E6410.cps.virtua.com.br ([189.61.223.46]) by mx.google.com with ESMTPS id e24sm13111052yhh.4.2012.11.20.07.35.05 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 07:35:06 -0800 (PST) From: Fabio Estevam To: rob.herring@calxeda.com Subject: [PATCH] ARM: Kconfig: Do not force selection of ARCH_VEXPRESS by ARCH_MULTI_V7 Date: Tue, 20 Nov 2012 13:34:58 -0200 Message-Id: <1353425698-14415-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121120_103509_509468_A22E5102 X-CRM114-Status: GOOD ( 12.30 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.177 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: thomas.petazzoni@free-electrons.com, Fabio Estevam , linux@arm.linux.org.uk, pawel.moll@arm.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Fabio Estevam When building a kernel using imx_v6_v7_defconfig, it is not possible to unselect ARCH_VEXPRESS due to the fact that it is automatically selected by ARCH_MULTI_V7. This is not good when someone wants to create a minimal kernel build, so let multi_v7_defconfig select ARCH_VEXPRESS instead. Signed-off-by: Fabio Estevam --- arch/arm/Kconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 14f8160..d40e9d3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1000,7 +1000,6 @@ config ARCH_MULTI_V7 bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)" default y select ARCH_MULTI_V6_V7 - select ARCH_VEXPRESS select CPU_V7 config ARCH_MULTI_V6_V7 diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 159f75f..531c538 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -6,6 +6,7 @@ CONFIG_MACH_ARMADA_370=y CONFIG_MACH_ARMADA_XP=y CONFIG_ARCH_HIGHBANK=y CONFIG_ARCH_SOCFPGA=y +CONFIG_ARCH_VEXPRESS=y # CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set CONFIG_ARM_ERRATA_754322=y CONFIG_SMP=y