From patchwork Mon Sep 14 02:31:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7172391 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 87C57BEEC1 for ; Mon, 14 Sep 2015 02:34:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C6F2220687 for ; Mon, 14 Sep 2015 02:34:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EE03220685 for ; Mon, 14 Sep 2015 02:34:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754343AbbINCcY (ORCPT ); Sun, 13 Sep 2015 22:32:24 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:32862 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754092AbbINCcB (ORCPT ); Sun, 13 Sep 2015 22:32:01 -0400 Received: by pacex6 with SMTP id ex6so129006364pac.0; Sun, 13 Sep 2015 19:32:01 -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=p+KnM1m4k+fCmbnYEQR9UbW8wGsoaReYeaKBzpmWQc8=; b=Xq3t9bOP+1xVrXoeyYrVXn5Ky3bMJHbmIkKDhTYq7v8HXx5gN5RXhPpJ59xZ+sb36O jfARIc3OCpHMzLo4lQhq1Z+k3X8pPT/iHf1z41WBYFwWyRBM3yp9JiziguFNmMLDle75 zOvg2bHjRLyKSfEsLUbTI+rgjX5uO57kbBiLFtDgI6bRvcBE65ymhhYvm4P/6gnMQIo3 SNrPNjZ0tsR8CUQ8tQSLBEeDygYovOzymq0HkSFNKUM9RLb0btl1LblvjJSnWRkdzzST Xx3J3V9aGRx23FAGG3nglJ4PJht1YaBCl4r4RmQ4qrBB3Les+MhVkQtEjc7WcPrmtd5i ahsg== X-Received: by 10.67.1.106 with SMTP id bf10mr29349532pad.74.1442197921073; Sun, 13 Sep 2015 19:32:01 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:9dd3:9e70:2a6:3e9f]) by smtp.gmail.com with ESMTPSA id x6sm12740840pbt.3.2015.09.13.19.32.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Sep 2015 19:32:00 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: LKML , Linux PM , Eduardo Valentin Subject: [PATCHv2 06/10] thermal: armada: allow compile test Date: Sun, 13 Sep 2015 19:31:35 -0700 Message-Id: <1442197899-5952-7-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 armada 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 b38ce41..c2c8cba 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -234,7 +234,7 @@ config DB8500_THERMAL config ARMADA_THERMAL tristate "Armada 370/XP thermal management" - depends on ARCH_MVEBU + depends on ARCH_MVEBU || COMPILE_TEST depends on OF help Enable this option if you want to have support for thermal management