diff options
author | Donggeun Kim <dg77.kim@samsung.com> | 2011-09-07 05:49:08 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-10-24 14:09:35 -0400 |
commit | 9d97e5c81e15afaef65d00f077f863c94f750839 (patch) | |
tree | 01df55fd37f2432ec03c29bf55cc97dfdb6f1b60 /drivers/hwmon/Kconfig | |
parent | 5cf231a346fb80d7945aa46e90186a068a3a001b (diff) |
hwmon: Add driver for EXYNOS4 TMU
This patch allows to read temperature
from TMU(Thermal Management Unit) of SAMSUNG EXYNOS4 series of SoC.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 0b62c3c6b7ce..c6fb7611dd10 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -303,6 +303,16 @@ config SENSORS_DS1621 | |||
303 | This driver can also be built as a module. If so, the module | 303 | This driver can also be built as a module. If so, the module |
304 | will be called ds1621. | 304 | will be called ds1621. |
305 | 305 | ||
306 | config SENSORS_EXYNOS4_TMU | ||
307 | tristate "Temperature sensor on Samsung EXYNOS4" | ||
308 | depends on EXYNOS4_DEV_TMU | ||
309 | help | ||
310 | If you say yes here you get support for TMU (Thermal Managment | ||
311 | Unit) on SAMSUNG EXYNOS4 series of SoC. | ||
312 | |||
313 | This driver can also be built as a module. If so, the module | ||
314 | will be called exynos4-tmu. | ||
315 | |||
306 | config SENSORS_I5K_AMB | 316 | config SENSORS_I5K_AMB |
307 | tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets" | 317 | tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets" |
308 | depends on PCI && EXPERIMENTAL | 318 | depends on PCI && EXPERIMENTAL |