diff options
author | Matt Ranostay <mranostay@gmail.com> | 2015-08-17 20:30:16 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-08-31 18:23:09 +0300 |
commit | aff268cd532e99ced3c8f48d01118912eb002bbf (patch) | |
tree | dcba00b981b6f7bf7ee875f486620a5b1ffc2c82 /drivers/iio/light/Makefile | |
parent | 078d02cfdafdd06562286b2f222e6532f369eb27 (diff) | |
download | linux-aff268cd532e99ced3c8f48d01118912eb002bbf.tar.xz |
iio: light: add APDS9960 ALS + promixity driver
APDS9960 is a combination of ALS, proximity, and gesture sensors.
This patch adds support for these functions along with gain control,
integration time, and event thresholds.
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Makefile')
-rw-r--r-- | drivers/iio/light/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/light/Makefile b/drivers/iio/light/Makefile index 91c74c014b6f..7b2244550747 100644 --- a/drivers/iio/light/Makefile +++ b/drivers/iio/light/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_ACPI_ALS) += acpi-als.o obj-$(CONFIG_ADJD_S311) += adjd_s311.o obj-$(CONFIG_AL3320A) += al3320a.o obj-$(CONFIG_APDS9300) += apds9300.o +obj-$(CONFIG_APDS9960) += apds9960.o obj-$(CONFIG_BH1750) += bh1750.o obj-$(CONFIG_CM32181) += cm32181.o obj-$(CONFIG_CM3232) += cm3232.o |