From patchwork Mon Sep 14 02:31:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7172431 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 0D7619F314 for ; Mon, 14 Sep 2015 02:34:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4690820685 for ; Mon, 14 Sep 2015 02:34:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 071DE20687 for ; Mon, 14 Sep 2015 02:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754270AbbINCcW (ORCPT ); Sun, 13 Sep 2015 22:32:22 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:36763 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753970AbbINCb5 (ORCPT ); Sun, 13 Sep 2015 22:31:57 -0400 Received: by padhk3 with SMTP id hk3so128502411pad.3; Sun, 13 Sep 2015 19:31:57 -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=VMdYQVhAbaeO0CN2PggnKgZ+T5nX3L25TaJtJhQAvZY=; b=oDxX37a2g3uS+eeebeaJRA9SW0A6ZhCcrrcn5bh3SxBRc7Z3bLeqf0iVICNx3sZDa0 qm40wAdrezVhoTEbpRJcQk3xpjfJgfvp/sybwTFEB2v6kWxbpvEG0zFjnoVzzaDimydf rsic6cD5KVTBBNp/1cj8qJAKlYn+U6dub7NIyQ4dsZJfLfe9/qR59fxgS1yhadLlZo0i Y9ZEi75A9FLKQacC+RUqCI3CxDtcnCC863x8DE7lrxtYlFBVUJ7oEv/M9GJEl4DTSUZ7 THpxD5VO47nz1Fax9MeeonMSBmJekD23UfxubfwzH4H4PyOT5nagVmAL57mfbjRku6f5 /QKA== X-Received: by 10.66.248.162 with SMTP id yn2mr29491926pac.85.1442197917157; Sun, 13 Sep 2015 19:31:57 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:9dd3:9e70:2a6:3e9f]) by smtp.gmail.com with ESMTPSA id tc8sm12708804pbc.43.2015.09.13.19.31.56 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Sep 2015 19:31:56 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: LKML , Linux PM , Eduardo Valentin Subject: [PATCHv2 04/10] thermal: kirkwood: allow compile test Date: Sun, 13 Sep 2015 19:31:33 -0700 Message-Id: <1442197899-5952-5-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 kirkwood 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 2e0aaee..f1da24e 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -208,7 +208,7 @@ config RCAR_THERMAL config KIRKWOOD_THERMAL tristate "Temperature sensor on Marvell Kirkwood SoCs" - depends on MACH_KIRKWOOD + depends on MACH_KIRKWOOD || COMPILE_TEST depends on OF help Support for the Kirkwood thermal sensor driver into the Linux thermal