diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-04-22 08:48:57 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-12-02 03:44:18 -0800 |
commit | 162a8dfe73df95e59265e350b2f247b8b35490d1 (patch) | |
tree | f51150255441f8c6b9f65c28cf6e725e7c1fe2c6 /drivers/hwmon/Kconfig | |
parent | f975b3399c0a35439c48b89d1afffc4d86276d0f (diff) | |
download | linux-162a8dfe73df95e59265e350b2f247b8b35490d1.tar.bz2 |
hwmon: (lm95245) Add support for LM95235
LM95235 is register compatible to LM95245.
Also update link to LM95245 data sheet, and drop the link to the
datasheet from the driver source to simplify code maintenance.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index fcca19b53bd2..085f5a853618 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1048,10 +1048,11 @@ config SENSORS_LM95241 will be called lm95241. config SENSORS_LM95245 - tristate "National Semiconductor LM95245 sensor chip" + tristate "National Semiconductor LM95245 and compatibles" depends on I2C help - If you say yes here you get support for LM95245 sensor chip. + If you say yes here you get support for LM95235 and LM95245 + temperature sensor chips. This driver can also be built as a module. If so, the module will be called lm95245. |