[PATCH 12/15] thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST
From: rui.zhang@intel.com (Zhang Rui)
Date: 2014-01-02 02:55:46
Also in:
linux-pm, linux-sh
From: rui.zhang@intel.com (Zhang Rui)
Date: 2014-01-02 02:55:46
Also in:
linux-pm, linux-sh
On Thu, 2013-12-12 at 10:01 -0400, Eduardo Valentin wrote:
On 11-12-2013 08:50, Laurent Pinchart wrote:quoted
Hi Zhang and Eduardo, Could you please pick this patch up for v3.14 ?Yes Laurent, I can pick it.quoted
On Wednesday 27 November 2013 02:18:34 Laurent Pinchart wrote:quoted
This helps increasing build testing coverage. Cc: Zhang Rui <rui.zhang@intel.com> Cc: Eduardo Valentin <redacted> Cc: linux-pm at vger.kernel.org Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Simon Horman <horms@verge.net.au>Acked-by: Eduardo Valentin <redacted>
applied. thanks, rui
quoted
quoted
--- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f35a1f7..661cafc 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig@@ -121,7 +121,7 @@ config SPEAR_THERMAL config RCAR_THERMAL tristate "Renesas R-Car thermal driver" - depends on ARCH_SHMOBILE + depends on ARCH_SHMOBILE || COMPILE_TEST help Enable this to plug the R-Car thermal sensor driver into the Linux thermal framework.