diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-07-31 22:12:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 09:14:24 -0700 |
commit | 19f673eddb5a406be72989fb57b7f286772b8cf4 (patch) | |
tree | d552112cd0721467e6ff0a13f8eef7c3491c847c /drivers/hwmon/Kconfig | |
parent | d0f282706df877f8fd8869419e308d24eedb523b (diff) | |
download | kernel_samsung_espresso10-19f673eddb5a406be72989fb57b7f286772b8cf4.zip kernel_samsung_espresso10-19f673eddb5a406be72989fb57b7f286772b8cf4.tar.gz kernel_samsung_espresso10-19f673eddb5a406be72989fb57b7f286772b8cf4.tar.bz2 |
[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 35fe7d1..138dc50 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -207,6 +207,7 @@ config SENSORS_LM78 tristate "National Semiconductor LM78 and compatibles" depends on HWMON && I2C && EXPERIMENTAL select I2C_ISA + select HWMON_VID help If you say yes here you get support for National Semiconductor LM78, LM78-J and LM79. |