diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2014-05-07 14:38:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-07-07 10:06:50 +0200 |
commit | 6c25539cbc460f7f594e30ac6db88d5e61e8baff (patch) | |
tree | 484010d1be4151afd2faad183e8afa36c5f73a6e /drivers/iio/light/Kconfig | |
parent | iio: hid-sensors: Fix compilation warning (diff) | |
download | linux-6c25539cbc460f7f594e30ac6db88d5e61e8baff.tar.xz linux-6c25539cbc460f7f594e30ac6db88d5e61e8baff.zip |
iio: Add Intersil isl29125 digital color light sensor driver
datasheet: http://www.intersil.com/content/dam/Intersil/documents/isl2/isl29125.pdf
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r-- | drivers/iio/light/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index c89740d4748f..7d83dca6d080 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -62,6 +62,18 @@ config GP2AP020A00F To compile this driver as a module, choose M here: the module will be called gp2ap020a00f. +config ISL29125 + tristate "Intersil ISL29125 digital color light sensor" + depends on I2C + select IIO_BUFFER + select IIO_TRIGGERED_BUFFER + help + Say Y here if you want to build a driver for the Intersil ISL29125 + RGB light sensor for I2C. + + To compile this driver as a module, choose M here: the module will be + called isl29125. + config HID_SENSOR_ALS depends on HID_SENSOR_HUB select IIO_BUFFER |