Re: [PATCH v2] thermal: imx: depend on imx SoC arch

2016-08-21 Thread Zhang Rui
On 六, 2016-08-20 at 08:43 +0800, Shawn Guo wrote: > On Wed, May 25, 2016 at 9:45 PM, Peter Robinson > wrote: > > > > Not much use unless the SoC is selected so depend on the ARCH_MXC > > and COMPILE_TEST like all the other thermal drivers. > > > > v2: drop extraneous OF > > > > Signed-off-by: P

Re: [PATCH v2] thermal: imx: depend on imx SoC arch

2016-08-19 Thread Shawn Guo
On Wed, May 25, 2016 at 9:45 PM, Peter Robinson wrote: > Not much use unless the SoC is selected so depend on the ARCH_MXC > and COMPILE_TEST like all the other thermal drivers. > > v2: drop extraneous OF > > Signed-off-by: Peter Robinson Acked-by: Shawn Guo

[PATCH v2] thermal: imx: depend on imx SoC arch

2016-05-25 Thread Peter Robinson
Not much use unless the SoC is selected so depend on the ARCH_MXC and COMPILE_TEST like all the other thermal drivers. v2: drop extraneous OF Signed-off-by: Peter Robinson --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/Kconfig b/d