diff options
author | Alessandro Zummo <azummo-lists@towertech.it> | 2007-05-08 15:22:02 (GMT) |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 15:22:02 (GMT) |
commit | 2d8dd65fc14287f2c004dd755e517ba0f45d446e (patch) | |
tree | 5f6a886a3dc2dcaf6a2fef59d0f6a83c76101e5c /drivers/hwmon/Makefile | |
parent | d58ee056cc40117afe4d3bb03006ac537d779634 (diff) | |
download | linux-2d8dd65fc14287f2c004dd755e517ba0f45d446e.tar.xz |
hwmon: New AD7416, AD7417 and AD7418 driver
A driver for the Analog Devices AD7416, AD7417 and AD7418 chips.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 3378067..d83f238 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -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 |