diff options
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 */ |