Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[linux-2.6-block.git] / drivers / iio / proximity / Kconfig
CommitLineData
24ddb0e4
MR
1#
2# Proximity sensors
3#
4
5menu "Lightning sensors"
6
7config AS3935
8 tristate "AS3935 Franklin lightning sensor"
9 select IIO_BUFFER
10 select IIO_TRIGGERED_BUFFER
11 depends on SPI
12 help
13 Say Y here to build SPI interface support for the Austrian
14 Microsystems AS3935 lightning detection sensor.
15
16 To compile this driver as a module, choose M here: the
17 module will be called as3935
18
19endmenu
4193c0f1 20
78f83902 21menu "Proximity and distance sensors"
4193c0f1 22
cb119d53
MR
23config LIDAR_LITE_V2
24 tristate "PulsedLight LIDAR sensor"
25 select IIO_BUFFER
26 select IIO_TRIGGERED_BUFFER
27 depends on I2C
28 help
29 Say Y to build a driver for PulsedLight LIDAR range finding
30 sensor.
31
32 To compile this driver as a module, choose M here: the
33 module will be called pulsedlight-lite-v2
34
feda2840
AK
35config SRF04
36 tristate "Devantech SRF04 ultrasonic ranger sensor"
37 depends on GPIOLIB
38 help
39 Say Y here to build a driver for Devantech SRF04 ultrasonic
40 ranger sensor. This driver can be used to measure the distance
41 of objects. It is using two GPIOs.
42
43 To compile this driver as a module, choose M here: the
44 module will be called srf04.
45
4193c0f1
VD
46config SX9500
47 tristate "SX9500 Semtech proximity sensor"
48 select IIO_BUFFER
49 select IIO_TRIGGERED_BUFFER
50 select REGMAP_I2C
51 depends on I2C
52 help
53 Say Y here to build a driver for Semtech's SX9500 capacitive
54 proximity/button sensor.
55
56 To compile this driver as a module, choose M here: the
57 module will be called sx9500.
58
78f83902
AK
59config SRF08
60 tristate "Devantech SRF08 ultrasonic ranger sensor"
61 depends on I2C
62 help
63 Say Y here to build a driver for Devantech SRF08 ultrasonic
64 ranger sensor. This driver can be used to measure the distance
65 of objects.
66
67 To compile this driver as a module, choose M here: the
68 module will be called srf08.
69
4193c0f1 70endmenu