diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2011-10-13 04:43:31 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-10-24 14:09:45 -0400 |
commit | e96f9d89e6213c7630a3323cd0c754e7f2619564 (patch) | |
tree | 29c4f0055ae232c6df8d2206ece55a973ed857d1 /drivers/hwmon/Kconfig | |
parent | 1af1f5313cfea85a185c7bbb5258f7856fc8fea7 (diff) |
hwmon: (lm75) Add support for Analog Devices ADT75
Add datasheet reference and device ID for ADT75.
The ADT75, like some other LM75 derivatives, needs to be instantiated
using methods 1, 2, or 4.
For more information see Documentation/i2c/instantiating-devices.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 378ed8ae34d0..9b347acf1559 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -551,6 +551,7 @@ config SENSORS_LM75 | |||
551 | If you say yes here you get support for one common type of | 551 | If you say yes here you get support for one common type of |
552 | temperature sensor chip, with models including: | 552 | temperature sensor chip, with models including: |
553 | 553 | ||
554 | - Analog Devices ADT75 | ||
554 | - Dallas Semiconductor DS75 and DS1775 | 555 | - Dallas Semiconductor DS75 and DS1775 |
555 | - Maxim MAX6625 and MAX6626 | 556 | - Maxim MAX6625 and MAX6626 |
556 | - Microchip MCP980x | 557 | - Microchip MCP980x |