Re: [PATCH 10/17] thermal: intel_soc_dts_iosf: allow compile test

2015-09-10 Thread Geert Uytterhoeven
On Thu, Sep 10, 2015 at 6:11 AM, Eduardo Valentin wrote: > --- a/drivers/thermal/Kconfig > +++ b/drivers/thermal/Kconfig > @@ -284,7 +284,7 @@ config X86_PKG_TEMP_THERMAL > > config INTEL_SOC_DTS_IOSF_CORE > tristate > - depends on X86 > + depends on X86 || COMPILE_TEST

Re: [PATCH 10/17] thermal: intel_soc_dts_iosf: allow compile test

2015-09-10 Thread Geert Uytterhoeven
On Thu, Sep 10, 2015 at 6:11 AM, Eduardo Valentin wrote: > --- a/drivers/thermal/Kconfig > +++ b/drivers/thermal/Kconfig > @@ -284,7 +284,7 @@ config X86_PKG_TEMP_THERMAL > > config INTEL_SOC_DTS_IOSF_CORE > tristate > - depends on X86 > + depends on X86

[PATCH 10/17] thermal: intel_soc_dts_iosf: allow compile test

2015-09-09 Thread Eduardo Valentin
Adding COMPILE_TEST flag to intel_soc_dts_iosf driver to facilitate maintenance. Cc: Zhang Rui Cc: linux...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 10/17] thermal: intel_soc_dts_iosf: allow compile test

2015-09-09 Thread Eduardo Valentin
Adding COMPILE_TEST flag to intel_soc_dts_iosf driver to facilitate maintenance. Cc: Zhang Rui Cc: linux...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1