Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1223809
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 08/10] thermal: qcom_spmi: allow compile test |
| Date | 2015-09-14 04:40 +0200 |
| Message-ID | <q8rQu-1hh-21@gated-at.bofh.it> (permalink) |
| References | <q8rQt-1hh-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Adding COMPILE_TEST flag to qcom_spmi 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 202905e8..63b46c0 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -356,7 +356,7 @@ endmenu config QCOM_SPMI_TEMP_ALARM tristate "Qualcomm SPMI PMIC Temperature Alarm" - depends on OF && SPMI && IIO + depends on OF && (SPMI || COMPILE_TEST) && IIO select REGMAP_SPMI help This enables a thermal sysfs driver for Qualcomm plug-and-play (QPNP) -- 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