From patchwork Tue Mar 12 17:08:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 15300 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 E6F1F23E3E for ; Tue, 12 Mar 2013 17:09:48 +0000 (UTC) Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by fiordland.canonical.com (Postfix) with ESMTP id A2DB8A18677 for ; Tue, 12 Mar 2013 17:09:48 +0000 (UTC) Received: by mail-vb0-f44.google.com with SMTP id fr13so2367268vbb.17 for ; Tue, 12 Mar 2013 10:09:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=sSy05kTjikS8r8Ok6/MfWJht96WAg9pljWryh96e/y4=; b=HmifircCx256vYECmBqz2aqjYWqQSPr9ZmCupfXwEpLkubGYcXajJYN1rFhn6FJTEV Etn/j1s/0EPa/70gZbUyy3kmXnb+FqQFFl4cjMpYDEtt1GuCeFvXPYAW27TIUAT3reo3 ujGhxb4A62kVQ6hy2rFeRLr5wd/cQRyFDGJbvY/X24XE1CG5WI3sUAyW6qkKzxrSQoWO N6nCStsVJ03wnrK3DH32r63A/Yu8bZlfNOkNVJx1G+QbQ1RGugHFJAL1Q4MuK1To12ga lw/hoWOzEMxDQrkJX5KXinieTGU4GLp/PlQayoHD65slkFoG/ilpoBgnBAyZjr+7Lnpy xCdw== X-Received: by 10.220.242.73 with SMTP id lh9mr6477272vcb.49.1363108188183; Tue, 12 Mar 2013 10:09:48 -0700 (PDT) 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.58.127.98 with SMTP id nf2csp138424veb; Tue, 12 Mar 2013 10:09:47 -0700 (PDT) X-Received: by 10.182.39.3 with SMTP id l3mr12750336obk.62.1363108187442; Tue, 12 Mar 2013 10:09:47 -0700 (PDT) Received: from mail-ia0-x22d.google.com (mail-ia0-x22d.google.com [2607:f8b0:4001:c02::22d]) by mx.google.com with ESMTPS id kh3si20916880obc.215.2013.03.12.10.09.47 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Mar 2013 10:09:47 -0700 (PDT) Received-SPF: neutral (google.com: 2607:f8b0:4001:c02::22d is neither permitted nor denied by best guess record for domain of haojian.zhuang@linaro.org) client-ip=2607:f8b0:4001:c02::22d; Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:4001:c02::22d is neither permitted nor denied by best guess record for domain of haojian.zhuang@linaro.org) smtp.mail=haojian.zhuang@linaro.org Received: by mail-ia0-f173.google.com with SMTP id h37so62825iak.32 for ; Tue, 12 Mar 2013 10:09:47 -0700 (PDT) X-Received: by 10.50.53.143 with SMTP id b15mr12691710igp.69.1363108186883; Tue, 12 Mar 2013 10:09:46 -0700 (PDT) Received: from localhost.localdomain ([140.206.155.72]) by mx.google.com with ESMTPS id xc3sm20593825igb.10.2013.03.12.10.09.42 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Mar 2013 10:09:46 -0700 (PDT) From: Haojian Zhuang To: linux@arm.linux.org.uk, linus.walleij@linaro.org, arnd@arndb.de, olof@lixom.net, rob.herring@calxeda.com, linux-arm-kernel@lists.infradead.org, pawel.moll@arm.com, swarren@nvidia.com, john.stultz@linaro.org, tglx@linutronix.de, mturquette@linaro.org Cc: patches@linaro.org, Haojian Zhuang Subject: [PATCH v2 11/14] ARM: config: append arch hs into multi defconfig Date: Wed, 13 Mar 2013 01:08:40 +0800 Message-Id: <1363108124-17484-12-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1363108124-17484-1-git-send-email-haojian.zhuang@linaro.org> References: <1363108124-17484-1-git-send-email-haojian.zhuang@linaro.org> X-Gm-Message-State: ALoCoQlAOO6n0vBLa2r+dO/DkobZZ08fbSqE4GnzDe+p2ek8pWR0mNhxItNGZMHQH6PhYCEtDVQO Append ARCH_HI3xxx (Hisilicon SoC) into multi_v7_defconfig. Signed-off-by: Haojian Zhuang --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e31d442..1891611 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -5,6 +5,7 @@ CONFIG_ARCH_MVEBU=y CONFIG_MACH_ARMADA_370=y CONFIG_MACH_ARMADA_XP=y CONFIG_ARCH_HIGHBANK=y +CONFIG_ARCH_HI3xxx=y CONFIG_ARCH_SOCFPGA=y CONFIG_ARCH_SUNXI=y # CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set