sensor: add isl29035 light sensor
Add device driver for the isl29035 ambient light and infrared light sensor. Datasheet: http://www.intersil.com/content/dam/Intersil/documents/isl2/isl29035.pdf Origin: Original Change-Id: Ib285f8def32d78d50f1d92998dca5f55d6603ca5 Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
This commit is contained in:
parent
fa868a7846
commit
babb62a0ed
6 changed files with 768 additions and 0 deletions
|
@ -4,6 +4,8 @@ obj-$(CONFIG_SENSOR_DELAYED_WORK) += sensor.o
|
|||
|
||||
obj-$(CONFIG_BMA280) += sensor_bma280.o
|
||||
obj-$(CONFIG_BMA280_TRIGGER) += sensor_bma280_trigger.o
|
||||
obj-$(CONFIG_ISL29035) += sensor_isl29035.o
|
||||
obj-$(CONFIG_ISL29035_TRIGGER) += sensor_isl29035_trigger.o
|
||||
obj-$(CONFIG_MCP9808) += sensor_mcp9808.o
|
||||
obj-$(CONFIG_MCP9808_TRIGGER) += sensor_mcp9808_trigger.o
|
||||
obj-$(CONFIG_SX9500) += sensor_sx9500.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue