summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck2014-04-22 17:48:57 +0200
committerGuenter Roeck2014-12-02 12:44:18 +0100
commit162a8dfe73df95e59265e350b2f247b8b35490d1 (patch)
treef51150255441f8c6b9f65c28cf6e725e7c1fe2c6 /drivers/hwmon/Kconfig
parenthwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errors (diff)
downloadkernel-qcow2-linux-162a8dfe73df95e59265e350b2f247b8b35490d1.tar.gz
kernel-qcow2-linux-162a8dfe73df95e59265e350b2f247b8b35490d1.tar.xz
kernel-qcow2-linux-162a8dfe73df95e59265e350b2f247b8b35490d1.zip
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/Kconfig5
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.