Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2699
b: refs/heads/master
c: 08e7e27
h: refs/heads/master
i:
  2697: 8f75f96
  2695: ff21c1e
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 471ad67 commit 102dba7
Show file tree
Hide file tree
Showing 4 changed files with 855 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40b5cda28aafe3744d8808c21f7959e472a9ecb1
refs/heads/master: 08e7e2789e0da49eadeb17121e24af22efeee84b
14 changes: 14 additions & 0 deletions trunk/drivers/i2c/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,20 @@ config SENSORS_W83627HF
This driver can also be built as a module. If so, the module
will be called w83627hf.

config SENSORS_W83627EHF
tristate "Winbond W83627EHF"
depends on I2C && EXPERIMENTAL
select I2C_SENSOR
select I2C_ISA
help
If you say yes here you get preliminary support for the hardware
monitoring functionality of the Winbond W83627EHF Super-I/O chip.
Only fan and temperature inputs are supported at the moment, while
the chip does much more than that.

This driver can also be built as a module. If so, the module
will be called w83627ehf.

endmenu

menu "Other I2C Chip support"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/i2c/chips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o
obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o
obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o
obj-$(CONFIG_SENSORS_VIA686A) += via686a.o
obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o
obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o
obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o

Expand Down
Loading

0 comments on commit 102dba7

Please sign in to comment.