diff options
author | Robert Coulson <rob.coulson@gmail.com> | 2013-05-09 01:45:53 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-06-27 13:28:59 -0400 |
commit | cd6c8a4297ad036a155966db49982d6807e23ef8 (patch) | |
tree | dfdd6d11da901cd8c5d915e5f321e82aa150bc99 /drivers/hwmon/Kconfig | |
parent | cd275a5635511922f8b11f8a2a42b6d8b1e88237 (diff) |
hwmon: (ds1621) Add ds1721 chip support
Update the ds1621 documentation, driver, and Kconfig with
ds1721 chip support.
Signed-off-by: Robert Coulson <rob.coulson@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 0428e8a74b19..0114ed4b3c07 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -348,11 +348,14 @@ config SENSORS_DS620 | |||
348 | will be called ds620. | 348 | will be called ds620. |
349 | 349 | ||
350 | config SENSORS_DS1621 | 350 | config SENSORS_DS1621 |
351 | tristate "Dallas Semiconductor DS1621 and DS1625" | 351 | tristate "Dallas Semiconductor DS1621 and compatibles" |
352 | depends on I2C | 352 | depends on I2C |
353 | help | 353 | help |
354 | If you say yes here you get support for Dallas Semiconductor | 354 | If you say yes here you get support for Dallas Semiconductor/Maxim |
355 | DS1621 and DS1625 sensor chips. | 355 | Integrated DS1621 sensor chips and compatible models including: |
356 | |||
357 | - Dallas Semiconductor DS1625 | ||
358 | - Maxim Integrated DS1721 | ||
356 | 359 | ||
357 | This driver can also be built as a module. If so, the module | 360 | This driver can also be built as a module. If so, the module |
358 | will be called ds1621. | 361 | will be called ds1621. |