diff options
author | Laurent Pinchart <[email protected]> | 2013-11-27 02:18:34 +0100 |
---|---|---|
committer | Zhang Rui <[email protected]> | 2014-01-02 10:54:56 +0800 |
commit | beeb5a1e0ef774d0a3e18c5a0e78c39e3e1a5389 (patch) | |
tree | 28773ec838419af2a58b9054aadf77536c16899e | |
parent | dd2686324cdc1a03686d0d53338fdf643dd680cb (diff) |
thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage.
Cc: Zhang Rui <[email protected]>
Cc: Eduardo Valentin <[email protected]>
Cc: [email protected]
Signed-off-by: Laurent Pinchart <[email protected]>
Acked-by: Simon Horman <[email protected]>
Acked-by: Eduardo Valentin <[email protected]>
Signed-off-by: Zhang Rui <[email protected]>
-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 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. |