summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/Kconfig
diff options
context:
space:
mode:
authorJeff LaBundy2018-02-27 03:11:51 +0100
committerJonathan Cameron2018-03-03 16:16:57 +0100
commit0f079547150a8669da28720a4b9e3f767512ea6f (patch)
treeff32013089824f370483b470914fe903188ea731 /drivers/iio/light/Kconfig
parentiio: proximity: sx9500: Add GPIO ACPI mapping table (diff)
downloadkernel-qcow2-linux-0f079547150a8669da28720a4b9e3f767512ea6f.tar.gz
kernel-qcow2-linux-0f079547150a8669da28720a4b9e3f767512ea6f.tar.xz
kernel-qcow2-linux-0f079547150a8669da28720a4b9e3f767512ea6f.zip
iio: light: lv0104cs: Add support for LV0104CS light sensor
This patch adds support for the On Semiconductor LV0104CS ambient light sensor. Signed-off-by: Jeff LaBundy <jeff@labundy.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r--drivers/iio/light/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
index 93fd421b10d7..074e50657366 100644
--- a/drivers/iio/light/Kconfig
+++ b/drivers/iio/light/Kconfig
@@ -275,6 +275,16 @@ config LTR501
This driver can also be built as a module. If so, the module
will be called ltr501.
+config LV0104CS
+ tristate "LV0104CS Ambient Light Sensor"
+ depends on I2C
+ help
+ Say Y here if you want to build support for the On Semiconductor
+ LV0104CS ambient light sensor.
+
+ To compile this driver as a module, choose M here:
+ the module will be called lv0104cs.
+
config MAX44000
tristate "MAX44000 Ambient and Infrared Proximity Sensor"
depends on I2C