diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-19 08:28:43 +0200 |
---|---|---|
committer | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-08-29 15:37:31 +0200 |
commit | 73b5b1d7c5f9348c0fe3a3e4ac5586207d830d54 (patch) | |
tree | 45a6737bcfb2d994356b0f038b6a2227f331d2a2 /drivers/thermal/samsung/Kconfig | |
parent | thermal: exynos: Fix potential NULL pointer dereference (diff) | |
download | linux-73b5b1d7c5f9348c0fe3a3e4ac5586207d830d54.tar.xz linux-73b5b1d7c5f9348c0fe3a3e4ac5586207d830d54.zip |
thermal: exynos: Clean up non-DT remnants
Commit 1cd1ecb6 ("thermal: exynos: Remove non DT based support")
cleaned up some non-DT code. However, there were few more things
needed for complete cleanup to make this driver DT only.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Diffstat (limited to 'drivers/thermal/samsung/Kconfig')
-rw-r--r-- | drivers/thermal/samsung/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig index 92492e4351a0..f760389a204c 100644 --- a/drivers/thermal/samsung/Kconfig +++ b/drivers/thermal/samsung/Kconfig @@ -1,6 +1,6 @@ config EXYNOS_THERMAL tristate "Exynos thermal management unit driver" - depends on ARCH_HAS_BANDGAP + depends on ARCH_HAS_BANDGAP && OF help If you say yes here you get support for the TMU (Thermal Management Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises |