diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-02-06 01:35:26 -0500 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-02-08 07:26:02 -0500 |
commit | 74ffa64c23616706381c30064a47888382bba30f (patch) | |
tree | 9d97a2a194cc3444535e2decc9ff4fb2d6a53d46 /drivers/thermal/Kconfig | |
parent | 7060aa36645c51d1205ef0e0cbf7b564f1f52f36 (diff) |
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 | |||
126 | device directory to support emulation mode. With emulation mode sysfs | 126 | device directory to support emulation mode. With emulation mode sysfs |
127 | node, you can manually input temperature to TMU for simulation purpose. | 127 | node, you can manually input temperature to TMU for simulation purpose. |
128 | 128 | ||
129 | config DOVE_THERMAL | ||
130 | tristate "Temperature sensor on Marvell Dove SoCs" | ||
131 | depends on ARCH_DOVE | ||
132 | depends on OF | ||
133 | help | ||
134 | Support for the Dove thermal sensor driver in the Linux thermal | ||
135 | framework. | ||
136 | |||
129 | config DB8500_THERMAL | 137 | config DB8500_THERMAL |
130 | bool "DB8500 thermal management" | 138 | bool "DB8500 thermal management" |
131 | depends on ARCH_U8500 | 139 | depends on ARCH_U8500 |