[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9ce6dc212f95e1ec8bea1d04d12b509d292b9946.1330315545.git.viresh.kumar@st.com>
Date: Mon, 27 Feb 2012 09:41:40 +0530
From: Viresh Kumar <viresh.kumar@...com>
To: <akpm@...ux-foundation.org>, <rui.zhang@...el.com>
Cc: <armando.visconti@...com>, <shiraz.hashim@...com>,
<vipin.kumar@...com>, <rajeev-dlh.kumar@...com>,
<deepak.sikri@...com>, <vipulkumar.samar@...com>,
<amit.virdi@...com>, <viresh.kumar@...com>,
<pratyush.anand@...com>, <bhupesh.sharma@...com>,
<viresh.linux@...il.com>, <bhavna.yadav@...com>,
<vincenzo.frascino@...com>, <mirko.gardi@...com>,
<salvatore.dedominicis@...com>, <linux-kernel@...r.kernel.org>,
<len.brown@...el.com>
Subject: [PATCH 2/2] thermal/spear_thermal: Add compilation dependency on PLAT_SPEAR
spear_thermal is a proprietary module used for SPEAr machines only. Add compile
dependency in Kconfig for PLAT_SPEAR.
Signed-off-by: Viresh Kumar <viresh.kumar@...com>
---
drivers/thermal/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 2633fe0..514a691 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -22,6 +22,7 @@ config THERMAL_HWMON
config SPEAR_THERMAL
bool "SPEAr thermal sensor driver"
depends on THERMAL
+ depends on PLAT_SPEAR
help
Enable this to plug the SPEAr thermal sensor driver into the Linux
thermal framework
--
1.7.8.110.g4cb5d
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists