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 61*7bb501f4SAndreas Klingerconfig PING 62*7bb501f4SAndreas Klinger tristate "Parallax GPIO bitbanged ranger sensors" 63*7bb501f4SAndreas Klinger depends on GPIOLIB 64*7bb501f4SAndreas Klinger help 65*7bb501f4SAndreas Klinger Say Y here to build a driver for GPIO bitbanged ranger sensors 66*7bb501f4SAndreas Klinger with just one GPIO for the trigger and echo. This driver can be 67*7bb501f4SAndreas Klinger used to measure the distance of objects. 68*7bb501f4SAndreas Klinger 69*7bb501f4SAndreas Klinger Actually supported are: 70*7bb501f4SAndreas Klinger - Parallax PING))) (ultrasonic) 71*7bb501f4SAndreas Klinger - Parallax LaserPING (time-of-flight) 72*7bb501f4SAndreas Klinger 73*7bb501f4SAndreas Klinger To compile this driver as a module, choose M here: the 74*7bb501f4SAndreas Klinger module will be called ping. 75*7bb501f4SAndreas Klinger 7679e64188SPeter Meerwald-Stadlerconfig RFD77402 7779e64188SPeter Meerwald-Stadler tristate "RFD77402 ToF sensor" 7879e64188SPeter Meerwald-Stadler depends on I2C 7979e64188SPeter Meerwald-Stadler help 804a5e353cSChristophe JAILLET Say Y to build a driver for the RFD77402 Time-of-Flight (distance) 8179e64188SPeter Meerwald-Stadler sensor module with I2C interface. 8279e64188SPeter Meerwald-Stadler 8379e64188SPeter Meerwald-Stadler To compile this driver as a module, choose M here: the 8479e64188SPeter Meerwald-Stadler module will be called rfd77402. 8579e64188SPeter Meerwald-Stadler 86feda2840SAndreas Klingerconfig SRF04 8721cf20a8SAndreas Klinger tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)" 88feda2840SAndreas Klinger depends on GPIOLIB 89feda2840SAndreas Klinger help 9021cf20a8SAndreas Klinger Say Y here to build a driver for GPIO bitbanged ultrasonic 91feda2840SAndreas Klinger ranger sensor. This driver can be used to measure the distance 92feda2840SAndreas Klinger of objects. It is using two GPIOs. 9321cf20a8SAndreas Klinger Actually Supported types are: 9421cf20a8SAndreas Klinger - Devantech SRF04 9521cf20a8SAndreas Klinger - Maxbotix mb1000 9621cf20a8SAndreas Klinger - Maxbotix mb1010 9721cf20a8SAndreas Klinger - Maxbotix mb1020 9821cf20a8SAndreas Klinger - Maxbotix mb1030 9921cf20a8SAndreas Klinger - Maxbotix mb1040 100feda2840SAndreas Klinger 101feda2840SAndreas Klinger To compile this driver as a module, choose M here: the 102feda2840SAndreas Klinger module will be called srf04. 103feda2840SAndreas Klinger 1044193c0f1SVlad Dogaruconfig SX9500 1054193c0f1SVlad Dogaru tristate "SX9500 Semtech proximity sensor" 1064193c0f1SVlad Dogaru select IIO_BUFFER 1074193c0f1SVlad Dogaru select IIO_TRIGGERED_BUFFER 1084193c0f1SVlad Dogaru select REGMAP_I2C 1094193c0f1SVlad Dogaru depends on I2C 1104193c0f1SVlad Dogaru help 1114193c0f1SVlad Dogaru Say Y here to build a driver for Semtech's SX9500 capacitive 1124193c0f1SVlad Dogaru proximity/button sensor. 1134193c0f1SVlad Dogaru 1144193c0f1SVlad Dogaru To compile this driver as a module, choose M here: the 1154193c0f1SVlad Dogaru module will be called sx9500. 1164193c0f1SVlad Dogaru 11778f83902SAndreas Klingerconfig SRF08 118dc2696baSAndreas Klinger tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor" 119511051d5SAndreas Klinger select IIO_BUFFER 120511051d5SAndreas Klinger select IIO_TRIGGERED_BUFFER 12178f83902SAndreas Klinger depends on I2C 12278f83902SAndreas Klinger help 123dc2696baSAndreas Klinger Say Y here to build a driver for Devantech SRF02/SRF08/SRF10 124dc2696baSAndreas Klinger ultrasonic ranger sensors with i2c interface. 125dc2696baSAndreas Klinger This driver can be used to measure the distance of objects. 12678f83902SAndreas Klinger 12778f83902SAndreas Klinger To compile this driver as a module, choose M here: the 12878f83902SAndreas Klinger module will be called srf08. 12978f83902SAndreas Klinger 1306eb17c6cSSong Qiangconfig VL53L0X_I2C 1316eb17c6cSSong Qiang tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)" 1326eb17c6cSSong Qiang depends on I2C 1336eb17c6cSSong Qiang help 1346eb17c6cSSong Qiang Say Y here to build a driver for STMicroelectronics VL53L0X 1356eb17c6cSSong Qiang ToF ranger sensors with i2c interface. 1366eb17c6cSSong Qiang This driver can be used to measure the distance of objects. 1376eb17c6cSSong Qiang 1386eb17c6cSSong Qiang To compile this driver as a module, choose M here: the 1396eb17c6cSSong Qiang module will be called vl53l0x-i2c. 1406eb17c6cSSong Qiang 1414193c0f1SVlad Dogaruendmenu 142