Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304354
b: refs/heads/master
c: 6d59ba2
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Greg Kroah-Hartman committed Apr 13, 2012
1 parent 3f150b4 commit 82f5f63
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce85a1cbcca799f5f46340f87d2140e2c8a9e45b
refs/heads/master: 6d59ba2f9676210b4631e9c447ab1c9faf0a9577
10 changes: 10 additions & 0 deletions trunk/drivers/staging/iio/light/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ config SENSORS_ISL29018
in lux, proximity infrared sensing and normal infrared sensing.
Data from sensor is accessible via sysfs.

config SENSORS_ISL29028
tristate "Intersil ISL29028 Concurrent Light and Proximity Sensor"
depends on I2C
select REGMAP_I2C
help
Provides driver for the Intersil's ISL29028 device.
This driver supports the sysfs interface to get the ALS, IR intensity,
Proximity value via iio. The ISL29028 provides the concurrent sensing
of ambient light and proximity.

config SENSORS_TSL2563
tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/iio/light/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
obj-$(CONFIG_SENSORS_ISL29018) += isl29018.o
obj-$(CONFIG_SENSORS_ISL29028) += isl29028.o
obj-$(CONFIG_TSL2583) += tsl2583.o
Loading

0 comments on commit 82f5f63

Please sign in to comment.