summaryrefslogtreecommitdiffstats
path: root/include/dtt.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2008-10-08 13:44:27 +0200
committerWolfgang Denk <wd@denx.de>2008-10-18 21:54:01 +0200
commit1c6fe6eac75d695fde677af8330c0dbe75fb6a2b (patch)
tree6df0abb278dad3ab6833f66632bd863f60dc6610 /include/dtt.h
parent7ba890bf2f2b92831420243c058951aa831119fd (diff)
downloadtalos-obmc-uboot-1c6fe6eac75d695fde677af8330c0dbe75fb6a2b.tar.gz
talos-obmc-uboot-1c6fe6eac75d695fde677af8330c0dbe75fb6a2b.zip
hwmon: Add LM63 support
This patch adds support for the National LM63 temperature sensor with integrated fan control. It's used on the GDSys Neo board (405EP) which will be submitted later. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/dtt.h')
-rw-r--r--include/dtt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dtt.h b/include/dtt.h
index 0c8ee76930..965e82eb04 100644
--- a/include/dtt.h
+++ b/include/dtt.h
@@ -31,6 +31,7 @@
defined(CONFIG_DTT_ADT7460) || \
defined(CONFIG_DTT_DS1621) || \
defined(CONFIG_DTT_DS1775) || \
+ defined(CONFIG_DTT_LM63) || \
defined(CONFIG_DTT_LM73) || \
defined(CONFIG_DTT_LM75) || \
defined(CONFIG_DTT_LM81)
OpenPOWER on IntegriCloud