diff options
Diffstat (limited to 'include/dtt.h')
| -rw-r--r-- | include/dtt.h | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/include/dtt.h b/include/dtt.h index ce0fdfad3..0c8ee7693 100644 --- a/include/dtt.h +++ b/include/dtt.h @@ -27,13 +27,13 @@  #ifndef _DTT_H_  #define _DTT_H_ -#if defined(CONFIG_DTT_LM75) || \ -    defined(CONFIG_DTT_DS1621) || \ -    defined(CONFIG_DTT_DS1775) || \ -    defined(CONFIG_DTT_LM81) || \ -    defined(CONFIG_DTT_ADM1021) || \ -    defined(CONFIG_DTT_LM73) || \ -    defined(CONFIG_DTT_ADT7460) +#if defined(CONFIG_DTT_ADM1021)	|| \ +    defined(CONFIG_DTT_ADT7460)	|| \ +    defined(CONFIG_DTT_DS1621)	|| \ +    defined(CONFIG_DTT_DS1775)	|| \ +    defined(CONFIG_DTT_LM73)	|| \ +    defined(CONFIG_DTT_LM75)	|| \ +    defined(CONFIG_DTT_LM81)  #define CONFIG_DTT				/* We have a DTT */ |