Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7159
b: refs/heads/master
c: 5563e27
h: refs/heads/master
i:
  7157: 9ff90a3
  7155: 6cc72d6
  7151: 2275788
v: v3
  • Loading branch information
R.Marek@sh.cvut.cz authored and Greg Kroah-Hartman committed Sep 5, 2005
1 parent 719456d commit 316427b
Show file tree
Hide file tree
Showing 5 changed files with 1,660 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: 570aefc361d3315ec6749f573009286106b0b2d8
refs/heads/master: 5563e27d3a42667734e81c1cb8ad72bff76321f6
10 changes: 10 additions & 0 deletions trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,16 @@ config SENSORS_W83781D
This driver can also be built as a module. If so, the module
will be called w83781d.

config SENSORS_W83792D
tristate "Winbond W83792D"
depends on HWMON && I2C && EXPERIMENTAL
select I2C_SENSOR
help
If you say yes here you get support for the Winbond W83792D chip.

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

config SENSORS_W83L785TS
tristate "Winbond W83L785TS-S"
depends on HWMON && I2C && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_HWMON) += hwmon.o
# asb100, then w83781d go first, as they can override other drivers' addresses.
obj-$(CONFIG_SENSORS_ASB100) += asb100.o
obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o
obj-$(CONFIG_SENSORS_W83792D) += w83792d.o
obj-$(CONFIG_SENSORS_W83781D) += w83781d.o

obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
Expand Down
Loading

0 comments on commit 316427b

Please sign in to comment.