diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-02-15 17:57:14 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-02-19 17:34:16 -0800 |
commit | e46e5dc2b2f364b5192a5878267239b8c8979ba2 (patch) | |
tree | 5a2471bdcb58884f5800ed86ac117d64147ab339 /drivers/hwmon/Kconfig | |
parent | 54be068d19ccdad6864dd8a24c20885af26f851c (diff) |
hwmon: (adt7410) Add device table entry for the adt7420
The adt7420 is software compatible to the adt7410.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Reviewed-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 52d5174792ee..89ac1cb26f24 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -180,11 +180,11 @@ config SENSORS_ADM9240 will be called adm9240. config SENSORS_ADT7410 - tristate "Analog Devices ADT7410" + tristate "Analog Devices ADT7410/ADT7420" depends on I2C help If you say yes here you get support for the Analog Devices - ADT7410 temperature monitoring chip. + ADT7410 and ADT7420 temperature monitoring chips. This driver can also be built as a module. If so, the module will be called adt7410. |