aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorSamu Onkalo <samu.p.onkalo@nokia.com>2010-10-26 17:22:38 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-26 19:52:14 -0400
commit92b1f84d46b24675493d95a239eea2b07e5f13f8 (patch)
treed81be3348c30402d623059c86259f83657900a0f /drivers/misc/Kconfig
parent190420ab34ab4c077c641893ac19f364cf3606e4 (diff)
drivers/misc: driver for APDS990X ALS and proximity sensors
This is a driver for Avago APDS990X combined ALS and proximity sensor. Interface is sysfs based. The driver uses interrupts to provide new data. The driver supports pm_runtime and regulator frameworks. See Documentation/misc-devices/apds990x.txt for details Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 3b50106abfa5..7362851a2ca8 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -325,6 +325,17 @@ config SENSORS_BH1770
325 To compile this driver as a module, choose M here: the 325 To compile this driver as a module, choose M here: the
326 module will be called bh1770glc. If unsure, say N here. 326 module will be called bh1770glc. If unsure, say N here.
327 327
328config SENSORS_APDS990X
329 tristate "APDS990X combined als and proximity sensors"
330 depends on I2C
331 default n
332 ---help---
333 Say Y here if you want to build a driver for Avago APDS990x
334 combined ambient light and proximity sensor chip.
335
336 To compile this driver as a module, choose M here: the
337 module will be called apds990x. If unsure, say N here.
338
328config HMC6352 339config HMC6352
329 tristate "Honeywell HMC6352 compass" 340 tristate "Honeywell HMC6352 compass"
330 depends on I2C 341 depends on I2C