Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58822
b: refs/heads/master
c: a92c344
h: refs/heads/master
v: v3
  • Loading branch information
Rodolfo Giometti authored and Jean Delvare committed Jul 12, 2007
1 parent aaf0c64 commit f580d49
Show file tree
Hide file tree
Showing 4 changed files with 466 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: 066af983c74162fa98e7c5ffa8a5ead4a6979b1f
refs/heads/master: a92c344d8c640a812c7a9f5a5202d862cd052a0f
10 changes: 10 additions & 0 deletions trunk/drivers/i2c/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,14 @@ config SENSORS_MAX6875
This driver can also be built as a module. If so, the module
will be called max6875.

config SENSORS_TSL2550
tristate "Taos TSL2550 ambient light sensor"
depends on EXPERIMENTAL
help
If you say yes here you get support for the Taos TSL2550
ambient light sensor.

This driver can also be built as a module. If so, the module
will be called tsl2550.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/i2c/chips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o
obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
obj-$(CONFIG_TPS65010) += tps65010.o
obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o

ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
EXTRA_CFLAGS += -DDEBUG
Expand Down
Loading

0 comments on commit f580d49

Please sign in to comment.