From patchwork Thu Sep 10 04:10:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7150581 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2E9279F39B for ; Thu, 10 Sep 2015 04:15:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 51639209C7 for ; Thu, 10 Sep 2015 04:15:41 +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 57123208D6 for ; Thu, 10 Sep 2015 04:15:40 +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 1ZZtDU-00083g-34; Thu, 10 Sep 2015 04:12:08 +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 1ZZtDQ-00080U-Om; Thu, 10 Sep 2015 04:12:05 +0000 Received: by padhk3 with SMTP id hk3so30029919pad.3; Wed, 09 Sep 2015 21:11:43 -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=WtkdsGoQaoG2cdoUZPuTko36JxR4LdiRMSKPZBfgBu0IH2wRBe8854MSctOgiCSWqb 2WcBlTIGbLcRM/G7lvqWlTI57fYZLpBS0Xfo83MBH65ZmN1ADAqXpPF7c9fQjXr1/8Vs gA/meihpBoilGdrm022OB2H/UnjdrXdTLzabsVGmIjJXKafOfGuk9IFNijUezqmdSue1 vwdwQVO/iVULFCG/aIp88ZuvXD/POqr5vVlSEuPs7uMRA/kqmTGRA8MwaTS4tz50zm5N SM//PExDCvXINFVEYhPNSXbLH5iQRmPEcX0Jd1I/54zvsgfpqoMlmMG9PGJwKXb37SDh gvgg== X-Received: by 10.66.218.135 with SMTP id pg7mr69167963pac.141.1441858303661; Wed, 09 Sep 2015 21:11:43 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:399f:4884:79bb:71bb]) by smtp.gmail.com with ESMTPSA id gs2sm8994909pbc.15.2015.09.09.21.11.42 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 09 Sep 2015 21:11:42 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Subject: [PATCH 03/17] thermal: rockchip: allow compile test Date: Wed, 9 Sep 2015 21:10:59 -0700 Message-Id: <1441858273-4017-4-git-send-email-edubezval@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1441858273-4017-1-git-send-email-edubezval@gmail.com> References: <1441858273-4017-1-git-send-email-edubezval@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150909_211204_834625_9B1F0615 X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: 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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=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