diff options
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2013-10-04 08:36:42 -0400 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2014-05-06 14:51:32 -0400 |
commit | 4de458174a72b93e0269e3208ff6804588481b70 (patch) | |
tree | 1796e876846a3989a944b8eefcfb59808166f8bc /drivers/thermal/Kconfig | |
parent | c68789e5346f165441f41a6e09ebfd7caa0c8745 (diff) |
thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined
Menu for Samsung thermal support is visible on all Samsung
platforms while thermal drivers are currently available only
for EXYNOS SoCs. Fix it by replacing PLAT_SAMSUNG dependency
with ARCH_EXYNOS one.
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-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 5f88d767671e..743a674b42d8 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -227,7 +227,7 @@ source "drivers/thermal/ti-soc-thermal/Kconfig" | |||
227 | endmenu | 227 | endmenu |
228 | 228 | ||
229 | menu "Samsung thermal drivers" | 229 | menu "Samsung thermal drivers" |
230 | depends on PLAT_SAMSUNG | 230 | depends on ARCH_EXYNOS |
231 | source "drivers/thermal/samsung/Kconfig" | 231 | source "drivers/thermal/samsung/Kconfig" |
232 | endmenu | 232 | endmenu |
233 | 233 | ||