diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-17 12:48:20 -0800 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-18 12:22:54 -0800 |
commit | c7bf71c517abfc3b15970d67910e0f62e0522939 (patch) | |
tree | 7c426f987ba9c338a81456e551f3a868e2ac27ac /drivers/hwmon/Kconfig | |
parent | a25cecce88194b2edf38b8c3b1665e9318eb2d22 (diff) |
hwmon: (lm93) Add support for LM94
This patch adds basic support for LM94 to the LM93 driver. LM94 specific
sensors and features are not supported.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 35f00dae367..773e484f164 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -618,8 +618,8 @@ config SENSORS_LM93 depends on I2C select HWMON_VID help - If you say yes here you get support for National Semiconductor LM93 - sensor chips. + If you say yes here you get support for National Semiconductor LM93, + LM94, and compatible sensor chips. This driver can also be built as a module. If so, the module will be called lm93. |