Commit f44d5c8a authored by Brian Masney's avatar Brian Masney Committed by Jonathan Cameron
Browse files

staging: iio: tsl2583: move out of staging



Move tsl2580, tsl2581, tsl2583 driver out of staging into mainline.

Signed-off-by: default avatarBrian Masney <masneyb@onstation.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent c45a226f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -338,6 +338,13 @@ config SENSORS_TSL2563
	 This driver can also be built as a module.  If so, the module
	 will be called tsl2563.

config TSL2583
	tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
	depends on I2C
	help
	 Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
	 Access ALS data via iio, sysfs.

config TSL4531
	tristate "TAOS TSL4531 ambient light sensors"
	depends on I2C
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ obj-$(CONFIG_SI1145) += si1145.o
obj-$(CONFIG_STK3310)          += stk3310.o
obj-$(CONFIG_TCS3414)		+= tcs3414.o
obj-$(CONFIG_TCS3472)		+= tcs3472.o
obj-$(CONFIG_TSL2583)		+= tsl2583.o
obj-$(CONFIG_TSL4531)		+= tsl4531.o
obj-$(CONFIG_US5182D)		+= us5182d.o
obj-$(CONFIG_VCNL4000)		+= vcnl4000.o
+0 −7
Original line number Diff line number Diff line
@@ -13,13 +13,6 @@ config SENSORS_ISL29028
	 Proximity value via iio. The ISL29028 provides the concurrent sensing
	 of ambient light and proximity.

config TSL2583
	tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
	depends on I2C
	help
	 Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
	 Access ALS data via iio, sysfs.

config TSL2x7x
	tristate "TAOS TSL/TMD2x71 and TSL/TMD2x72 Family of light and proximity sensors"
	depends on I2C
Loading