From d0039d4ed275e6ca09fb417895024ad02be118c4 Mon Sep 17 00:00:00 2001 From: Ricardo Ribalda Delgado Date: Wed, 23 Jul 2008 19:10:14 +0200 Subject: Add support for ADT7460 I2C monitor chip Signed-off-by: Ricardo Ribalda Delgado --- include/dtt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/dtt.h') 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 */ -- cgit v1.2.3