Commit 9a41c94c authored by Alexandre d\'Alton's avatar Alexandre d\'Alton Committed by Greg Kroah-Hartman

[PATCH] I2C: ADM1030 and Co sensors chips support

Here is a patch against linux-2.6.7-mm1 kernel that adds support for
adm1030 and adm1031 sensors chips.

It has been reviewed several times by Jean Delvare, and he thinks it is
ready for inclusion into 2.6 kernel. So here it is.
Signed-off-by: default avatarAlexandre d'Alton <alex@alexdalton.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent afb7238d
...@@ -22,6 +22,16 @@ config SENSORS_ADM1021 ...@@ -22,6 +22,16 @@ config SENSORS_ADM1021
This driver can also be built as a module. If so, the module This driver can also be built as a module. If so, the module
will be called adm1021. will be called adm1021.
config SENSORS_ADM1031
tristate "Analog Devices ADM1031 and compatibles"
depends on I2C && EXPERIMENTAL
select I2C_SENSOR
help
If you say yes here you get support for Analog Devices ADM1031
and ADM1030 sensor chips.
This driver can also be built as a module. If so, the module
will be called adm1031.
config SENSORS_ASB100 config SENSORS_ASB100
tristate "Asus ASB100 Bach" tristate "Asus ASB100 Bach"
depends on I2C && EXPERIMENTAL depends on I2C && EXPERIMENTAL
......
...@@ -8,6 +8,7 @@ obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o ...@@ -8,6 +8,7 @@ obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o
obj-$(CONFIG_SENSORS_W83781D) += w83781d.o obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
obj-$(CONFIG_SENSORS_ADM1031) += adm1031.o
obj-$(CONFIG_SENSORS_DS1621) += ds1621.o obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
obj-$(CONFIG_SENSORS_FSCHER) += fscher.o obj-$(CONFIG_SENSORS_FSCHER) += fscher.o
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment