aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/iio/light/Kconfig
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-11-22 16:03:25 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:23 -0800
commitdbd5d239e4b24c17ec50bef38aec9bba0e54e1ee (patch)
treecdb9b532663a4a1814aadfc82632e768e53f9dfc /drivers/staging/iio/light/Kconfig
parenteaacdd9b31b9dd6b342b569711b69e47dbba19b2 (diff)
Staging: IIO: Add tsl2560-2 support to tsl2563 driver.
Minimal changes to driver. Just adds the device to the id table and adjusts the Kconfig elements appropriately. Adding further similar chips from TAOS is complicated by their different conversion functions (and hence left for now). Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Acked-by: Amit Kucheria <amit.kucheria@verdurent.com> 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, 3 insertions, 3 deletions
diff --git a/drivers/staging/iio/light/Kconfig b/drivers/staging/iio/light/Kconfig
index ab541918406..80cb6e590fb 100644
--- a/drivers/staging/iio/light/Kconfig
+++ b/drivers/staging/iio/light/Kconfig
@@ -4,11 +4,11 @@
comment "Light sensors"
config SENSORS_TSL2563
- tristate "TAOS TSL2563 ambient light sensor"
+ tristate "TAOS TSL256[0-3] ambient light sensor"
depends on I2C
help
- If you say yes here you get support for the Taos TSL2563
- ambient light sensor (found in N900).
+ If you say yes here you get support for the Taos TSL2560,
+ TSL2561, TSL2562 and TSL2563 ambient light sensors.
This driver can also be built as a module. If so, the module
will be called tsl2563.