blob: e9f254ae389258134a8f1b83fd04ba11280821ef [file] [log] [blame]
Matt Ranostay24ddb0e2014-12-03 12:53:00 +00001#
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
Vlad Dogaru4193c0f2014-12-29 14:41:14 +020020
Andreas Klinger78f83902017-01-25 20:07:19 +010021menu "Proximity and distance sensors"
Vlad Dogaru4193c0f2014-12-29 14:41:14 +020022
Mathieu Othacehe1c287992018-07-20 19:34:26 +020023config ISL29501
24 tristate "Intersil ISL29501 Time Of Flight sensor"
25 depends on I2C
26 select IIO_BUFFER
27 select IIO_TRIGGERED_BUFFER
28 select IIO_KFIFO_BUF
29 help
30 Say Y here if you want to build a driver for the Intersil ISL29501
31 Time of Flight sensor.
32
33 To compile this driver as a module, choose M here: the module will be
34 called isl29501.
35
Matt Ranostaycb119d52015-08-18 07:40:38 -070036config LIDAR_LITE_V2
37 tristate "PulsedLight LIDAR sensor"
38 select IIO_BUFFER
39 select IIO_TRIGGERED_BUFFER
40 depends on I2C
41 help
42 Say Y to build a driver for PulsedLight LIDAR range finding
43 sensor.
44
45 To compile this driver as a module, choose M here: the
46 module will be called pulsedlight-lite-v2
47
Andreas Klinger16b05262019-03-17 21:38:03 +010048config MB1232
49 tristate "MaxSonar I2CXL family ultrasonic sensors"
50 depends on I2C
51 help
52 Say Y to build a driver for the ultrasonic sensors I2CXL of
53 MaxBotix which have an i2c interface. It can be used to measure
54 the distance of objects. Supported types are mb1202, mb1212,
55 mb1222, mb1232, mb1242, mb7040, mb7137
56
57 To compile this driver as a module, choose M here: the
58 module will be called mb1232.
59
Peter Meerwald-Stadler79e64182017-10-10 15:48:47 +020060config RFD77402
61 tristate "RFD77402 ToF sensor"
62 depends on I2C
63 help
64 Say Y to build a driver for the RFD77420 Time-of-Flight (distance)
65 sensor module with I2C interface.
66
67 To compile this driver as a module, choose M here: the
68 module will be called rfd77402.
69
Andreas Klingerfeda2842017-01-31 19:03:45 +010070config SRF04
Andreas Klinger21cf20a2019-04-09 21:11:28 +020071 tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)"
Andreas Klingerfeda2842017-01-31 19:03:45 +010072 depends on GPIOLIB
73 help
Andreas Klinger21cf20a2019-04-09 21:11:28 +020074 Say Y here to build a driver for GPIO bitbanged ultrasonic
Andreas Klingerfeda2842017-01-31 19:03:45 +010075 ranger sensor. This driver can be used to measure the distance
76 of objects. It is using two GPIOs.
Andreas Klinger21cf20a2019-04-09 21:11:28 +020077 Actually Supported types are:
78 - Devantech SRF04
79 - Maxbotix mb1000
80 - Maxbotix mb1010
81 - Maxbotix mb1020
82 - Maxbotix mb1030
83 - Maxbotix mb1040
Andreas Klingerfeda2842017-01-31 19:03:45 +010084
85 To compile this driver as a module, choose M here: the
86 module will be called srf04.
87
Vlad Dogaru4193c0f2014-12-29 14:41:14 +020088config SX9500
89 tristate "SX9500 Semtech proximity sensor"
90 select IIO_BUFFER
91 select IIO_TRIGGERED_BUFFER
92 select REGMAP_I2C
93 depends on I2C
94 help
95 Say Y here to build a driver for Semtech's SX9500 capacitive
96 proximity/button sensor.
97
98 To compile this driver as a module, choose M here: the
99 module will be called sx9500.
100
Andreas Klinger78f83902017-01-25 20:07:19 +0100101config SRF08
Andreas Klingerdc2696b2017-08-16 21:34:54 +0200102 tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor"
Andreas Klinger511051d2018-02-01 21:49:24 +0100103 select IIO_BUFFER
104 select IIO_TRIGGERED_BUFFER
Andreas Klinger78f83902017-01-25 20:07:19 +0100105 depends on I2C
106 help
Andreas Klingerdc2696b2017-08-16 21:34:54 +0200107 Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
108 ultrasonic ranger sensors with i2c interface.
109 This driver can be used to measure the distance of objects.
Andreas Klinger78f83902017-01-25 20:07:19 +0100110
111 To compile this driver as a module, choose M here: the
112 module will be called srf08.
113
Song Qiang6eb17c62018-09-18 16:24:21 +0800114config VL53L0X_I2C
115 tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)"
116 depends on I2C
117 help
118 Say Y here to build a driver for STMicroelectronics VL53L0X
119 ToF ranger sensors with i2c interface.
120 This driver can be used to measure the distance of objects.
121
122 To compile this driver as a module, choose M here: the
123 module will be called vl53l0x-i2c.
124
Vlad Dogaru4193c0f2014-12-29 14:41:14 +0200125endmenu