From patchwork Mon Sep 14 02:31:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7172251 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F33EBBEEC1 for ; Mon, 14 Sep 2015 02:32:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 296E820690 for ; Mon, 14 Sep 2015 02:32:28 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id 543B520687 for ; Mon, 14 Sep 2015 02:32:26 +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 1ZbJZA-00031q-IP; Mon, 14 Sep 2015 02:32:24 +0000 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZbJZ2-0002qW-P9; Mon, 14 Sep 2015 02:32:17 +0000 Received: by padhk3 with SMTP id hk3so128501851pad.3; Sun, 13 Sep 2015 19:31:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bhW5HmIyWBwtZz9GgVuMZ1tT16RgZ0eqKzxBQs7upHk=; b=C+54G4uITBwuRJ0O9Tg7wSPZqUerhd9rXtw8Du62DLA1WdqQUibzwTp5O9ZDpVAe9j 1L3jR/OoV8aLhvIDMZUAcAilIfE/l+357shLe4Et3jjB0BhHYzc5Hs128uQfGoa1jRvI IpjDZfB4VX1thGYF6Y0O2XsxONV/pCJJPKpeX1IDWu/7UU0bN/+kc2ZbHcYGcAiEpAX4 jt2BYk0TacpRCLjowGkO6nVmgF/7gFcoBNfMvkv8qi4+T6Qd+KSDns9e5RztMjiXYAwB EseIPmlkQX2k5qusS30ZES7Keov6Tigd6ZNRcB5Xan5oAYD0v/ULGi1eUMYGomJLF6Ug 8fKg== X-Received: by 10.68.111.65 with SMTP id ig1mr26915798pbb.130.1442197915528; Sun, 13 Sep 2015 19:31:55 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:9dd3:9e70:2a6:3e9f]) by smtp.gmail.com with ESMTPSA id fm5sm12688716pbb.60.2015.09.13.19.31.54 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Sep 2015 19:31:54 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Subject: [PATCHv2 03/10] thermal: rockchip: allow compile test Date: Sun, 13 Sep 2015 19:31:32 -0700 Message-Id: <1442197899-5952-4-git-send-email-edubezval@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1442197899-5952-1-git-send-email-edubezval@gmail.com> References: <1442197899-5952-1-git-send-email-edubezval@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150913_193216_844960_834DCAFB X-CRM114-Status: UNSURE ( 9.48 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko Stuebner , Linux PM , LKML , Eduardo Valentin , linux-rockchip@lists.infradead.org, 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-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Adding COMPILE_TEST flag to rockchip driver to facilitate maintenance. Cc: Zhang Rui Cc: Heiko Stuebner Cc: linux-pm@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-rockchip@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 0334886..2e0aaee 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -190,7 +190,7 @@ config SPEAR_THERMAL config ROCKCHIP_THERMAL tristate "Rockchip thermal driver" - depends on ARCH_ROCKCHIP + depends on ARCH_ROCKCHIP || COMPILE_TEST depends on RESET_CONTROLLER help Rockchip thermal driver provides support for Temperature sensor