Re: [PATCH 13/17] thermal: int340x: allow compile test

2015-09-17 Thread Srinivas Pandruvada
On Thu, 2015-09-10 at 08:31 +0200, Geert Uytterhoeven wrote: > On Thu, Sep 10, 2015 at 6:11 AM, Eduardo Valentin wrote: > > --- a/drivers/thermal/Kconfig > > +++ b/drivers/thermal/Kconfig > > @@ -317,7 +317,7 @@ config INTEL_QUARK_DTS_THERMAL > > > > config INT340X_THERMAL > > tristate

Re: [PATCH 13/17] thermal: int340x: allow compile test

2015-09-17 Thread Srinivas Pandruvada
On Thu, 2015-09-10 at 08:31 +0200, Geert Uytterhoeven wrote: > On Thu, Sep 10, 2015 at 6:11 AM, Eduardo Valentin wrote: > > --- a/drivers/thermal/Kconfig > > +++ b/drivers/thermal/Kconfig > > @@ -317,7 +317,7 @@ config INTEL_QUARK_DTS_THERMAL > > > > config INT340X_THERMAL >

Re: [PATCH 13/17] thermal: int340x: 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 > @@ -317,7 +317,7 @@ config INTEL_QUARK_DTS_THERMAL > > config INT340X_THERMAL > tristate "ACPI INT340X thermal drivers" > - depends on X86 && ACPI > +

Re: [PATCH 13/17] thermal: int340x: 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 > @@ -317,7 +317,7 @@ config INTEL_QUARK_DTS_THERMAL > > config INT340X_THERMAL > tristate "ACPI INT340X thermal drivers" > - depends on X86

[PATCH 13/17] thermal: int340x: allow compile test

2015-09-09 Thread Eduardo Valentin
Adding COMPILE_TEST flag to int340x driver to facilitate maintenance. Cc: Zhang Rui Cc: Srinivas Pandruvada Cc: Jacob Pan Cc: "lan,Tianyu" Cc: Ilkka Koskinen Cc: linux...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/thermal/Kconfig | 2 +- 1

[PATCH 13/17] thermal: int340x: allow compile test

2015-09-09 Thread Eduardo Valentin
Adding COMPILE_TEST flag to int340x driver to facilitate maintenance. Cc: Zhang Rui Cc: Srinivas Pandruvada Cc: Jacob Pan Cc: "lan,Tianyu" Cc: Ilkka Koskinen