From patchwork Thu Nov 15 06:39:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12855 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5719523FC1 for ; Thu, 15 Nov 2012 06:45:38 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 010C2A18908 for ; Thu, 15 Nov 2012 06:45:37 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so1777089iej.11 for ; Wed, 14 Nov 2012 22:45:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=v3vdgKTxOyIID8waFNYtBx1N3o5t6fn4ej0CMoPOAfM=; b=lSBJpN/cyXaRFcC7faAIp2f0P+czcFXXwJq6SYTZp+E9SVZm5muPOLxR2KffzSM28w /X2UdaU3knsAJrQ0mNRpN7ZdjsRc0aIniWbi0p+ipkwTgFg4AOddcJBZKofD33SEIym+ 29h0YIP59aI+FZNyhpp302uVsxSzDrvDBhG+q3aY9xjk0FzpZrP5fWgxPuKeO80w0EDN VPaSz9zwQl8YZ3wTeQQO3MnlrUCOrNr3l45KfYEu2t5N4rBCZtslug2qXugMEb9hiaCD VAaPN3JKn+6g2nz1mG/IqoPB7+vpmOHn6YZBko1Bfd88Hg9/DCNlbFdfVtX2pBaUbwrl 5Ynw== Received: by 10.50.91.195 with SMTP id cg3mr1625451igb.57.1352961937741; Wed, 14 Nov 2012 22:45:37 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp781185igt; Wed, 14 Nov 2012 22:45:37 -0800 (PST) Received: by 10.68.212.68 with SMTP id ni4mr1697119pbc.107.1352961937105; Wed, 14 Nov 2012 22:45:37 -0800 (PST) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by mx.google.com with ESMTPS id a6si21324677paw.41.2012.11.14.22.45.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Nov 2012 22:45:37 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.53 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.53; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.53 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pa0-f53.google.com with SMTP id bj3so969973pad.26 for ; Wed, 14 Nov 2012 22:45:36 -0800 (PST) Received: by 10.66.78.136 with SMTP id b8mr571455pax.26.1352961936871; Wed, 14 Nov 2012 22:45:36 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id n7sm9232631pav.26.2012.11.14.22.45.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Nov 2012 22:45:36 -0800 (PST) From: Sachin Kamat To: linux-pm@vger.kernel.org Cc: rui.zhang@intel.com, sachin.kamat@linaro.org, patches@linaro.org, akpm@linux-foundation.org, Amit Daniel Kachhap Subject: [PATCH-Resend] thermal: Exynos: Add missing dependency Date: Thu, 15 Nov 2012 12:09:39 +0530 Message-Id: <1352961579-13807-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQk3iN6VwbPMq1iXOXkCgdbhpchpNgEavRYzdupxTX51fyrC+rf1Tp4pCOBjTg8Plmg10gh0 CPU_FREQ_TABLE depends on CPU_FREQ. Selecting CPU_FREQ_TABLE without checking for dependencies gives the following compilation warnings: warning: (ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC && UX500_SOC_DB8500 && CPU_THERMAL && EXYNOS_THERMAL) selects CPU_FREQ_TABLE which has unmet direct dependencies (ARCH_HAS_CPUFREQ && CPU_FREQ) Cc: Amit Daniel Kachhap Signed-off-by: Sachin Kamat --- drivers/thermal/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 266c15e..6124c4b 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -50,8 +50,7 @@ config RCAR_THERMAL config EXYNOS_THERMAL tristate "Temperature sensor on Samsung EXYNOS" - depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) && THERMAL - select CPU_FREQ_TABLE + depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) && CPU_THERMAL help If you say yes here you get support for TMU (Thermal Managment Unit) on SAMSUNG EXYNOS series of SoC.