aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorGravatar Luotao Fu <l.fu@pengutronix.de> 2009-12-09 20:35:58 +0100
committerGravatar Jean Delvare <khali@linux-fr.org> 2009-12-09 20:35:58 +0100
commit93ee0a75f6e4b2c7ec20fd8f4ace87f88ba785b9 (patch)
treeced868220c593e2cdfbf51edf24368fe8061ce40 /drivers/hwmon/Makefile
parenthwmon: (w83791d) Remove experimental dependency (diff)
downloadlinux-93ee0a75f6e4b2c7ec20fd8f4ace87f88ba785b9.tar.gz
linux-93ee0a75f6e4b2c7ec20fd8f4ace87f88ba785b9.tar.bz2
linux-93ee0a75f6e4b2c7ec20fd8f4ace87f88ba785b9.zip
hwmon: Add Freescale MC13783 ADC driver
This driver provides support for the ADC integrated into the Freescale MC13783 PMIC. Signed-off-by: Luotao Fu <l.fu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Cc: Eric Piel <eric.piel@tremplin-utc.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index a24a52d12dc5..33c2ee105284 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -74,6 +74,7 @@ obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o
obj-$(CONFIG_SENSORS_MAX1111) += max1111.o
obj-$(CONFIG_SENSORS_MAX1619) += max1619.o
obj-$(CONFIG_SENSORS_MAX6650) += max6650.o
+obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o
obj-$(CONFIG_SENSORS_PC87360) += pc87360.o
obj-$(CONFIG_SENSORS_PC87427) += pc87427.o
obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o