diff options
author | Xinyu Chen <b03824@freescale.com> | 2012-02-10 15:54:41 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:22:33 +0800 |
commit | 5bae425b38570889fbfc874d301123d10cc06902 (patch) | |
tree | bcb64cb8676f5bee3fe5abe5acdeb9f71aaddf56 /drivers/hwmon/Makefile | |
parent | 232daa7ce38760497def9cc77fcb46192431c8db (diff) | |
download | linux-5bae425b38570889fbfc874d301123d10cc06902.tar.gz |
ENGR00174127 mag3110: merge the mag3110 sensor driver
Merge mag3110 drivers from sensor team.
The drivers are updated with chip position configure
in driver, export set delay interface to userspace and
use polling mode instead of interrupt mode.
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rwxr-xr-x | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 32bb2da23954..fc6e6b43a287 100755 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -119,6 +119,7 @@ obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o +obj-$(CONFIG_SENSORS_MAG3110) += mag3110.o obj-$(CONFIG_MXC_MMA8450) += mxc_mma8450.o obj-$(CONFIG_MXC_MMA8451) += mxc_mma8451.o obj-$(CONFIG_SENSORS_DA9052) += da9052-adc.o |