diff options
-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 e2cfaa44ee1b..f114dd6919f2 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -190,7 +190,7 @@ config SPEAR_THERMAL | |||
190 | 190 | ||
191 | config ROCKCHIP_THERMAL | 191 | config ROCKCHIP_THERMAL |
192 | tristate "Rockchip thermal driver" | 192 | tristate "Rockchip thermal driver" |
193 | depends on ARCH_ROCKCHIP | 193 | depends on ARCH_ROCKCHIP || COMPILE_TEST |
194 | depends on RESET_CONTROLLER | 194 | depends on RESET_CONTROLLER |
195 | help | 195 | help |
196 | Rockchip thermal driver provides support for Temperature sensor | 196 | Rockchip thermal driver provides support for Temperature sensor |