From: Donggeun Kim Date: Thu, 17 Nov 2011 10:33:05 +0000 (-0500) Subject: hwmon: (exynos4_tmu) Fix Kconfig dependency X-Git-Tag: firefly_0821_release~3680^2~4076^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3627902377c4fbdeef4c689fb43b47a86a3ec859;p=firefly-linux-kernel-4.4.55.git hwmon: (exynos4_tmu) Fix Kconfig dependency Rename dependency of EXYNOS4_TMU in Kconfig to the existing one. Signed-off-by: Donggeun Kim Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9ec854ae118b..91be41f60809 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -315,7 +315,7 @@ config SENSORS_DS1621 config SENSORS_EXYNOS4_TMU tristate "Temperature sensor on Samsung EXYNOS4" - depends on EXYNOS4_DEV_TMU + depends on ARCH_EXYNOS4 help If you say yes here you get support for TMU (Thermal Managment Unit) on SAMSUNG EXYNOS4 series of SoC.