diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-07-15 04:36:06 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-10-09 22:56:28 -0400 |
commit | 9cab0217f3f35bd618363842576867badb72ca4b (patch) | |
tree | 5731aa857c7b1648cbc6d72ddd1b48fc583d517e /drivers/hwmon/Kconfig | |
parent | 43e61a2d7e2ce70a093df83871a436732bc48125 (diff) |
hwmon: (f71805f) List the F71806F/FG as supported
The Fintek F71806F/FG is compatible with the F71872F/FG, so it is
already supported by the f71805f hardware monitoring driver. In fact,
both chips have the same chip ID, so the driver can't even
differentiate between them.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
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 192953b29b28..2aeec4787e5f 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -206,12 +206,12 @@ config SENSORS_DS1621 | |||
206 | will be called ds1621. | 206 | will be called ds1621. |
207 | 207 | ||
208 | config SENSORS_F71805F | 208 | config SENSORS_F71805F |
209 | tristate "Fintek F71805F/FG and F71872F/FG" | 209 | tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG" |
210 | depends on EXPERIMENTAL | 210 | depends on EXPERIMENTAL |
211 | help | 211 | help |
212 | If you say yes here you get support for hardware monitoring | 212 | If you say yes here you get support for hardware monitoring |
213 | features of the Fintek F71805F/FG and F71872F/FG Super-I/O | 213 | features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG |
214 | chips. | 214 | Super-I/O chips. |
215 | 215 | ||
216 | This driver can also be built as a module. If so, the module | 216 | This driver can also be built as a module. If so, the module |
217 | will be called f71805f. | 217 | will be called f71805f. |