diff options
Diffstat (limited to 'include/dtt.h')
| -rw-r--r-- | include/dtt.h | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/include/dtt.h b/include/dtt.h index 0c8ee7693..399b64aba 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) @@ -42,12 +43,12 @@  #define DTT_INDUSTRIAL_MAX_TEMP	85		/* -40 - +85 C */  #define DTT_AUTOMOTIVE_MAX_TEMP	105		/* -40 - +105 C */ -#ifndef CFG_DTT_MAX_TEMP -#define CFG_DTT_MAX_TEMP DTT_COMMERCIAL_MAX_TEMP +#ifndef CONFIG_SYS_DTT_MAX_TEMP +#define CONFIG_SYS_DTT_MAX_TEMP DTT_COMMERCIAL_MAX_TEMP  #endif -#ifndef CFG_DTT_HYSTERESIS -#define CFG_DTT_HYSTERESIS	5		/* 5 C */ +#ifndef CONFIG_SYS_DTT_HYSTERESIS +#define CONFIG_SYS_DTT_HYSTERESIS	5		/* 5 C */  #endif  #endif /* CONFIG_DTT_ADM1021 */ |