diff options
author | Jean Delvare | 2006-12-12 18:18:29 +0100 |
---|---|---|
committer | Jean Delvare | 2006-12-12 18:18:29 +0100 |
commit | 51c997d80e1f625aea3426a8a9087f5830ac6db3 (patch) | |
tree | 91f3bba2d2c2904276089679bcc9a276ebd1f63f /drivers/hwmon/Kconfig | |
parent | hwmon: New PC87427 hardware monitoring driver (diff) | |
download | kernel-qcow2-linux-51c997d80e1f625aea3426a8a9087f5830ac6db3.tar.gz kernel-qcow2-linux-51c997d80e1f625aea3426a8a9087f5830ac6db3.tar.xz kernel-qcow2-linux-51c997d80e1f625aea3426a8a9087f5830ac6db3.zip |
hwmon/f71805f: Add support for the Fintek F71872F/FG chip
Add support for the Fintek F71872F/FG Super-I/O chip. It is basically the
same as the Fintek F71805F/FG as far as hardware monitoring is concerned,
with two additional internal voltages monitored (VSB and battery), and 6
VID inputs (not yet supported.)
To make things a bit more confusing, two of the voltage input pins (in4
and in8) can be used for other functions. The driver reads the pin
configuration from the Super-I/O configuration space to decide whether
it must create interface files for these inputs or not.
Many thanks to Nikolay Derkach for testing the early iterations of this
code and reporting bugs.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index e379ac41c09c..5a0763197e21 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -142,11 +142,12 @@ config SENSORS_DS1621 will be called ds1621. config SENSORS_F71805F - tristate "Fintek F71805F/FG" + tristate "Fintek F71805F/FG and F71872F/FG" depends on HWMON && EXPERIMENTAL help If you say yes here you get support for hardware monitoring - features of the Fintek F71805F/FG chips. + features of the Fintek F71805F/FG and F71872F/FG Super-I/O + chips. This driver can also be built as a module. If so, the module will be called f71805f. |