summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2008-10-08 11:44:27 (GMT)
committerWolfgang Denk <wd@denx.de>2008-10-18 19:54:01 (GMT)
commit1c6fe6eac75d695fde677af8330c0dbe75fb6a2b (patch)
tree6df0abb278dad3ab6833f66632bd863f60dc6610 /include
parent7ba890bf2f2b92831420243c058951aa831119fd (diff)
downloadu-boot-fsl-qoriq-1c6fe6eac75d695fde677af8330c0dbe75fb6a2b.tar.xz
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')
-rw-r--r--include/dtt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dtt.h b/include/dtt.h
index 0c8ee76..965e82e 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)