aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/Kconfig2
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
122config RCAR_THERMAL 122config 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.