Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55172
b: refs/heads/master
c: 2d8dd65
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Zummo authored and Jean Delvare committed May 8, 2007
1 parent edf053c commit 6bf850b
Show file tree
Hide file tree
Showing 4 changed files with 385 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: d58ee056cc40117afe4d3bb03006ac537d779634
refs/heads/master: 2d8dd65fc14287f2c004dd755e517ba0f45d446e
10 changes: 10 additions & 0 deletions trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ config SENSORS_ABITUGURU
This driver can also be built as a module. If so, the module
will be called abituguru.

config SENSORS_AD7418
tristate "Analog Devices AD7416, AD7417 and AD7418"
depends on HWMON && I2C && EXPERIMENTAL
help
If you say yes here you get support for the Analog Devices
AD7416, AD7417 and AD7418 temperature monitoring chips.

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

config SENSORS_ADM1021
tristate "Analog Devices ADM1021 and compatibles"
depends on HWMON && I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
obj-$(CONFIG_SENSORS_W83791D) += w83791d.o

obj-$(CONFIG_SENSORS_ABITUGURU) += abituguru.o
obj-$(CONFIG_SENSORS_AD7418) += ad7418.o
obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o
obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o
Expand Down
Loading

0 comments on commit 6bf850b

Please sign in to comment.