From patchwork Mon Sep 14 02:31:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 7172241 Return-Path: X-Original-To: patchwork-linux-omap@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 2FAE79F314 for ; Mon, 14 Sep 2015 02:32:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 57CE02067D for ; Mon, 14 Sep 2015 02:32:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6F21B20685 for ; Mon, 14 Sep 2015 02:32:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754121AbbINCcQ (ORCPT ); Sun, 13 Sep 2015 22:32:16 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35877 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754104AbbINCcG (ORCPT ); Sun, 13 Sep 2015 22:32:06 -0400 Received: by padhk3 with SMTP id hk3so128505687pad.3; Sun, 13 Sep 2015 19:32:05 -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=jtxfGJaQWlBjid7Tkf0qG5+ERhPNUbKcy14Dwk012c8=; b=vAyQLix4txccU6YWfmj9SWhlVk9UEu4J6Vwq84AGznXcVOAKpEFkSNl6dH+UCqa5E1 G06DiUB6aTzGFmHXQcNBwNVhWQav3aLQUgUTgA6dwUnAefJrLLJT35G+8sOKqOwHciSj 22B6+9glVaIOLwi8cNMcNL0KzI7RqX0Eq6qHct5bd8P6IgEv0QFwe3D9TIGWVLZs0hvE Nr0PPm9ETzaw1V9npG5dUy8G+H/mBXvWR9knu64IqKiVrGVejq6dUyuak7Tio/sUP9M1 VbQdf0LCOIwXjQ13bx5b+U85Zph0Ztilc7TKJ30jcgDOwbgMAd47Nux798ZYxtPmmswd wTjQ== X-Received: by 10.66.65.234 with SMTP id a10mr29303344pat.2.1442197925877; Sun, 13 Sep 2015 19:32:05 -0700 (PDT) Received: from localhost ([2601:647:4200:88bc:9dd3:9e70:2a6:3e9f]) by smtp.gmail.com with ESMTPSA id fd9sm12767086pab.34.2015.09.13.19.32.05 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Sep 2015 19:32:05 -0700 (PDT) From: Eduardo Valentin To: Rui Zhang Cc: LKML , Linux PM , Eduardo Valentin , linux-omap@vger.kernel.org Subject: [PATCHv2 09/10] thermal: ti-soc: allow compile test Date: Sun, 13 Sep 2015 19:31:38 -0700 Message-Id: <1442197899-5952-10-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-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@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=ham 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 ti-soc driver to facilitate maintenance. Cc: Zhang Rui Cc: linux-pm@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/thermal/ti-soc-thermal/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/thermal/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig index bd4c7be..7a24018 100644 --- a/drivers/thermal/ti-soc-thermal/Kconfig +++ b/drivers/thermal/ti-soc-thermal/Kconfig @@ -1,7 +1,7 @@ config TI_SOC_THERMAL tristate "Texas Instruments SoCs temperature sensor driver" depends on THERMAL - depends on ARCH_HAS_BANDGAP + depends on ARCH_HAS_BANDGAP || COMPILE_TEST help If you say yes here you get support for the Texas Instruments OMAP4460+ on die bandgap temperature sensor support. The register @@ -24,7 +24,7 @@ config TI_THERMAL config OMAP4_THERMAL bool "Texas Instruments OMAP4 thermal support" depends on TI_SOC_THERMAL - depends on ARCH_OMAP4 + depends on ARCH_OMAP4 || COMPILE_TEST help If you say yes here you get thermal support for the Texas Instruments OMAP4 SoC family. The current chip supported are: @@ -38,7 +38,7 @@ config OMAP4_THERMAL config OMAP5_THERMAL bool "Texas Instruments OMAP5 thermal support" depends on TI_SOC_THERMAL - depends on SOC_OMAP5 + depends on SOC_OMAP5 || COMPILE_TEST help If you say yes here you get thermal support for the Texas Instruments OMAP5 SoC family. The current chip supported are: @@ -50,7 +50,7 @@ config OMAP5_THERMAL config DRA752_THERMAL bool "Texas Instruments DRA752 thermal support" depends on TI_SOC_THERMAL - depends on SOC_DRA7XX + depends on SOC_DRA7XX || COMPILE_TEST help If you say yes here you get thermal support for the Texas Instruments DRA752 SoC family. The current chip supported are: