Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1223804

[PATCHv2 02/10] thermal: spear: allow compile test

From Eduardo Valentin <edubezval@gmail.com>
Newsgroups linux.kernel
Subject [PATCHv2 02/10] thermal: spear: allow compile test
Date 2015-09-14 04:40 +0200
Message-ID <q8rQu-1hh-9@gated-at.bofh.it> (permalink)
References <q8rQt-1hh-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Adding COMPILE_TEST flag to spear driver to facilitate
maintenance.

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index f2b1d31..0334886 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -182,7 +182,7 @@ config IMX_THERMAL
 
 config SPEAR_THERMAL
 	bool "SPEAr thermal sensor driver"
-	depends on PLAT_SPEAR
+	depends on PLAT_SPEAR || COMPILE_TEST
 	depends on OF
 	help
 	  Enable this to plug the SPEAr thermal sensor driver into the Linux
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv2 00/10] thermal: add COMPILE_TEST (on drivers) Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200
  [PATCHv2 02/10] thermal: spear: allow compile test Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200
  [PATCHv2 03/10] thermal: rockchip: allow compile test Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200
  [PATCHv2 10/10] thermal: ti-soc: Kconfig fix to avoid menu showing wrongly Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200
  [PATCHv2 05/10] thermal: dove: allow compile test Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200
  [PATCHv2 07/10] thermal: exynos: allow compile test Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200
  [PATCHv2 08/10] thermal: qcom_spmi: allow compile test Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200
  [PATCHv2 06/10] thermal: armada: allow compile test Eduardo Valentin <edubezval@gmail.com> - 2015-09-14 04:40 +0200

csiph-web