Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1223807
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 05/10] thermal: dove: allow compile test |
| Date | 2015-09-14 04:40 +0200 |
| Message-ID | <q8rQu-1hh-23@gated-at.bofh.it> (permalink) |
| References | <q8rQt-1hh-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Adding COMPILE_TEST flag to dove driver to facilitate maintenance. Cc: Zhang Rui <rui.zhang@intel.com> Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.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 f1da24e..b38ce41 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -216,7 +216,7 @@ config KIRKWOOD_THERMAL config DOVE_THERMAL tristate "Temperature sensor on Marvell Dove SoCs" - depends on ARCH_DOVE || MACH_DOVE + depends on ARCH_DOVE || MACH_DOVE || COMPILE_TEST depends on OF help Support for the Dove thermal sensor driver in the Linux thermal -- 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
[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