Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 1ea6b8f48918282bdca0b32a34095504ee65bab5 authored by Linus Torvalds on 08 November 2011, 00:16:02 UTC
Linux 3.2-rc1
Tip revision: 1ea6b8f
Kconfig
#
# Light sensors
#
menu "Light sensors"

config SENSORS_ISL29018
        tristate "ISL 29018 light and proximity sensor"
        depends on I2C
        default n
        help
         If you say yes here you get support for ambient light sensing and
         proximity infrared sensing from Intersil ISL29018.
         This driver will provide the measurements of ambient light intensity
         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"
	depends on I2C
	help
	 Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
	 Access ALS data via iio, sysfs.

endmenu
back to top