diff options
author | Wei Song <Wsong@nuvoton.com> | 2010-10-28 14:31:44 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 14:31:44 -0400 |
commit | 792d376b4f3f6af302d40373fa864f8b8e691c53 (patch) | |
tree | 38b51491a8d39f31d789c236b69fc8dad182a647 /drivers/hwmon/Kconfig | |
parent | 62991f7ab395b57b86512d47a6017266e2e615f2 (diff) |
hwmon: New driver for the W83795G/ADG monitoring chips
There is still much work needed, but I wanted to give Wei the credit
he deserves. I've merged some of my own fixes already, to make
gcc and checkpatch happy. Individual fixes and improvements from me
will follow.
[JD: Fix build errors]
[JD: Coding style cleanups]
[JD: Get rid of forward declarations]
[JD: Drop VID support]
[JD: Drop fault output control feature]
[JD: Use lowercase for inline function names]
[JD: Use strict variants of the strtol/ul functions]
[JD: Shorten the read and write function names]
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index d875d102ee3f..d229f4592845 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1031,6 +1031,16 @@ config SENSORS_W83793 | |||
1031 | This driver can also be built as a module. If so, the module | 1031 | This driver can also be built as a module. If so, the module |
1032 | will be called w83793. | 1032 | will be called w83793. |
1033 | 1033 | ||
1034 | config SENSORS_W83795 | ||
1035 | tristate "Winbond/Nuvoton W83795G/ADG" | ||
1036 | depends on I2C && EXPERIMENTAL | ||
1037 | help | ||
1038 | If you say yes here you get support for the Winbond W83795G and | ||
1039 | W83795ADG hardware monitoring chip. | ||
1040 | |||
1041 | This driver can also be built as a module. If so, the module | ||
1042 | will be called w83795. | ||
1043 | |||
1034 | config SENSORS_W83L785TS | 1044 | config SENSORS_W83L785TS |
1035 | tristate "Winbond W83L785TS-S" | 1045 | tristate "Winbond W83L785TS-S" |
1036 | depends on I2C && EXPERIMENTAL | 1046 | depends on I2C && EXPERIMENTAL |