aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/Kconfig
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-05-18 14:42:41 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-19 16:15:06 -0700
commitdb60697a086cdf4bbe6deedcefc2ff81e2a9efd2 (patch)
tree8b425574b378a83384259d678e3849af11e69f2f /drivers/staging/iio/light/Kconfig
parent44d8b3542f703a70fbd8f3f64816ab8bab32bce0 (diff)
downloadkernel_samsung_smdk4412-db60697a086cdf4bbe6deedcefc2ff81e2a9efd2.zip
kernel_samsung_smdk4412-db60697a086cdf4bbe6deedcefc2ff81e2a9efd2.tar.gz
kernel_samsung_smdk4412-db60697a086cdf4bbe6deedcefc2ff81e2a9efd2.tar.bz2
staging:iio: Trivial kconfig reorganization and uniformity improvements.
Signed-off-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/Kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/staging/iio/light/Kconfig b/drivers/staging/iio/light/Kconfig
index e9f3794..46d62d1 100644
--- a/drivers/staging/iio/light/Kconfig
+++ b/drivers/staging/iio/light/Kconfig
@@ -1,18 +1,8 @@
-#
+\#
# Light sensors
#
comment "Light sensors"
-config SENSORS_TSL2563
- tristate "TAOS TSL256[0-3] ambient light sensor"
- depends on I2C
- help
- 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.
-
config SENSORS_ISL29018
tristate "ISL 29018 light and proximity sensor"
depends on I2C
@@ -24,9 +14,19 @@ config SENSORS_ISL29018
in lux, proximity infrared sensing and normal infrared sensing.
Data from sensor is accessible via sysfs.
+config SENSORS_TSL2563
+ tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
+ depends on I2C
+ help
+ 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.
+
config TSL2583
- tristate "TAOS TSL2580, TSL2581, and TSL2583 light-to-digital converters"
+ tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
depends on I2C
help
- Provides support for the TAOS tsl2580, tsl2581, and tsl2583 devices.
+ Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
Access ALS data via iio, sysfs.