summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/Makefile
diff options
context:
space:
mode:
authorOleksandr Kravchenko <o.v.kravchenko@globallogic.com>2013-07-22 14:11:00 +0100
committerJonathan Cameron <jic23@kernel.org>2013-08-03 18:40:37 +0100
commit03eff7b60dc3e5d2539a5f9685a9fb9a530e01e8 (patch)
tree314faee3cfbc7d3ea74a038de224ee7216b82eb5 /drivers/iio/light/Makefile
parente6faed19c20571a413e8ddeab4d4ea1825b8e633 (diff)
downloadop-kernel-dev-03eff7b60dc3e5d2539a5f9685a9fb9a530e01e8.zip
op-kernel-dev-03eff7b60dc3e5d2539a5f9685a9fb9a530e01e8.tar.gz
iio: add APDS9300 ambilent light sensor driver
This patch adds IIO driver for APDS9300 ambient light sensor (ALS). http://www.avagotech.com/docs/AV02-1077EN The driver allows to read raw data from ADC registers or calculate lux value. It also can handle threshold interrupt. Signed-off-by: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Makefile')
-rw-r--r--drivers/iio/light/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/light/Makefile b/drivers/iio/light/Makefile
index edef939..354ee9a 100644
--- a/drivers/iio/light/Makefile
+++ b/drivers/iio/light/Makefile
@@ -4,6 +4,7 @@
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_ADJD_S311) += adjd_s311.o
+obj-$(CONFIG_APDS9300) += apds9300.o
obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o
obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o
obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
OpenPOWER on IntegriCloud