From patchwork Mon Sep 14 02:31:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7172451 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 457C3BEEC1 for ; Mon, 14 Sep 2015 02:34:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6712F20686 for ; Mon, 14 Sep 2015 02:34:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6A5A820687 for ; Mon, 14 Sep 2015 02:34:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753899AbbINCcU (ORCPT ); Sun, 13 Sep 2015 22:32:20 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:34429 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949AbbINCby (ORCPT ); Sun, 13 Sep 2015 22:31:54 -0400 Received: by padhy16 with SMTP id hy16so128609433pad.1; Sun, 13 Sep 2015 19:31:54 -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=mPX1SDHN/TbOsIGQ5kqwdHQ56ToaFcwcsVchUb3dZCo=; b=yNudeNH77ffNoz4n0q0VJVhIi8SZE+qxppEm1Cr2rg/r4w8XUBrzwURmzm0jmLEZt3 Uyqh9wAsjk7riJF+zpMxhWV/APwhOdAR6S4V8v7sGJF7GJPWjI7ayJXkts/+fpgugJSQ IRIg3qoc3bYP+ESnqV1i+TVFQnkjjvK91fRPT6DY4cWAi5PFeTTzW0zlXmBMzCCPrdNj nIqJf85/ITbUjS7FtcKiX1G1yzKRWGzrvNXQeVvxuHKUL2pcnn7t3wdf4M1X21NeTl0t dG0CUBl7dqHXUqxbtZyetwgqAapv8x3QoopcjIZ/1QAbbvFMdH+m1bGGppZk/I32665D 8rHg== X-Received: by 10.68.244.34 with SMTP id xd2mr29209923pbc.50.1442197913922; Sun, 13 Sep 2015 19:31:53 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:9dd3:9e70:2a6:3e9f]) by smtp.gmail.com with ESMTPSA id gi4sm12744955pbc.4.2015.09.13.19.31.53 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Sep 2015 19:31:53 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: LKML , Linux PM , Eduardo Valentin Subject: [PATCHv2 02/10] thermal: spear: allow compile test Date: Sun, 13 Sep 2015 19:31:31 -0700 Message-Id: <1442197899-5952-3-git-send-email-edubezval@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1442197899-5952-1-git-send-email-edubezval@gmail.com> References: <1442197899-5952-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 spear driver to facilitate maintenance. Cc: Zhang Rui Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Acked-by: Viresh Kumar 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 f2b1d31..0334886 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -182,7 +182,7 @@ config IMX_THERMAL config SPEAR_THERMAL bool "SPEAr thermal sensor driver" - depends on PLAT_SPEAR + depends on PLAT_SPEAR || COMPILE_TEST depends on OF help Enable this to plug the SPEAr thermal sensor driver into the Linux