From patchwork Thu Jun 26 04:05:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 4425601 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 8A1559F319 for ; Thu, 26 Jun 2014 04:09:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A4FA620394 for ; Thu, 26 Jun 2014 04:09:13 +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 CA3FE20304 for ; Thu, 26 Jun 2014 04:09:12 +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 1X00yH-0007cf-LB; Thu, 26 Jun 2014 04:07:37 +0000 Received: from mail-pd0-f174.google.com ([209.85.192.174]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X00xm-00078f-M7 for linux-arm-kernel@lists.infradead.org; Thu, 26 Jun 2014 04:07:07 +0000 Received: by mail-pd0-f174.google.com with SMTP id y10so2482671pdj.5 for ; Wed, 25 Jun 2014 21:06:45 -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=na0xj1qQStTEASkaB7AAqgbmZFUCwqVQLGCgna7oZZo=; b=P2AdD6ofLNFpyCEwwPN9RWdWYQFXhZviuMsHQON7xsUJeQgFUdm+1v8004u2d+kx30 F2cgG4Tiw3pmvyFiSNVatIHEIoP726nvnYCZHBYA+WcIkI+aoh+vKOdAwzye5UYIyddT G4/GXwp0akRaU/QtCk66lRKY9fVrBtcs3dEfLBlVOheWVhLf8QcB34D2jYLcJKPjmjs8 MPPI9RwgQ6BmTEPLyi4OgzD3rqQHX6cH9329/QMziuszWo3OZ2RNPNH8yfGPC4pt1r6S meDJlDS1e1oMmANgxY9F0jquYkCLdj4MsDGQSeJDiN5wXh/Fp2z8wyU4UIlstiAxVTyM IMKQ== X-Gm-Message-State: ALoCoQkS53tlohXajoBXCUvQ+VH2c3Uh8ubB0d7oFIQPV5wvZhCa04IvQQ661Y7GAOhRNiGxlXnz X-Received: by 10.68.180.65 with SMTP id dm1mr17548906pbc.142.1403755605798; Wed, 25 Jun 2014 21:06:45 -0700 (PDT) Received: from localhost.localdomain ([140.206.182.114]) by mx.google.com with ESMTPSA id z3sm27916184pas.15.2014.06.25.21.06.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Jun 2014 21:06:44 -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, jchxue@gmail.com Subject: [PATCH v4 7/8] ARM: config: add ARCH_HIX5HD2 in hi3xxx_defconfig Date: Thu, 26 Jun 2014 12:05:46 +0800 Message-Id: <1403755547-623-8-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1403755547-623-1-git-send-email-haojian.zhuang@linaro.org> References: <1403755547-623-1-git-send-email-haojian.zhuang@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140625_210706_790008_3658841F X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) Cc: Haojian Zhuang X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-1.9 required=5.0 tests=BAYES_00, T_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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/hi3xxx_defconfig b/arch/arm/configs/hi3xxx_defconfig index f186bdf..9630687 100644 --- a/arch/arm/configs/hi3xxx_defconfig +++ b/arch/arm/configs/hi3xxx_defconfig @@ -3,7 +3,9 @@ CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y 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