Commit 83f0bcd4 authored by Shreeya Patel's avatar Shreeya Patel Committed by Jonathan Cameron
parent af0a61e9
......@@ -331,6 +331,17 @@ config LTR501
This driver can also be built as a module. If so, the module
will be called ltr501.
config LTRF216A
tristate "Liteon LTRF216A Light Sensor"
depends on I2C
select REGMAP_I2C
help
If you say Y or M here, you get support for Liteon LTRF216A
Ambient Light Sensor.
If built as a dynamically linked module, it will be called
ltrf216a.
config LV0104CS
tristate "LV0104CS Ambient Light Sensor"
depends on I2C
......
......@@ -31,6 +31,7 @@ obj-$(CONFIG_ISL29125) += isl29125.o
obj-$(CONFIG_JSA1212) += jsa1212.o
obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o
obj-$(CONFIG_LTR501) += ltr501.o
obj-$(CONFIG_LTRF216A) += ltrf216a.o
obj-$(CONFIG_LV0104CS) += lv0104cs.o
obj-$(CONFIG_MAX44000) += max44000.o
obj-$(CONFIG_MAX44009) += max44009.o
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment