124ddb0e4SMatt Ranostay# 224ddb0e4SMatt Ranostay# Proximity sensors 324ddb0e4SMatt Ranostay# 424ddb0e4SMatt Ranostay 524ddb0e4SMatt Ranostaymenu "Lightning sensors" 624ddb0e4SMatt Ranostay 724ddb0e4SMatt Ranostayconfig AS3935 824ddb0e4SMatt Ranostay tristate "AS3935 Franklin lightning sensor" 924ddb0e4SMatt Ranostay select IIO_BUFFER 1024ddb0e4SMatt Ranostay select IIO_TRIGGERED_BUFFER 1124ddb0e4SMatt Ranostay depends on SPI 1224ddb0e4SMatt Ranostay help 1324ddb0e4SMatt Ranostay Say Y here to build SPI interface support for the Austrian 1424ddb0e4SMatt Ranostay Microsystems AS3935 lightning detection sensor. 1524ddb0e4SMatt Ranostay 1624ddb0e4SMatt Ranostay To compile this driver as a module, choose M here: the 1724ddb0e4SMatt Ranostay module will be called as3935 1824ddb0e4SMatt Ranostay 1924ddb0e4SMatt Ranostayendmenu 204193c0f1SVlad Dogaru 2178f83902SAndreas Klingermenu "Proximity and distance sensors" 224193c0f1SVlad Dogaru 23*1c287992SMathieu Othaceheconfig ISL29501 24*1c287992SMathieu Othacehe tristate "Intersil ISL29501 Time Of Flight sensor" 25*1c287992SMathieu Othacehe depends on I2C 26*1c287992SMathieu Othacehe select IIO_BUFFER 27*1c287992SMathieu Othacehe select IIO_TRIGGERED_BUFFER 28*1c287992SMathieu Othacehe select IIO_KFIFO_BUF 29*1c287992SMathieu Othacehe help 30*1c287992SMathieu Othacehe Say Y here if you want to build a driver for the Intersil ISL29501 31*1c287992SMathieu Othacehe Time of Flight sensor. 32*1c287992SMathieu Othacehe 33*1c287992SMathieu Othacehe To compile this driver as a module, choose M here: the module will be 34*1c287992SMathieu Othacehe called isl29501. 35*1c287992SMathieu Othacehe 36cb119d53SMatt Ranostayconfig LIDAR_LITE_V2 37cb119d53SMatt Ranostay tristate "PulsedLight LIDAR sensor" 38cb119d53SMatt Ranostay select IIO_BUFFER 39cb119d53SMatt Ranostay select IIO_TRIGGERED_BUFFER 40cb119d53SMatt Ranostay depends on I2C 41cb119d53SMatt Ranostay help 42cb119d53SMatt Ranostay Say Y to build a driver for PulsedLight LIDAR range finding 43cb119d53SMatt Ranostay sensor. 44cb119d53SMatt Ranostay 45cb119d53SMatt Ranostay To compile this driver as a module, choose M here: the 46cb119d53SMatt Ranostay module will be called pulsedlight-lite-v2 47cb119d53SMatt Ranostay 4879e64188SPeter Meerwald-Stadlerconfig RFD77402 4979e64188SPeter Meerwald-Stadler tristate "RFD77402 ToF sensor" 5079e64188SPeter Meerwald-Stadler depends on I2C 5179e64188SPeter Meerwald-Stadler help 5279e64188SPeter Meerwald-Stadler Say Y to build a driver for the RFD77420 Time-of-Flight (distance) 5379e64188SPeter Meerwald-Stadler sensor module with I2C interface. 5479e64188SPeter Meerwald-Stadler 5579e64188SPeter Meerwald-Stadler To compile this driver as a module, choose M here: the 5679e64188SPeter Meerwald-Stadler module will be called rfd77402. 5779e64188SPeter Meerwald-Stadler 58feda2840SAndreas Klingerconfig SRF04 59feda2840SAndreas Klinger tristate "Devantech SRF04 ultrasonic ranger sensor" 60feda2840SAndreas Klinger depends on GPIOLIB 61feda2840SAndreas Klinger help 62feda2840SAndreas Klinger Say Y here to build a driver for Devantech SRF04 ultrasonic 63feda2840SAndreas Klinger ranger sensor. This driver can be used to measure the distance 64feda2840SAndreas Klinger of objects. It is using two GPIOs. 65feda2840SAndreas Klinger 66feda2840SAndreas Klinger To compile this driver as a module, choose M here: the 67feda2840SAndreas Klinger module will be called srf04. 68feda2840SAndreas Klinger 694193c0f1SVlad Dogaruconfig SX9500 704193c0f1SVlad Dogaru tristate "SX9500 Semtech proximity sensor" 714193c0f1SVlad Dogaru select IIO_BUFFER 724193c0f1SVlad Dogaru select IIO_TRIGGERED_BUFFER 734193c0f1SVlad Dogaru select REGMAP_I2C 744193c0f1SVlad Dogaru depends on I2C 754193c0f1SVlad Dogaru help 764193c0f1SVlad Dogaru Say Y here to build a driver for Semtech's SX9500 capacitive 774193c0f1SVlad Dogaru proximity/button sensor. 784193c0f1SVlad Dogaru 794193c0f1SVlad Dogaru To compile this driver as a module, choose M here: the 804193c0f1SVlad Dogaru module will be called sx9500. 814193c0f1SVlad Dogaru 8278f83902SAndreas Klingerconfig SRF08 83dc2696baSAndreas Klinger tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor" 84511051d5SAndreas Klinger select IIO_BUFFER 85511051d5SAndreas Klinger select IIO_TRIGGERED_BUFFER 8678f83902SAndreas Klinger depends on I2C 8778f83902SAndreas Klinger help 88dc2696baSAndreas Klinger Say Y here to build a driver for Devantech SRF02/SRF08/SRF10 89dc2696baSAndreas Klinger ultrasonic ranger sensors with i2c interface. 90dc2696baSAndreas Klinger This driver can be used to measure the distance of objects. 9178f83902SAndreas Klinger 9278f83902SAndreas Klinger To compile this driver as a module, choose M here: the 9378f83902SAndreas Klinger module will be called srf08. 9478f83902SAndreas Klinger 954193c0f1SVlad Dogaruendmenu 96