diff options
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> | 2017-11-06 02:24:59 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-12-02 13:39:48 +0300 |
commit | 8556f5149819239a9dbcbc8d61b496a51f0c66a3 (patch) | |
tree | 8187a8b3077d79001ecd746bb54a3a2fdf715469 /drivers/iio/light/Makefile | |
parent | 9d793c1a7f25d75d5947022368dfcfa9f75d4412 (diff) | |
download | linux-8556f5149819239a9dbcbc8d61b496a51f0c66a3.tar.xz |
iio: light: Add driver for IDT ZOPT2201 ambient light and UVB sensor
Driver for 20-bit ALS and UV B sensor with I2C interface exposing
the following API:
in_uvindex_input
in_illuminance_raw
in_illuminance_scale
in_illuminance_scale_available
in_intensity_uv_raw
in_intensity_uv_scale
in_intensity_uv_scale_available
integration_time
integration_time_available
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 c263469b7ce9..f0176a800e14 100644 --- a/drivers/iio/light/Makefile +++ b/drivers/iio/light/Makefile @@ -41,3 +41,4 @@ obj-$(CONFIG_US5182D) += us5182d.o obj-$(CONFIG_VCNL4000) += vcnl4000.o obj-$(CONFIG_VEML6070) += veml6070.o obj-$(CONFIG_VL6180) += vl6180.o +obj-$(CONFIG_ZOPT2201) += zopt2201.o |