summaryrefslogtreecommitdiffstats
path: root/include/dtt.h
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@uam.es>2008-07-23 19:10:14 +0200
committerWolfgang Denk <wd@denx.de>2008-08-18 23:47:01 +0200
commitd0039d4ed275e6ca09fb417895024ad02be118c4 (patch)
tree1cf82edd4696b4593b5b2f9889a34f8cb29946d4 /include/dtt.h
parenteb59ea45ab77c14b090ea857d9ea9f902f40db0b (diff)
downloadtalos-obmc-uboot-d0039d4ed275e6ca09fb417895024ad02be118c4.tar.gz
talos-obmc-uboot-d0039d4ed275e6ca09fb417895024ad02be118c4.zip
Add support for ADT7460 I2C monitor chip
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Diffstat (limited to 'include/dtt.h')
-rw-r--r--include/dtt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dtt.h b/include/dtt.h
index 34053d10ab..ce0fdfad35 100644
--- a/include/dtt.h
+++ b/include/dtt.h
@@ -32,7 +32,8 @@
defined(CONFIG_DTT_DS1775) || \
defined(CONFIG_DTT_LM81) || \
defined(CONFIG_DTT_ADM1021) || \
- defined(CONFIG_DTT_LM73)
+ defined(CONFIG_DTT_LM73) || \
+ defined(CONFIG_DTT_ADT7460)
#define CONFIG_DTT /* We have a DTT */
OpenPOWER on IntegriCloud