diff options
author | Greg Meiste <w30289@motorola.com> | 2010-11-16 13:33:06 -0600 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-01-07 20:37:34 -0800 |
commit | 63b6d550a648b6eb2828221a58c00a1c8267ec13 (patch) | |
tree | d9cc481c6abf2e3ec8b0328bb77f6665dcf5db6c /drivers/misc/Makefile | |
parent | d38b03a9f6afe63986d61d0bc97d360fc7206444 (diff) |
misc: Initial NCT1008 driver
Initial version of the NCT1008 driver to turn off the sensor when the
device is suspended. This improves standby current drain.
Change-Id: Ia64613c33c0052434d5e304c434605611e5ef789
Signed-off-by: Greg Meiste <w30289@motorola.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 42eab95cde2a..51f2787d8d15 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -35,3 +35,4 @@ obj-y += eeprom/ obj-y += cb710/ obj-$(CONFIG_VMWARE_BALLOON) += vmw_balloon.o obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o +obj-$(CONFIG_SENSORS_NCT1008) += nct1008.o |