aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-11-19 10:56:01 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2011-11-19 10:56:01 -0800
commita767835f6dc85277e40fbfe69a29c18817d6c00b (patch)
treeaa22dc73ec92aaf34c9b0fb2c5dbeedad40d6312
parentd633180c20271d3b7c1fabbccbc7c5b30ad12be4 (diff)
parent3627902377c4fbdeef4c689fb43b47a86a3ec859 (diff)
downloadisci-a767835f6dc85277e40fbfe69a29c18817d6c00b.tar.gz
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (exynos4_tmu) Fix Kconfig dependency [ Merging code in-flight, just because I can. What timezone should I use? - Linus ]
-rw-r--r--drivers/hwmon/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 9ec854ae118b91..91be41f6080947 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.