diff options
| author | Albert ARIBAUD \(3ADEV\) <[email protected]> | 2015-03-31 11:40:48 +0200 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2015-04-10 14:23:23 +0200 |
| commit | 24d528e3fa3a8370aa5263592c362b7d61642340 (patch) | |
| tree | dc1a9fefb79d1d0da0c6e55bd6a9cadef4032bef /include | |
| parent | 981219eebe3cc29f155a37951788c18786260514 (diff) | |
dtt: add ds620 support
Signed-off-by: Albert ARIBAUD (3ADEV) <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dtt.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/include/dtt.h b/include/dtt.h index 058bca4d5d6..173159dc628 100644 --- a/include/dtt.h +++ b/include/dtt.h @@ -12,13 +12,14 @@ #define _DTT_H_ #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) + defined(CONFIG_DTT_ADT7460) || \ + defined(CONFIG_DTT_DS1621) || \ + defined(CONFIG_DTT_DS1775) || \ + defined(CONFIG_DTT_DS620) || \ + defined(CONFIG_DTT_LM63) || \ + defined(CONFIG_DTT_LM73) || \ + defined(CONFIG_DTT_LM75) || \ + defined(CONFIG_DTT_LM81) #define CONFIG_DTT /* We have a DTT */ |
