summaryrefslogtreecommitdiff
path: root/drivers/als/Kconfig
blob: 9d99ac2b218e2e78c92b52beec2d9c3bc41a7ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Ambient Light Sensor sysfs device configuration
#

menuconfig ALS
	tristate "Ambient Light Sensor sysfs device"
	help
	  This framework provides a generic sysfs I/F for Ambient Light
	  Sensor devices.
	  If you want this support, you should say Y or M here.

if ALS

config ALS_ISL29003
	tristate "Intersil ISL29003 ambient light sensor"
	depends on I2C && SYSFS
	help
	  If you say yes here you get support for the Intersil ISL29003
	  ambient light sensor.

	  This driver can also be built as a module.  If so, the module
	  will be called isl29003.

config ALS_TSL2550
	tristate "Taos TSL2550 ambient light sensor"
	depends on EXPERIMENTAL && I2C
	help
	  If you say yes here you get support for the Taos TSL2550
	  ambient light sensor.

	  This driver can also be built as a module.  If so, the module
	  will be called tsl2550.

endif #ALS