~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/staging/iio/light/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
 
1
\#
2
2
# Light sensors
3
3
#
4
4
comment "Light sensors"
5
5
 
6
 
config SENSORS_TSL2563
7
 
        tristate "TAOS TSL256[0-3] ambient light sensor"
8
 
        depends on I2C
9
 
        help
10
 
         If you say yes here you get support for the Taos TSL2560,
11
 
         TSL2561, TSL2562 and TSL2563 ambient light sensors.
12
 
 
13
 
         This driver can also be built as a module.  If so, the module
14
 
         will be called tsl2563.
15
 
 
16
6
config SENSORS_ISL29018
17
7
        tristate "ISL 29018 light and proximity sensor"
18
8
        depends on I2C
24
14
         in lux, proximity infrared sensing and normal infrared sensing.
25
15
         Data from sensor is accessible via sysfs.
26
16
 
 
17
config SENSORS_TSL2563
 
18
        tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
 
19
        depends on I2C
 
20
        help
 
21
         If you say yes here you get support for the Taos TSL2560,
 
22
         TSL2561, TSL2562 and TSL2563 ambient light sensors.
 
23
 
 
24
         This driver can also be built as a module.  If so, the module
 
25
         will be called tsl2563.
 
26
 
 
27
config TSL2583
 
28
        tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
 
29
        depends on I2C
 
30
        help
 
31
         Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
 
32
         Access ALS data via iio, sysfs.