From patchwork Tue Mar 27 12:23:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 10309799 Return-Path: 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 B7AB760212 for ; Tue, 27 Mar 2018 12:24:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A897529BDA for ; Tue, 27 Mar 2018 12:24:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9D61429D3E; Tue, 27 Mar 2018 12:24:05 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3804729BDA for ; Tue, 27 Mar 2018 12:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=3NIcY1NPId4K+rH4Po3UAkFOjVIkIsH2kTfMtPz4tPQ=; b=YK5 aHnGoZLBRf0dfnuQE24KnAmTS0gsSE9P3kvvebttpn+nPdaqjhDY3NsqUzQL/enMq9uTatsEotAim aIt32iwv/wLaQZy6mibRVp8MElh6K+PszasnP73IVK+N1uoXG5SI73xmW/5TjmMQkkcZtVLjb1IP7 3pex50aXAXdn/iuq5p3TmIbV5sJI7i0OBLLPddOXqisEwvEHPp0yiQ+MWuPufj2sJTt53EmS2iOzo B7xR0l8ACVPCQvl/uR2ZNlzmXZQewQg+cCYCpuF+TPB7cKV9j3TkyTVVvXVfIRg8Y4qi4dm/KrMzb PXObpH/NEhhn/ywnRRxm2U5fNGZBvaA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1f0ndx-0005cJ-Gm; Tue, 27 Mar 2018 12:24:01 +0000 Received: from mx.socionext.com ([202.248.49.38]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1f0ndd-0005Ek-LF for linux-arm-kernel@lists.infradead.org; Tue, 27 Mar 2018 12:23:47 +0000 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 27 Mar 2018 21:23:30 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id DDA5161885; Tue, 27 Mar 2018 21:23:30 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 27 Mar 2018 21:23:30 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 143DE1A2088; Tue, 27 Mar 2018 21:23:30 +0900 (JST) From: Kunihiko Hayashi To: Catalin Marinas , Will Deacon , Masahiro Yamada , Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm64: defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE Date: Tue, 27 Mar 2018 21:23:27 +0900 Message-Id: <1522153407-21430-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180327_052341_879424_238D824B X-CRM114-Status: GOOD ( 11.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jassi Brar , arm@kernel.org, Kunihiko Hayashi , Masami Hiramatsu MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the thermal monitor driver and the AVE ethernet driver implemented on UniPhier SoCs. Signed-off-by: Kunihiko Hayashi --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 1d3b406..4a66e78 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -220,6 +220,7 @@ CONFIG_QCOM_EMAC=m CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y +CONFIG_SNI_AVE=y CONFIG_SNI_NETSEC=y CONFIG_STMMAC_ETH=m CONFIG_MDIO_BUS_MUX_MMIOREG=y @@ -343,6 +344,7 @@ CONFIG_RCAR_GEN3_THERMAL=y CONFIG_QCOM_TSENS=y CONFIG_ROCKCHIP_THERMAL=m CONFIG_TEGRA_BPMP_THERMAL=m +CONFIG_UNIPHIER_THERMAL=y CONFIG_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y CONFIG_MESON_GXBB_WATCHDOG=m