]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Fri, 4 Oct 2013 12:36:42 +0000 (14:36 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 6 May 2014 18:51:32 +0000 (14:51 -0400)
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>
drivers/thermal/Kconfig

index 5f88d767671e956fa400b039f2cc21de9bc58621..743a674b42d8d8db3dced231afcef012231aeb9b 100644 (file)
@@ -227,7 +227,7 @@ source "drivers/thermal/ti-soc-thermal/Kconfig"
 endmenu
 
 menu "Samsung thermal drivers"
-depends on PLAT_SAMSUNG
+depends on ARCH_EXYNOS
 source "drivers/thermal/samsung/Kconfig"
 endmenu