diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-11-26 20:18:34 -0500 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-01-01 21:54:56 -0500 |
commit | beeb5a1e0ef774d0a3e18c5a0e78c39e3e1a5389 (patch) | |
tree | 28773ec838419af2a58b9054aadf77536c16899e /drivers/thermal | |
parent | dd2686324cdc1a03686d0d53338fdf643dd680cb (diff) |
thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage.
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <eduardo.valentin@ti.com>
Cc: linux-pm@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 <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
121 | 121 | ||
122 | config RCAR_THERMAL | 122 | config RCAR_THERMAL |
123 | tristate "Renesas R-Car thermal driver" | 123 | tristate "Renesas R-Car thermal driver" |
124 | depends on ARCH_SHMOBILE | 124 | depends on ARCH_SHMOBILE || COMPILE_TEST |
125 | help | 125 | help |
126 | Enable this to plug the R-Car thermal sensor driver into the Linux | 126 | Enable this to plug the R-Car thermal sensor driver into the Linux |
127 | thermal framework. | 127 | thermal framework. |