diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2013-02-06 06:35:24 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-02-08 20:25:56 +0800 |
commit | 7060aa36645c51d1205ef0e0cbf7b564f1f52f36 (patch) | |
tree | 068862ada1e03eaa9dbd564d3ca60325cb3d50c4 /drivers/thermal/Kconfig | |
parent | 76cc1887496fe80138c6b07c37d7f81e4cf27cde (diff) | |
download | blackbird-op-linux-7060aa36645c51d1205ef0e0cbf7b564f1f52f36.tar.gz blackbird-op-linux-7060aa36645c51d1205ef0e0cbf7b564f1f52f36.zip |
thermal: Add support for the thermal sensor on Kirkwood SoCs
This patch adds support for Kirkwood 88F6282 and 88F6283 thermal sensor.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
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 e4cf7fbc3a59..5070fbee24ef 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -101,6 +101,14 @@ config RCAR_THERMAL Enable this to plug the R-Car thermal sensor driver into the Linux thermal framework +config KIRKWOOD_THERMAL + tristate "Temperature sensor on Marvell Kirkwood SoCs" + depends on ARCH_KIRKWOOD + depends on OF + help + Support for the Kirkwood thermal sensor driver into the Linux thermal + framework. Only kirkwood 88F6282 and 88F6283 have this sensor. + config EXYNOS_THERMAL tristate "Temperature sensor on Samsung EXYNOS" depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) |