From patchwork Thu Sep 10 04:11:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7150591 X-Patchwork-Delegate: eduardo.valentin@ti.com Return-Path: X-Original-To: patchwork-linux-pm@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 5D7DA9F39B for ; Thu, 10 Sep 2015 04:16:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C66EA20225 for ; Thu, 10 Sep 2015 04:16:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F177F20439 for ; Thu, 10 Sep 2015 04:15:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754605AbbIJEOL (ORCPT ); Thu, 10 Sep 2015 00:14:11 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:36429 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752730AbbIJEMC (ORCPT ); Thu, 10 Sep 2015 00:12:02 -0400 Received: by padhk3 with SMTP id hk3so30037639pad.3; Wed, 09 Sep 2015 21:12:02 -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=eBuhnWBwSwzI1ALnLvr9SP41PTcg4OTjIl7CfaQimOs=; b=uqr/pa+oBdNJH59RTNVAMo////vmLs5P6kpF9lUVLF28eFq4F0suDsLWYDjkg18Sjc oZc90pfX7mSSUKmNGxYiIK8Z1rFdaTcbCg7jXed02AgOYtyNi+xqC7kJlx6HBTp8fN4h 8QeaWaBe9qJiW5uibq2othLkVkxBVGTUfugFOQ+SQwg/WsK0deMxJ7no53q3GggoOMN0 RdUizD+MHZ3gmcHbS30D6SwpToOfc487zP5looucJNaU7ps/pzRRVkZnCrdfH1SJvd3z Vft25VZ9fnSZkFs4aqz1N+h1wx7sNp683cb6UbsORZusMbd+WuRu86bFkIOfUw9gnWtG vg/A== X-Received: by 10.66.119.202 with SMTP id kw10mr68871211pab.38.1441858322081; Wed, 09 Sep 2015 21:12:02 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:399f:4884:79bb:71bb]) by smtp.gmail.com with ESMTPSA id ch3sm8992630pbb.18.2015.09.09.21.12.01 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Wed, 09 Sep 2015 21:12:01 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: Linux PM , LKML , Eduardo Valentin Subject: [PATCH 10/17] thermal: intel_soc_dts_iosf: allow compile test Date: Wed, 9 Sep 2015 21:11:06 -0700 Message-Id: <1441858273-4017-11-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=unavailable 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 intel_soc_dts_iosf 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 449508f..eb2978d 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -284,7 +284,7 @@ config X86_PKG_TEMP_THERMAL config INTEL_SOC_DTS_IOSF_CORE tristate - depends on X86 + depends on X86 || COMPILE_TEST select IOSF_MBI help This is becoming a common feature for Intel SoCs to expose the additional