diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-04-22 09:34:14 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-12-02 06:11:53 -0800 |
commit | dfcd4c53be1da9e297bba340ec46f3269cbc239e (patch) | |
tree | f409d8b31a0705fc7a9ba74b813fca51de458a51 /drivers/hwmon/Kconfig | |
parent | 162a8dfe73df95e59265e350b2f247b8b35490d1 (diff) | |
download | op-kernel-dev-dfcd4c53be1da9e297bba340ec46f3269cbc239e.zip op-kernel-dev-dfcd4c53be1da9e297bba340ec46f3269cbc239e.tar.gz |
hwmon: (lm95234) Add support for LM95233
LM95233 is similar to LM95234, but it only supports two
instead of four external temperature sensors.
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 085f5a8..b1ce6a0 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1028,11 +1028,11 @@ config SENSORS_LM93 will be called lm93. config SENSORS_LM95234 - tristate "National Semiconductor LM95234" + tristate "National Semiconductor LM95234 and compatibles" depends on I2C help - If you say yes here you get support for the LM95234 temperature - sensor. + If you say yes here you get support for the LM95233 and LM95234 + temperature sensor chips. This driver can also be built as a module. If so, the module will be called lm95234. |