Message ID | 1473141861-5033-4-git-send-email-jun.nie@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id F2F2060760 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 6 Sep 2016 06:07:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DDA66288F0 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 6 Sep 2016 06:07:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D26DB28ACA; Tue, 6 Sep 2016 06:07:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id A8B96288F0 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 6 Sep 2016 06:07:15 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bh9Vz-0005tB-WD; Tue, 06 Sep 2016 06:05:48 +0000 Received: from mail-pf0-x22e.google.com ([2607:f8b0:400e:c00::22e]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bh9VW-0004Re-I5 for linux-arm-kernel@lists.infradead.org; Tue, 06 Sep 2016 06:05:19 +0000 Received: by mail-pf0-x22e.google.com with SMTP id g202so47829715pfb.0 for <linux-arm-kernel@lists.infradead.org>; Mon, 05 Sep 2016 23:04:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=49ILpsm7PxF8/kftV0zl0ISziBqIOPdFGQ8fe66zJFY=; b=ZlLYP8pwsvTLhvuZUM4dMmgsv6/Vq9gq5Btd9vHovpTWAqjbukB+ciiFyAb9MIowf1 gD1+OSK0XlN9QomfwooghjVSRKPCZOEnefctwDyeYNhfx3hFkMTbwnRLX7MWHT3uqV02 SM9D+S1ZaippqvC3lBe3wRnit/oq9G5K8WYIA= 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=49ILpsm7PxF8/kftV0zl0ISziBqIOPdFGQ8fe66zJFY=; b=CxVWU+uEHmtkOuytW6vzHdLjmzlws5+IjmdXmjrDfMke5Sm48ncRjqACr6qPihg0c+ 8wWR87k9i0l7T0Kj4ZyKOeYP082D4MTp8sTDy9jj0pJFiyMW323E9g0RsGfSazrOeYOC HP2P7MkSMeZFJEEDF/sjwJxNJw99MbY7uf0JQC0NK7rKrFhrip04QYOP6HTNkSwid2SO 5IFNdy2XEZVEkfmhurBP64QnPvYM3Bd+TAu5M6h03dwCXFBpzmKwGiJuRtveBJbfOr6U N9Ka9Ii15aOHZOI1qEUb3p/UrwEkwQRKmp6dyvzfITqrUwCrfT3G2yT04M4AtDY02fTn 53Nw== X-Gm-Message-State: AE9vXwPHHO6sTMos10BSZ51YaxtjkTM6hFsE5P1uzCNz1U7xawxGi4gbgGG99DDBMyGoRPW7 X-Received: by 10.98.64.93 with SMTP id n90mr69604548pfa.29.1473141897590; Mon, 05 Sep 2016 23:04:57 -0700 (PDT) Received: from localhost.localdomain ([113.29.230.77]) by smtp.gmail.com with ESMTPSA id ww14sm37549605pac.34.2016.09.05.23.04.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Sep 2016 23:04:57 -0700 (PDT) From: Jun Nie <jun.nie@linaro.org> To: arnd@arndb.de, arm@kernel.org, linux-arm-kernel@lists.infradead.org, shawn.guo@linaro.org Subject: [PATCH v4 3/3] arm64: defconfig: enable ZTE ZX related config Date: Tue, 6 Sep 2016 14:04:21 +0800 Message-Id: <1473141861-5033-4-git-send-email-jun.nie@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473141861-5033-1-git-send-email-jun.nie@linaro.org> References: <1473141861-5033-1-git-send-email-jun.nie@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160905_230518_710676_91F2688F X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: mark.rutland@arm.com, jason.liu@linaro.org, Jun Nie <jun.nie@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index eadf485..2bd5c88 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -57,6 +57,7 @@ CONFIG_ARCH_UNIPHIER=y CONFIG_ARCH_VEXPRESS=y CONFIG_ARCH_VULCAN=y CONFIG_ARCH_XGENE=y +CONFIG_ARCH_ZX=y CONFIG_ARCH_ZYNQMP=y CONFIG_PCI=y CONFIG_PCI_MSI=y
This patch enables the configuration for the ZTE ZX family. Signed-off-by: Jun Nie <jun.nie@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)