xref: /openbmc/linux/drivers/iio/proximity/Kconfig (revision 023e4163)
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
20
21menu "Proximity and distance sensors"
22
23config 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
36config 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
48config 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
60config 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
70config SRF04
71	tristate "Devantech SRF04 ultrasonic ranger sensor"
72	depends on GPIOLIB
73	help
74	  Say Y here to build a driver for Devantech SRF04 ultrasonic
75	  ranger sensor. This driver can be used to measure the distance
76	  of objects. It is using two GPIOs.
77
78	  To compile this driver as a module, choose M here: the
79	  module will be called srf04.
80
81config SX9500
82	tristate "SX9500 Semtech proximity sensor"
83	select IIO_BUFFER
84	select IIO_TRIGGERED_BUFFER
85	select REGMAP_I2C
86	depends on I2C
87	help
88	  Say Y here to build a driver for Semtech's SX9500 capacitive
89	  proximity/button sensor.
90
91	  To compile this driver as a module, choose M here: the
92	  module will be called sx9500.
93
94config SRF08
95	tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor"
96	select IIO_BUFFER
97	select IIO_TRIGGERED_BUFFER
98	depends on I2C
99	help
100	  Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
101	  ultrasonic ranger sensors with i2c interface.
102	  This driver can be used to measure the distance of objects.
103
104	  To compile this driver as a module, choose M here: the
105	  module will be called srf08.
106
107config VL53L0X_I2C
108	tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)"
109	depends on I2C
110	help
111	  Say Y here to build a driver for STMicroelectronics VL53L0X
112	  ToF ranger sensors with i2c interface.
113	  This driver can be used to measure the distance of objects.
114
115	  To compile this driver as a module, choose M here: the
116	  module will be called vl53l0x-i2c.
117
118endmenu
119