diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> | 2008-07-23 19:10:14 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 23:47:01 +0200 |
commit | d0039d4ed275e6ca09fb417895024ad02be118c4 (patch) | |
tree | 1cf82edd4696b4593b5b2f9889a34f8cb29946d4 /include/dtt.h | |
parent | eb59ea45ab77c14b090ea857d9ea9f902f40db0b (diff) | |
download | u-boot-imx-d0039d4ed275e6ca09fb417895024ad02be118c4.zip u-boot-imx-d0039d4ed275e6ca09fb417895024ad02be118c4.tar.gz u-boot-imx-d0039d4ed275e6ca09fb417895024ad02be118c4.tar.bz2 |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dtt.h b/include/dtt.h index 34053d1..ce0fdfa 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 */ |