summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/light/Kconfig
diff options
context:
space:
mode:
authorJon Brenner <jbrenner@taosinc.com>2011-04-15 18:38:43 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-25 17:22:07 -0700
commitac4f6eee8fe8f9f9bbd421d1c9a3ec9a0a6daa0b (patch)
tree40aad0741661c6a6de8238f129787279759146cf /drivers/staging/iio/light/Kconfig
parent69d900a69567b2cc217412e894a2c03218d23beb (diff)
staging: iio: TAOS tsl258x: Device driver
Added suspend/resume functions. Changed attribute names to match existing where applicable and updated or documented new ABI as discussed. Changed integration time ABI from using index (0 to 3) to use actual gain values (1x,8x, etc.). Removed various unused variables, declarations, and functions. Revised code to accommodate different endianess (le16_to_cpu). Updated error return codes in various functions. Changed from mdelay to msleep after determining that longer wait would be acceptable. V5: Makefile and Kconfig cleanups by Jonathan Cameron. Signed-off-by: Jon August Brenner <jbrenner@taosinc.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/light/Kconfig')
-rw-r--r--drivers/staging/iio/light/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/iio/light/Kconfig b/drivers/staging/iio/light/Kconfig
index 36d8bbe1a9cc..e9f379411c83 100644
--- a/drivers/staging/iio/light/Kconfig
+++ b/drivers/staging/iio/light/Kconfig
@@ -24,3 +24,9 @@ config SENSORS_ISL29018
in lux, proximity infrared sensing and normal infrared sensing.
Data from sensor is accessible via sysfs.
+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.