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 937a23da66e5..99b6587ab8b3 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -96,7 +96,7 @@ config RCAR_THERMAL | |||
96 | config EXYNOS_THERMAL | 96 | config EXYNOS_THERMAL |
97 | tristate "Temperature sensor on Samsung EXYNOS" | 97 | tristate "Temperature sensor on Samsung EXYNOS" |
98 | depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) | 98 | depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) |
99 | select CPU_FREQ_TABLE | 99 | depends on CPU_THERMAL |
100 | help | 100 | help |
101 | If you say yes here you get support for TMU (Thermal Managment | 101 | If you say yes here you get support for TMU (Thermal Managment |
102 | Unit) on SAMSUNG EXYNOS series of SoC. | 102 | Unit) on SAMSUNG EXYNOS series of SoC. |