diff options
author | Kevin Tsai <ktsai@capellamicro.com> | 2013-12-24 01:53:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-01-01 12:03:32 +0000 |
commit | 971672c0b3ccd16ce53299f1ccac0253fc6d7bf6 (patch) | |
tree | 7d902d60e69c24ca2b84ce566e7e0b88a7c08c90 /drivers/iio/light/Makefile | |
parent | a6e8e3a470bf96575eebfa9dbfda6e1ec8929fb8 (diff) | |
download | lwn-971672c0b3ccd16ce53299f1ccac0253fc6d7bf6.tar.gz lwn-971672c0b3ccd16ce53299f1ccac0253fc6d7bf6.zip |
iio: add Capella CM32181 ambient light sensor driver.
Add Capella Microsystem CM32181 Ambient Light Sensor IIO driver.
This driver will convert raw data to lux value under open-air
condition. Change the calibscale based on the cover material.
Signed-off-by: Kevin Tsai <ktsai@capellamicro.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 daa327f39e04..60e35ac07ff0 100644 --- a/drivers/iio/light/Makefile +++ b/drivers/iio/light/Makefile @@ -5,6 +5,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_CM32181) += cm32181.o obj-$(CONFIG_CM36651) += cm36651.o obj-$(CONFIG_GP2AP020A00F) += gp2ap020a00f.o obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o |