diff options
author | Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> | 2013-07-22 15:11:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-08-03 19:40:37 +0200 |
commit | 03eff7b60dc3e5d2539a5f9685a9fb9a530e01e8 (patch) | |
tree | 314faee3cfbc7d3ea74a038de224ee7216b82eb5 /drivers/iio/light/Makefile | |
parent | of: Add Avago Technologies vendor prefix (diff) | |
download | linux-03eff7b60dc3e5d2539a5f9685a9fb9a530e01e8.tar.xz linux-03eff7b60dc3e5d2539a5f9685a9fb9a530e01e8.zip |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/light/Makefile b/drivers/iio/light/Makefile index edef939861f0..354ee9ab2379 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 |