diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-07-31 16:12:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 12:14:24 -0400 |
commit | 19f673eddb5a406be72989fb57b7f286772b8cf4 (patch) | |
tree | d552112cd0721467e6ff0a13f8eef7c3491c847c /drivers/hwmon/Kconfig | |
parent | d0f282706df877f8fd8869419e308d24eedb523b (diff) |
[PATCH] hwmon: hwmon vs i2c, second round (11/11)
Use the common vid_from_reg function in lm78 rather than
reimplementing it.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 35fe7d1d4028..138dc50270e3 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -207,6 +207,7 @@ config SENSORS_LM78 | |||
207 | tristate "National Semiconductor LM78 and compatibles" | 207 | tristate "National Semiconductor LM78 and compatibles" |
208 | depends on HWMON && I2C && EXPERIMENTAL | 208 | depends on HWMON && I2C && EXPERIMENTAL |
209 | select I2C_ISA | 209 | select I2C_ISA |
210 | select HWMON_VID | ||
210 | help | 211 | help |
211 | If you say yes here you get support for National Semiconductor LM78, | 212 | If you say yes here you get support for National Semiconductor LM78, |
212 | LM78-J and LM79. | 213 | LM78-J and LM79. |