diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-03-26 10:45:02 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-03-26 10:45:02 +0100 |
commit | 5d7f77bf66bfa986754b3e12073bef0ab8cd61bd (patch) | |
tree | aca11e891d8af9e53967dedcdca47ad0b0eb5566 /drivers/hwmon/Kconfig | |
parent | f27def07bfb296d5eb441cd5777d351c7afcb4a1 (diff) | |
download | blackbird-op-linux-5d7f77bf66bfa986754b3e12073bef0ab8cd61bd.tar.gz blackbird-op-linux-5d7f77bf66bfa986754b3e12073bef0ab8cd61bd.zip |
hwmon: (f71882fg) Document all supported devices
The list of supported devices was not always well documented in all
places. Clarify and list all devices in documentation, Kconfig and
the driver itself.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 81131eda5544..51255b366d09 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -315,11 +315,21 @@ config SENSORS_F71805F will be called f71805f. config SENSORS_F71882FG - tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000" + tristate "Fintek F71882FG and compatibles" help If you say yes here you get support for hardware monitoring - features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG, - F71889FG and F8000 Super-I/O chips. + features of many Fintek Super-I/O (LPC) chips. The currently + supported chips are: + F71808E + F71858FG + F71862FG + F71863FG + F71869F/E + F71882FG + F71883FG + F71889FG/ED + F8000 + F81801U This driver can also be built as a module. If so, the module will be called f71882fg. |