xref: /linux/drivers/iio/proximity/Kconfig (revision 4a5e353c16d13168b8906c96013b887896ccf41a)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
224ddb0e4SMatt Ranostay#
324ddb0e4SMatt Ranostay# Proximity sensors
424ddb0e4SMatt Ranostay#
524ddb0e4SMatt Ranostay
624ddb0e4SMatt Ranostaymenu "Lightning sensors"
724ddb0e4SMatt Ranostay
824ddb0e4SMatt Ranostayconfig AS3935
924ddb0e4SMatt Ranostay	tristate "AS3935 Franklin lightning sensor"
1024ddb0e4SMatt Ranostay	select IIO_BUFFER
1124ddb0e4SMatt Ranostay	select IIO_TRIGGERED_BUFFER
1224ddb0e4SMatt Ranostay	depends on SPI
1324ddb0e4SMatt Ranostay	help
1424ddb0e4SMatt Ranostay	  Say Y here to build SPI interface support for the Austrian
1524ddb0e4SMatt Ranostay	  Microsystems AS3935 lightning detection sensor.
1624ddb0e4SMatt Ranostay
1724ddb0e4SMatt Ranostay	  To compile this driver as a module, choose M here: the
1824ddb0e4SMatt Ranostay	  module will be called as3935
1924ddb0e4SMatt Ranostay
2024ddb0e4SMatt Ranostayendmenu
214193c0f1SVlad Dogaru
2278f83902SAndreas Klingermenu "Proximity and distance sensors"
234193c0f1SVlad Dogaru
241c287992SMathieu Othaceheconfig ISL29501
251c287992SMathieu Othacehe	tristate "Intersil ISL29501 Time Of Flight sensor"
261c287992SMathieu Othacehe	depends on I2C
271c287992SMathieu Othacehe	select IIO_BUFFER
281c287992SMathieu Othacehe	select IIO_TRIGGERED_BUFFER
291c287992SMathieu Othacehe	select IIO_KFIFO_BUF
301c287992SMathieu Othacehe	help
311c287992SMathieu Othacehe	  Say Y here if you want to build a driver for the Intersil ISL29501
321c287992SMathieu Othacehe	  Time of Flight sensor.
331c287992SMathieu Othacehe
341c287992SMathieu Othacehe	  To compile this driver as a module, choose M here: the module will be
351c287992SMathieu Othacehe	  called isl29501.
361c287992SMathieu Othacehe
37cb119d53SMatt Ranostayconfig LIDAR_LITE_V2
38cb119d53SMatt Ranostay	tristate "PulsedLight LIDAR sensor"
39cb119d53SMatt Ranostay	select IIO_BUFFER
40cb119d53SMatt Ranostay	select IIO_TRIGGERED_BUFFER
41cb119d53SMatt Ranostay	depends on I2C
42cb119d53SMatt Ranostay	help
43cb119d53SMatt Ranostay	  Say Y to build a driver for PulsedLight LIDAR range finding
44cb119d53SMatt Ranostay	  sensor.
45cb119d53SMatt Ranostay
46cb119d53SMatt Ranostay	  To compile this driver as a module, choose M here: the
47cb119d53SMatt Ranostay	  module will be called pulsedlight-lite-v2
48cb119d53SMatt Ranostay
4916b05261SAndreas Klingerconfig MB1232
5016b05261SAndreas Klinger	tristate "MaxSonar I2CXL family ultrasonic sensors"
5116b05261SAndreas Klinger	depends on I2C
5216b05261SAndreas Klinger	help
5316b05261SAndreas Klinger	  Say Y to build a driver for the ultrasonic sensors I2CXL of
5416b05261SAndreas Klinger	  MaxBotix which have an i2c interface. It can be used to measure
5516b05261SAndreas Klinger	  the distance of objects. Supported types are mb1202, mb1212,
5616b05261SAndreas Klinger	  mb1222, mb1232, mb1242, mb7040, mb7137
5716b05261SAndreas Klinger
5816b05261SAndreas Klinger	  To compile this driver as a module, choose M here: the
5916b05261SAndreas Klinger	  module will be called mb1232.
6016b05261SAndreas Klinger
6179e64188SPeter Meerwald-Stadlerconfig RFD77402
6279e64188SPeter Meerwald-Stadler	tristate "RFD77402 ToF sensor"
6379e64188SPeter Meerwald-Stadler	depends on I2C
6479e64188SPeter Meerwald-Stadler	help
65*4a5e353cSChristophe JAILLET	  Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
6679e64188SPeter Meerwald-Stadler	  sensor module with I2C interface.
6779e64188SPeter Meerwald-Stadler
6879e64188SPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the
6979e64188SPeter Meerwald-Stadler	  module will be called rfd77402.
7079e64188SPeter Meerwald-Stadler
71feda2840SAndreas Klingerconfig SRF04
7221cf20a8SAndreas Klinger	tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)"
73feda2840SAndreas Klinger	depends on GPIOLIB
74feda2840SAndreas Klinger	help
7521cf20a8SAndreas Klinger	  Say Y here to build a driver for GPIO bitbanged ultrasonic
76feda2840SAndreas Klinger	  ranger sensor. This driver can be used to measure the distance
77feda2840SAndreas Klinger	  of objects. It is using two GPIOs.
7821cf20a8SAndreas Klinger	  Actually Supported types are:
7921cf20a8SAndreas Klinger	  - Devantech SRF04
8021cf20a8SAndreas Klinger	  - Maxbotix mb1000
8121cf20a8SAndreas Klinger	  - Maxbotix mb1010
8221cf20a8SAndreas Klinger	  - Maxbotix mb1020
8321cf20a8SAndreas Klinger	  - Maxbotix mb1030
8421cf20a8SAndreas Klinger	  - Maxbotix mb1040
85feda2840SAndreas Klinger
86feda2840SAndreas Klinger	  To compile this driver as a module, choose M here: the
87feda2840SAndreas Klinger	  module will be called srf04.
88feda2840SAndreas Klinger
894193c0f1SVlad Dogaruconfig SX9500
904193c0f1SVlad Dogaru	tristate "SX9500 Semtech proximity sensor"
914193c0f1SVlad Dogaru	select IIO_BUFFER
924193c0f1SVlad Dogaru	select IIO_TRIGGERED_BUFFER
934193c0f1SVlad Dogaru	select REGMAP_I2C
944193c0f1SVlad Dogaru	depends on I2C
954193c0f1SVlad Dogaru	help
964193c0f1SVlad Dogaru	  Say Y here to build a driver for Semtech's SX9500 capacitive
974193c0f1SVlad Dogaru	  proximity/button sensor.
984193c0f1SVlad Dogaru
994193c0f1SVlad Dogaru	  To compile this driver as a module, choose M here: the
1004193c0f1SVlad Dogaru	  module will be called sx9500.
1014193c0f1SVlad Dogaru
10278f83902SAndreas Klingerconfig SRF08
103dc2696baSAndreas Klinger	tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor"
104511051d5SAndreas Klinger	select IIO_BUFFER
105511051d5SAndreas Klinger	select IIO_TRIGGERED_BUFFER
10678f83902SAndreas Klinger	depends on I2C
10778f83902SAndreas Klinger	help
108dc2696baSAndreas Klinger	  Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
109dc2696baSAndreas Klinger	  ultrasonic ranger sensors with i2c interface.
110dc2696baSAndreas Klinger	  This driver can be used to measure the distance of objects.
11178f83902SAndreas Klinger
11278f83902SAndreas Klinger	  To compile this driver as a module, choose M here: the
11378f83902SAndreas Klinger	  module will be called srf08.
11478f83902SAndreas Klinger
1156eb17c6cSSong Qiangconfig VL53L0X_I2C
1166eb17c6cSSong Qiang	tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)"
1176eb17c6cSSong Qiang	depends on I2C
1186eb17c6cSSong Qiang	help
1196eb17c6cSSong Qiang	  Say Y here to build a driver for STMicroelectronics VL53L0X
1206eb17c6cSSong Qiang	  ToF ranger sensors with i2c interface.
1216eb17c6cSSong Qiang	  This driver can be used to measure the distance of objects.
1226eb17c6cSSong Qiang
1236eb17c6cSSong Qiang	  To compile this driver as a module, choose M here: the
1246eb17c6cSSong Qiang	  module will be called vl53l0x-i2c.
1256eb17c6cSSong Qiang
1264193c0f1SVlad Dogaruendmenu
127