From patchwork Thu Feb 28 07:19:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 15138 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 CA29923E2E for ; Thu, 28 Feb 2013 07:20:12 +0000 (UTC) Received: from mail-ve0-f176.google.com (mail-ve0-f176.google.com [209.85.128.176]) by fiordland.canonical.com (Postfix) with ESMTP id 8FE98A18D64 for ; Thu, 28 Feb 2013 07:20:12 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id cz10so1456060veb.21 for ; Wed, 27 Feb 2013 23:20:11 -0800 (PST) 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=danKm6XESoW5qciKuhqfa7+T1iW0TuG07EWskCkf17Q=; b=GoQO4B/i9vK/GgtNA9+LOrf9vCNhTw3VtNbuHj0Cb/cg04om3gmsLaqsznm9/RIjwY uopIK2GSn1612Vqq7ddAwxjwveazMYlup/2X7pxBmnkZH9vQNpNpTgpGACLO4Q+LqOOC kh1kuxcPyjfha1IcOqmNYQb8eq9w1RxdhhZRiucF4zUDPqiG7qK0de+S8JZo0P/RizZR cXBhbS6sgSfITfGmLGQxUsLrEuXZDDyw9GRqOLoOni2/RkqJDihJOsbVZ5ANPP/zEyLx nN4Fy5z30BJkIRY5R0hTfs8zhV2aAB9ooRgyafbm5pHWxAQn8sDWh51DlhqZ4/PyAMx2 chWQ== X-Received: by 10.52.88.237 with SMTP id bj13mr1840777vdb.75.1362036011867; Wed, 27 Feb 2013 23:20:11 -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.58.145.101 with SMTP id st5csp210892veb; Wed, 27 Feb 2013 23:20:11 -0800 (PST) X-Received: by 10.66.221.67 with SMTP id qc3mr12028663pac.85.1362036010946; Wed, 27 Feb 2013 23:20:10 -0800 (PST) Received: from mail-da0-f51.google.com (mail-da0-f51.google.com [209.85.210.51]) by mx.google.com with ESMTPS id t5si7891945paw.202.2013.02.27.23.20.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 23:20:10 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.51 is neither permitted nor denied by best guess record for domain of haojian.zhuang@linaro.org) client-ip=209.85.210.51; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.51 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-da0-f51.google.com with SMTP id z17so718875dal.24 for ; Wed, 27 Feb 2013 23:20:10 -0800 (PST) X-Received: by 10.68.203.33 with SMTP id kn1mr7450068pbc.197.1362036010566; Wed, 27 Feb 2013 23:20:10 -0800 (PST) Received: from localhost.localdomain ([140.206.155.71]) by mx.google.com with ESMTPS id k7sm8255069paz.13.2013.02.27.23.20.06 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 23:20:09 -0800 (PST) From: Haojian Zhuang To: jone.lixin@huawei.com, arnd@arndb.de, olof@lixom.net, linux-arm-kernel@lists.infradead.org Cc: patches@linaro.org, Haojian Zhuang Subject: [PATCH 7/7] ARM: config: append arch hs into multi defconfig Date: Thu, 28 Feb 2013 15:19:26 +0800 Message-Id: <1362035966-17628-7-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1362035966-17628-1-git-send-email-haojian.zhuang@linaro.org> References: <1362035966-17628-1-git-send-email-haojian.zhuang@linaro.org> X-Gm-Message-State: ALoCoQnoUJZ7yEE9gg5Xi21tCRbWbplwaHWGX+OeVzNgGEWZx0sUu6M5Gt6m/Ijg2XhePZYFsae0 Append ARCH_HS (Hisilicon SoC) into multi_v7_defconfig. Signed-off-by: Haojian Zhuang --- arch/arm/configs/multi_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e31d442..dc1ad68 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -5,6 +5,8 @@ CONFIG_ARCH_MVEBU=y CONFIG_MACH_ARMADA_370=y CONFIG_MACH_ARMADA_XP=y CONFIG_ARCH_HIGHBANK=y +CONFIG_MACH_HI4511=y +CONFIG_ARCH_HS=y CONFIG_ARCH_SOCFPGA=y CONFIG_ARCH_SUNXI=y # CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set