From: Laurent Pinchart Date: Wed, 27 Nov 2013 01:18:34 +0000 (+0100) Subject: thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=beeb5a1e0ef774d0a3e18c5a0e78c39e3e1a5389;p=linux-beck.git thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. Cc: Zhang Rui Cc: Eduardo Valentin Cc: linux-pm@vger.kernel.org Signed-off-by: Laurent Pinchart Acked-by: Simon Horman Acked-by: Eduardo Valentin Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f35a1f75b15b..661cafc756ac 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.