From patchwork Mon May 12 01:30:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 4153531 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id BE2749F170 for ; Mon, 12 May 2014 01:33:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0BA1D2018B for ; Mon, 12 May 2014 01:33:57 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3EAAA20166 for ; Mon, 12 May 2014 01:33:56 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wjf5q-0006Q7-Mo; Mon, 12 May 2014 01:31:50 +0000 Received: from mail-pa0-f41.google.com ([209.85.220.41]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wjf5o-0006K3-Fd for linux-arm-kernel@lists.infradead.org; Mon, 12 May 2014 01:31:48 +0000 Received: by mail-pa0-f41.google.com with SMTP id lj1so7162903pab.14 for ; Sun, 11 May 2014 18:31:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=rGyTm/VTOQmi6yFUXOAMnADwsSGCr70G+Th4Bh/Pht4=; b=ZqGOabZ/wUhn0nfLDZbxNFXxdFvamkBFvM7MySznkez6yJ6bwzCNzu3BhzQlk22QmO M0Z7zeL4Ev4rIOpoQIU+szDQBJeXuLdwOYemIh1h04BI8f+94spQWoWvXKtPS/22Bulc eP69aTXUl4IM6CUoaloDIHKYOr+isR51mP9WE8P6UlDKVrzM7yZAQWeAu6s9LbJnl7+g aZ2asVDKlVCY6i5zOvKG1HToECTiupSI3BcSI66HfgU/0OIp92VBmywltut+sRaN55sf 3tLLWjelipldMpQSBl7fLemey3TEnnV/Z8JIB43tXsH2JYzmOrI8pocys7TFSNjLhAPl Bp7A== X-Gm-Message-State: ALoCoQmVqEnTYlr11ZBGO2+Ua7s6vnGM7IRFXgoIDgM7hVMjxdQbm0Jaxv1w1x5GGurAJffi8KJf X-Received: by 10.67.5.7 with SMTP id ci7mr48736913pad.99.1399858287689; Sun, 11 May 2014 18:31:27 -0700 (PDT) Received: from localhost.localdomain ([140.206.182.114]) by mx.google.com with ESMTPSA id id10sm19742060pbc.35.2014.05.11.18.31.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 11 May 2014 18:31:26 -0700 (PDT) From: Haojian Zhuang To: yanhaifeng@gmail.com, xuwei5@hisilicon.com, arnd@arndb.de, olof@lixom.net, linux-arm-kernel@lists.infradead.org, khilman@kernel.org Subject: [PATCH 5/5] ARM: config: add ARCH_HIX5HD2 in hi3xxx_defconfig Date: Mon, 12 May 2014 09:30:36 +0800 Message-Id: <1399858236-29027-6-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1399858236-29027-1-git-send-email-haojian.zhuang@linaro.org> References: <1399858236-29027-1-git-send-email-haojian.zhuang@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140511_183148_537914_965625BC X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Haojian Zhuang X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since both ARCH_HI3xxx and ARCH_HIX5HD2 are based on Cortex A9 & they're using similiar kernel features, make them share the same default config. Signed-off-by: Haojian Zhuang --- arch/arm/configs/hi3xxx_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/hi3xxx_defconfig b/arch/arm/configs/hi3xxx_defconfig index 553e1b6..132d8c8 100644 --- a/arch/arm/configs/hi3xxx_defconfig +++ b/arch/arm/configs/hi3xxx_defconfig @@ -5,6 +5,7 @@ CONFIG_BLK_DEV_INITRD=y CONFIG_RD_LZMA=y CONFIG_ARCH_HISI=y CONFIG_ARCH_HI3xxx=y +CONFIG_ARCH_HIX5HD2=y CONFIG_SMP=y CONFIG_PREEMPT=y CONFIG_AEABI=y