public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined
@ 2013-10-04 12:36 Bartlomiej Zolnierkiewicz
  2013-11-25 15:14 ` Bartlomiej Zolnierkiewicz
  2013-11-26  6:07 ` Amit Kachhap
  0 siblings, 2 replies; 5+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2013-10-04 12:36 UTC (permalink / raw)
  To: Eduardo Valentin
  Cc: Zhang Rui, linux-pm, linux-kernel, linux-samsung-soc,
	Amit Daniel Kachhap, Kyungmin Park

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>
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index a709c63..05cf95c 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -198,7 +198,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
 
-- 
1.8.2.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-10 12:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 12:36 [PATCH] thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined Bartlomiej Zolnierkiewicz
2013-11-25 15:14 ` Bartlomiej Zolnierkiewicz
2013-11-26  6:07 ` Amit Kachhap
2013-11-26 13:22   ` Eduardo Valentin
2014-04-10 12:29     ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox