Skip to content

Commit

Permalink
Staging: IIO: Remove tsl2561 driver. Support merged with tsl2563.
Browse files Browse the repository at this point in the history
This patch simply removes the tsl2561 driver.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Acked-by: Amit Kucheria <amit.kucheria@verdurent.com>
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent e81589a commit eaacdd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 282 deletions.
9 changes: 0 additions & 9 deletions drivers/staging/iio/light/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
#
comment "Light sensors"

config TSL2561
tristate "TAOS TSL2561 light-to-digital convertor"
depends on I2C
help
Say yes bere to build support for the TAOS light to digital
convertor. This chip has two light sensors. One is broadband
including infrared whilst the other measures only infrared.
Provides direct access via sysfs.

config SENSORS_TSL2563
tristate "TAOS TSL2563 ambient light sensor"
depends on I2C
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/iio/light/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# Makefile for industrial I/O Light sensors
#

obj-$(CONFIG_TSL2561) += tsl2561.o
obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
272 changes: 0 additions & 272 deletions drivers/staging/iio/light/tsl2561.c

This file was deleted.

0 comments on commit eaacdd9

Please sign in to comment.