From patchwork Thu Sep 10 04:11:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 516104 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 99AA1140157 for ; Thu, 10 Sep 2015 14:16:07 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=lXUzaQ4C; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753314AbbIJEMB (ORCPT ); Thu, 10 Sep 2015 00:12:01 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:33013 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752558AbbIJEL6 (ORCPT ); Thu, 10 Sep 2015 00:11:58 -0400 Received: by pacex6 with SMTP id ex6so30302102pac.0; Wed, 09 Sep 2015 21:11:58 -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=E1kXN4W2/iM5YPMpaUngjf/bPj4vb5N2if5LJB9l2rk=; b=lXUzaQ4CXHx2EoiFHai7Gk98cFAOiu2tfIlTE9oJJy9kGflr13TRSJb/M+OF6u7DYl +XV+TLtbbQl49t6um/wGZN2ZRNjI1bTnzyqyQGS2AdKUwHuDjjXsOvvF54O1uwN9Sceb GJ7iHjf5j4eyTUaPqLLf1lJXAh/6VWPlDodQ7h1gzGzSYKxhitYnX8zo2W+nDe161fa0 IlJy5Fr+h47rGlOxMbHr30LKWvKNIVc3Fgn6vjuS3RdZdwyInIEfJVDelzIbEsxUEnUA TJ5cKR04XgxdthI5ki02ecbZa4i78wSLFawF9dV//QAK/J7zQdWXWgYxbMTkVrHNXpPh KEFg== X-Received: by 10.66.136.237 with SMTP id qd13mr70033559pab.84.1441858318248; Wed, 09 Sep 2015 21:11:58 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:399f:4884:79bb:71bb]) by smtp.gmail.com with ESMTPSA id fu4sm8972825pbb.59.2015.09.09.21.11.57 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Wed, 09 Sep 2015 21:11:57 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: Linux PM , LKML , Eduardo Valentin , Stephen Warren , Thierry Reding , Alexandre Courbot , linux-tegra@vger.kernel.org Subject: [PATCH 08/17] thermal: tegra: allow compile test Date: Wed, 9 Sep 2015 21:11:04 -0700 Message-Id: <1441858273-4017-9-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-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Adding COMPILE_TEST flag to tegra driver to facilitate maintenance. Cc: Zhang Rui Cc: Stephen Warren Cc: Thierry Reding Cc: Alexandre Courbot Cc: linux-pm@vger.kernel.org Cc: linux-tegra@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 0e0d0de..c94efd3 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -242,7 +242,7 @@ config ARMADA_THERMAL config TEGRA_SOCTHERM tristate "Tegra SOCTHERM thermal management" - depends on ARCH_TEGRA + depends on ARCH_TEGRA || COMPILE_TEST help Enable this option for integrated thermal management support on NVIDIA Tegra124 systems-on-chip. The driver supports four thermal zones