X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdtt.h;h=399b64abac133c978af74909d4b09d35be28964d;hb=2fb2604d5c20beb061b0a94282b7f6eb14d00cb8;hp=34053d10abfbfb52ef3ebbe606ec5f040b775ceb;hpb=4b326101d6cfaeab8250988bc4c7f51e6c92d719;p=oweals%2Fu-boot.git diff --git a/include/dtt.h b/include/dtt.h index 34053d10ab..399b64abac 100644 --- a/include/dtt.h +++ b/include/dtt.h @@ -27,12 +27,14 @@ #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) +#if defined(CONFIG_DTT_ADM1021) || \ + 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) #define CONFIG_DTT /* We have a DTT */ @@ -41,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 */