diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-03-23 10:19:49 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:31 -0400 |
commit | 43cb7ebee2f478d3f987ad773d4e6b07fc23c631 (patch) | |
tree | f862838ccb28af35ba9e1951a26ba9fb4b99b0e3 /drivers/hwmon/Kconfig | |
parent | 52ab3f3dc711eeccbfbcc5d4f5c5d9b9ff59650f (diff) |
[PATCH] lm83: Add LM82 support
Add LM82 temperature sensor support (similar to the LM83,
but less featureful).
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 99cdc612d2c6..a6a8d66129b3 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -236,11 +236,11 @@ config SENSORS_LM80 | |||
236 | will be called lm80. | 236 | will be called lm80. |
237 | 237 | ||
238 | config SENSORS_LM83 | 238 | config SENSORS_LM83 |
239 | tristate "National Semiconductor LM83" | 239 | tristate "National Semiconductor LM83 and compatibles" |
240 | depends on HWMON && I2C | 240 | depends on HWMON && I2C |
241 | help | 241 | help |
242 | If you say yes here you get support for National Semiconductor | 242 | If you say yes here you get support for National Semiconductor |
243 | LM83 sensor chips. | 243 | LM82 and LM83 sensor chips. |
244 | 244 | ||
245 | This driver can also be built as a module. If so, the module | 245 | This driver can also be built as a module. If so, the module |
246 | will be called lm83. | 246 | will be called lm83. |