From patchwork Wed May 24 13:54:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 9746001 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 7A1D86032B for ; Wed, 24 May 2017 13:56:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 60CB128970 for ; Wed, 24 May 2017 13:56:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 55C6F28979; Wed, 24 May 2017 13:56:04 +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 [65.50.211.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 F0AA428970 for ; Wed, 24 May 2017 13:56:03 +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:References: In-Reply-To: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:List-Owner; bh=QoIEQUOKrBsozAZ95Gic9bRqC13gjJgPBMsr8XqZBoU=; b=qHmEXYL1tSP04DUUETYoWlmhAY l97fO5rxTWKqHQ4iCBmY+NT68lTNuIEdruaRGj7iz3VdVXbqxungLI9q4oexnm8KQ0NMMsox3WEfu XT4eUJcWXi074sGrVyeh63QR+bDCwVpTXj5RU2uEg00aCtOQ3RFpJxTDDoeqSRJnWeMnwLZoG+QgL f6HofeK0GIS1lYgVWUXA95xs5FcrygAALfQu03SGUxFlmTSenk83bwWPyRljEkSAj1NwKqbdJlGiF qJgB6bYB3M4fc5FvboEptZtecY/6783f2FhjHnedSj2mCL1NRMX8SOR2r7GvjX9VpxYBDzgzRhWsw XP0o68uQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dDWlf-00005u-0g; Wed, 24 May 2017 13:56:03 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dDWkT-00067p-K4; Wed, 24 May 2017 13:54:53 +0000 Received: from ipb218599b.dynamic.kabel-deutschland.de ([178.24.89.155] helo=phil.frederix-hotspot.de) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1dDWk9-0003O2-IA; Wed, 24 May 2017 15:54:29 +0200 From: Heiko Stuebner To: arm@kernel.org Subject: [PATCH 6/7] arm64: defconfig: enable Rockchip thermal controller Date: Wed, 24 May 2017 15:54:14 +0200 Message-Id: <20170524135415.5590-7-heiko@sntech.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170524135415.5590-1-heiko@sntech.de> References: <20170524135415.5590-1-heiko@sntech.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170524_065449_925395_D7EC8C64 X-CRM114-Status: UNSURE ( 6.56 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, Heiko Stuebner , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Allows to read the cpu and gpu temperatures and affect frequency scaling if necessary. Signed-off-by: Heiko Stuebner --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f6c50a403f1a..1716ed326f68 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -296,6 +296,7 @@ CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y CONFIG_THERMAL_EMULATION=y CONFIG_EXYNOS_THERMAL=y +CONFIG_ROCKCHIP_THERMAL=m CONFIG_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y CONFIG_MESON_GXBB_WATCHDOG=m