From patchwork Thu Sep 10 04:11:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7150501 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 A53BCBEEC1 for ; Thu, 10 Sep 2015 04:14:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D223D209C7 for ; Thu, 10 Sep 2015 04:14:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E8AE9209D8 for ; Thu, 10 Sep 2015 04:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754563AbbIJENu (ORCPT ); Thu, 10 Sep 2015 00:13:50 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35319 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750923AbbIJEME (ORCPT ); Thu, 10 Sep 2015 00:12:04 -0400 Received: by pacfv12 with SMTP id fv12so30672015pac.2; Wed, 09 Sep 2015 21:12:03 -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=zBz1yMmhbDpYF89AZeyAH1noc6lnIHBH3z1gNWATpd8=; b=nVWrjWQxdXJWtRiY29TJE3vtZcTIJF302RaDIJplJhTdSIi56YJpWRqu/TPEBo7zbQ +j3k8JVlF12PdujGQmQseQnlQPQ4bbweh79t07vYBbgrGjmLwuhl7iLL9H1iTOnSz84k O6HGpOz50Ow7TWeCWJ5UlWK/4oaX/AAeh4YNsJzWJwQwyPP8tZbX1YsU/FIKKCfm7ii9 NrAS9lh7PiBDH9Hpb1IEF8mFWr4JLW20+Cax8iwu6rEDnnIMxkWjnk+CfUmXzWqFPadm 081jhFK5cPD7znXavM6S0cpdw279d/gC+abCku+zMWFhhnoKjQ7+NdWz9SGmZbqaADeb Up0Q== X-Received: by 10.66.234.138 with SMTP id ue10mr33819108pac.9.1441858323681; Wed, 09 Sep 2015 21:12:03 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:399f:4884:79bb:71bb]) by smtp.gmail.com with ESMTPSA id t15sm8998628pbs.10.2015.09.09.21.12.02 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Wed, 09 Sep 2015 21:12:03 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: Linux PM , LKML , Eduardo Valentin Subject: [PATCH 11/17] thermal: intel_soc_dts: allow compile test Date: Wed, 9 Sep 2015 21:11:07 -0700 Message-Id: <1441858273-4017-12-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 intel_soc_dts 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 eb2978d..027b662 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -294,7 +294,7 @@ config INTEL_SOC_DTS_IOSF_CORE config INTEL_SOC_DTS_THERMAL tristate "Intel SoCs DTS thermal driver" - depends on X86 + depends on X86 || COMPILE_TEST select INTEL_SOC_DTS_IOSF_CORE help Enable this to register Intel SoCs (e.g. Bay Trail) platform digital