From patchwork Thu Sep 10 04:11:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7150351 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 3E9F9BEEC1 for ; Thu, 10 Sep 2015 04:12:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 71857209C7 for ; Thu, 10 Sep 2015 04:12:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A156E208D6 for ; Thu, 10 Sep 2015 04:12:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753584AbbIJEMK (ORCPT ); Thu, 10 Sep 2015 00:12:10 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:34755 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752558AbbIJEMG (ORCPT ); Thu, 10 Sep 2015 00:12:06 -0400 Received: by padhy16 with SMTP id hy16so30213338pad.1; Wed, 09 Sep 2015 21:12:06 -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=g4XAEue95VHzlNp7UR/jWgNnmeMoAOJLsrucE0+u+JQ=; b=Q/jSJu2EV14k607IvM260OukedKne0u7QCe80wB/gZPUVR89SJ4Wy3/aGvEKUrx8Mt yqEJe7IiHZn3Y+2qVxSRq05yNnUQNF6G9EYoTUiHOXqxRMnU7aOZicRqqGdBXfVPEaos OwQe3cKCIFYhm4febVJN6Fxhd+KYhT6xTTthoEzRcIL781VIiidRjWPc4ObHjzF/J8dd x/e+tEG8x40IzwWROGjLwvBAgHfHKY32X3S7mfgap3P8PPUYeQzpqxHPxAzGlMRDPgkm X7BwwdJaSBjW3XHlRHrTw24rIydzkAJMujFZ6UGDh+7nkxsmBC1hzKVbj7P/MB+XzHp+ uIeA== X-Received: by 10.68.242.42 with SMTP id wn10mr79314889pbc.77.1441858325943; Wed, 09 Sep 2015 21:12:05 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:399f:4884:79bb:71bb]) by smtp.gmail.com with ESMTPSA id lo10sm9015161pab.16.2015.09.09.21.12.04 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Wed, 09 Sep 2015 21:12:05 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: Linux PM , LKML , Eduardo Valentin Subject: [PATCH 12/17] thermal: intel_quark: allow compile test Date: Wed, 9 Sep 2015 21:11:08 -0700 Message-Id: <1441858273-4017-13-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_quark 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 027b662..d0ff238 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -307,7 +307,7 @@ config INTEL_SOC_DTS_THERMAL config INTEL_QUARK_DTS_THERMAL tristate "Intel Quark DTS thermal driver" - depends on X86_INTEL_QUARK + depends on X86_INTEL_QUARK || COMPILE_TEST help Enable this to register Intel Quark SoC (e.g. X1000) platform digital temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.