diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-02-06 06:35:26 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-02-08 20:26:02 +0800 |
commit | 74ffa64c23616706381c30064a47888382bba30f (patch) | |
tree | 9d97a2a194cc3444535e2decc9ff4fb2d6a53d46 /drivers/thermal/Kconfig | |
parent | 7060aa36645c51d1205ef0e0cbf7b564f1f52f36 (diff) | |
download | blackbird-op-linux-74ffa64c23616706381c30064a47888382bba30f.tar.gz blackbird-op-linux-74ffa64c23616706381c30064a47888382bba30f.zip |
Thermal: Dove: Add Themal sensor support for Dove.
The Marvell Dove SoC has a thermal sensor. Add a driver using the
thermal framework.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 5070fbee24ef..24d913aa1003 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -126,6 +126,14 @@ config EXYNOS_THERMAL_EMUL device directory to support emulation mode. With emulation mode sysfs node, you can manually input temperature to TMU for simulation purpose. +config DOVE_THERMAL + tristate "Temperature sensor on Marvell Dove SoCs" + depends on ARCH_DOVE + depends on OF + help + Support for the Dove thermal sensor driver in the Linux thermal + framework. + config DB8500_THERMAL bool "DB8500 thermal management" depends on ARCH_U8500 |