diff options
author | R.Marek@sh.cvut.cz <R.Marek@sh.cvut.cz> | 2005-07-27 07:43:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 12:14:13 -0400 |
commit | 5563e27d3a42667734e81c1cb8ad72bff76321f6 (patch) | |
tree | c04676ff2cd3730efeb1a5b3dda2d9df9b1c1279 /drivers/hwmon/Kconfig | |
parent | 570aefc361d3315ec6749f573009286106b0b2d8 (diff) |
[PATCH] I2C: W83792D driver 1/3
I would like to announce support for W83792D chip. This driver was developed
by Winbond Electronics Corp. I added sysfs attributes callbacks infrastructure
plus various code fixes and codingstyle cleanups. I would like to thank Winbond
for supporting free software.
This patch is against 2.6.13rc3 plus hwmon-class and hwmon-split.
Separate patch for documantation and hwmon class register will follow.
Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: Chunhao Huang <DZShen@Winbond.com.tw>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 29583e1f7a20..6483ff696b5a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -377,6 +377,16 @@ config SENSORS_W83781D | |||
377 | This driver can also be built as a module. If so, the module | 377 | This driver can also be built as a module. If so, the module |
378 | will be called w83781d. | 378 | will be called w83781d. |
379 | 379 | ||
380 | config SENSORS_W83792D | ||
381 | tristate "Winbond W83792D" | ||
382 | depends on HWMON && I2C && EXPERIMENTAL | ||
383 | select I2C_SENSOR | ||
384 | help | ||
385 | If you say yes here you get support for the Winbond W83792D chip. | ||
386 | |||
387 | This driver can also be built as a module. If so, the module | ||
388 | will be called w83792d. | ||
389 | |||
380 | config SENSORS_W83L785TS | 390 | config SENSORS_W83L785TS |
381 | tristate "Winbond W83L785TS-S" | 391 | tristate "Winbond W83L785TS-S" |
382 | depends on HWMON && I2C && EXPERIMENTAL | 392 | depends on HWMON && I2C && EXPERIMENTAL |