diff options
author | Jean Delvare <khali@linux-fr.org> | 2013-05-04 14:49:36 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2013-05-04 14:49:36 +0200 |
commit | 3fbc81e3c0257c756c0955bcb291374d74c11f61 (patch) | |
tree | d7066dfd34f7da00f03764a073b583cfb622d2c5 /drivers/hwmon/Kconfig | |
parent | 0cd2c72d765191f24d7be14366c0413bf139f3e3 (diff) | |
download | linux-3fbc81e3c0257c756c0955bcb291374d74c11f61.tar.gz linux-3fbc81e3c0257c756c0955bcb291374d74c11f61.tar.bz2 linux-3fbc81e3c0257c756c0955bcb291374d74c11f61.zip |
hwmon: (lm75) Add support for the Dallas/Maxim DS7505
Basically it's the same as the original DS75 but much faster.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9c333d471433..0428e8a74b19 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -630,7 +630,7 @@ config SENSORS_LM75 temperature sensor chip, with models including: - Analog Devices ADT75 - - Dallas Semiconductor DS75 and DS1775 + - Dallas Semiconductor DS75, DS1775 and DS7505 - Maxim MAX6625 and MAX6626 - Microchip MCP980x - National Semiconductor LM75, LM75A |