From patchwork Thu Sep 10 04:10:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7150731 X-Patchwork-Delegate: eduardo.valentin@ti.com Return-Path: X-Original-To: patchwork-linux-pm@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 5C404BEEC1 for ; Thu, 10 Sep 2015 04:18:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 85D4B209D8 for ; Thu, 10 Sep 2015 04:18:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9EAE8209A2 for ; Thu, 10 Sep 2015 04:18:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753462AbbIJERg (ORCPT ); Thu, 10 Sep 2015 00:17:36 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:34312 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750956AbbIJELk (ORCPT ); Thu, 10 Sep 2015 00:11:40 -0400 Received: by padhy16 with SMTP id hy16so30202723pad.1; Wed, 09 Sep 2015 21:11:39 -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=p0M2/69CqQJxOSx54m19WzIgygcBRKjpBvZ34eBWRiQ=; b=EB16G2UxdAef0ivn1XEKnBOVb774liNB8UbHjxjDFT+f2BZ53ESZ7NHXBUxLfKcBly Nxqo25wbuFqZXCNUT3+64gkKNkxIbCHF0T83ABS6f1RWGdCSWFf6E4dMJS5jq4WaFHB9 0dOYpAm6E+pBD5UWCS0WpQmJB1+3QXM/IkwSpFNiHuUJW65glYkZmXoHz0UMmL+ZhLRB 8xGwfEM8a008IcwWxsoVJyHCYNm/zwrTM7iKEcCj7PJvA1z1pANOo8ytRJxDNVHOow8k lUKxK8lPtOFWEOQ8OuJEGBQWytf+3+lvrpbMKMV1HUEzHNe2N7c9sG08Ltg8bZhNw+nM pTRw== X-Received: by 10.68.137.202 with SMTP id qk10mr78371753pbb.30.1441858299726; Wed, 09 Sep 2015 21:11:39 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:399f:4884:79bb:71bb]) by smtp.gmail.com with ESMTPSA id bc1sm8963786pbb.66.2015.09.09.21.11.38 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Wed, 09 Sep 2015 21:11:39 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: Linux PM , LKML , Eduardo Valentin Subject: [PATCH 01/17] thermal: hisi: allow compile test Date: Wed, 9 Sep 2015 21:10:57 -0700 Message-Id: <1441858273-4017-2-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> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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 hisi driver to facilitate maintenance. Cc: Zhang Rui Cc: linux-pm@vger.kernel.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 118938e..f2b1d31 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -163,7 +163,7 @@ config THERMAL_EMULATION config HISI_THERMAL tristate "Hisilicon thermal driver" - depends on ARCH_HISI && CPU_THERMAL && OF + depends on (ARCH_HISI && CPU_THERMAL && OF) || COMPILE_TEST help Enable this to plug hisilicon's thermal sensor driver into the Linux thermal framework. cpufreq is used as the cooling device to throttle