diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-05 13:31:48 -0700 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-28 00:17:35 -0700 |
commit | 8c1d04192e2ef1e6d38e9d5e9c500e5330d20339 (patch) | |
tree | 06bd055abad6db6660f7a52bc03a6086a8f15391 /drivers/hwmon/Kconfig | |
parent | fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc (diff) | |
download | blackbird-op-linux-8c1d04192e2ef1e6d38e9d5e9c500e5330d20339.tar.gz blackbird-op-linux-8c1d04192e2ef1e6d38e9d5e9c500e5330d20339.zip |
hwmon: (lm95241) Add support for LM95231
LM95231 is fully compatible to LM95241; only necessary change is to add
chip detection.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
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 166889b326ff..38c2adba8381 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -694,10 +694,11 @@ config SENSORS_LTC4261 be called ltc4261. config SENSORS_LM95241 - tristate "National Semiconductor LM95241 sensor chip" + tristate "National Semiconductor LM95241 and compatibles" depends on I2C help - If you say yes here you get support for LM95241 sensor chip. + If you say yes here you get support for LM95231 and LM95241 sensor + chips. This driver can also be built as a module. If so, the module will be called lm95241. |