diff options
-rw-r--r-- | drivers/thermal/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index a13541bdc726..c2c056cc7ea5 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -177,8 +177,10 @@ config THERMAL_EMULATION | |||
177 | 177 | ||
178 | config HISI_THERMAL | 178 | config HISI_THERMAL |
179 | tristate "Hisilicon thermal driver" | 179 | tristate "Hisilicon thermal driver" |
180 | depends on (ARCH_HISI && CPU_THERMAL && OF) || COMPILE_TEST | 180 | depends on ARCH_HISI || COMPILE_TEST |
181 | depends on HAS_IOMEM | 181 | depends on HAS_IOMEM |
182 | depends on OF | ||
183 | default y | ||
182 | help | 184 | help |
183 | Enable this to plug hisilicon's thermal sensor driver into the Linux | 185 | Enable this to plug hisilicon's thermal sensor driver into the Linux |
184 | thermal framework. cpufreq is used as the cooling device to throttle | 186 | thermal framework. cpufreq is used as the cooling device to throttle |