diff options
| author | Dirk Eibach <[email protected]> | 2008-10-08 13:44:27 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-10-18 21:54:01 +0200 |
| commit | 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b (patch) | |
| tree | 6df0abb278dad3ab6833f66632bd863f60dc6610 /include | |
| parent | 7ba890bf2f2b92831420243c058951aa831119fd (diff) | |
hwmon: Add LM63 support
This patch adds support for the National LM63 temperature
sensor with integrated fan control. It's used on the GDSys
Neo board (405EP) which will be submitted later.
Signed-off-by: Dirk Eibach <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dtt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dtt.h b/include/dtt.h index 0c8ee76930e..965e82eb04f 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) |
