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 "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)" 72 depends on GPIOLIB 73 help 74 Say Y here to build a driver for GPIO bitbanged ultrasonic 75 ranger sensor. This driver can be used to measure the distance 76 of objects. It is using two GPIOs. 77 Actually Supported types are: 78 - Devantech SRF04 79 - Maxbotix mb1000 80 - Maxbotix mb1010 81 - Maxbotix mb1020 82 - Maxbotix mb1030 83 - Maxbotix mb1040 84 85 To compile this driver as a module, choose M here: the 86 module will be called srf04. 87 88config 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 101config SRF08 102 tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor" 103 select IIO_BUFFER 104 select IIO_TRIGGERED_BUFFER 105 depends on I2C 106 help 107 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. 110 111 To compile this driver as a module, choose M here: the 112 module will be called srf08. 113 114config 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 125endmenu 126