Matt Ranostay | 24ddb0e | 2014-12-03 12:53:00 +0000 | [diff] [blame] | 1 | # |
| 2 | # Proximity sensors |
| 3 | # |
| 4 | |
| 5 | menu "Lightning sensors" |
| 6 | |
| 7 | config 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 | |
| 19 | endmenu |
Vlad Dogaru | 4193c0f | 2014-12-29 14:41:14 +0200 | [diff] [blame] | 20 | |
Andreas Klinger | 78f8390 | 2017-01-25 20:07:19 +0100 | [diff] [blame] | 21 | menu "Proximity and distance sensors" |
Vlad Dogaru | 4193c0f | 2014-12-29 14:41:14 +0200 | [diff] [blame] | 22 | |
Mathieu Othacehe | 1c28799 | 2018-07-20 19:34:26 +0200 | [diff] [blame] | 23 | config 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 | |
Matt Ranostay | cb119d5 | 2015-08-18 07:40:38 -0700 | [diff] [blame] | 36 | config 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 | |
Andreas Klinger | 16b0526 | 2019-03-17 21:38:03 +0100 | [diff] [blame] | 48 | config 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 | |
Peter Meerwald-Stadler | 79e6418 | 2017-10-10 15:48:47 +0200 | [diff] [blame] | 60 | config 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 | |
Andreas Klinger | feda284 | 2017-01-31 19:03:45 +0100 | [diff] [blame] | 70 | config SRF04 |
Andreas Klinger | 21cf20a | 2019-04-09 21:11:28 +0200 | [diff] [blame^] | 71 | tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)" |
Andreas Klinger | feda284 | 2017-01-31 19:03:45 +0100 | [diff] [blame] | 72 | depends on GPIOLIB |
| 73 | help |
Andreas Klinger | 21cf20a | 2019-04-09 21:11:28 +0200 | [diff] [blame^] | 74 | Say Y here to build a driver for GPIO bitbanged ultrasonic |
Andreas Klinger | feda284 | 2017-01-31 19:03:45 +0100 | [diff] [blame] | 75 | ranger sensor. This driver can be used to measure the distance |
| 76 | of objects. It is using two GPIOs. |
Andreas Klinger | 21cf20a | 2019-04-09 21:11:28 +0200 | [diff] [blame^] | 77 | Actually Supported types are: |
| 78 | - Devantech SRF04 |
| 79 | - Maxbotix mb1000 |
| 80 | - Maxbotix mb1010 |
| 81 | - Maxbotix mb1020 |
| 82 | - Maxbotix mb1030 |
| 83 | - Maxbotix mb1040 |
Andreas Klinger | feda284 | 2017-01-31 19:03:45 +0100 | [diff] [blame] | 84 | |
| 85 | To compile this driver as a module, choose M here: the |
| 86 | module will be called srf04. |
| 87 | |
Vlad Dogaru | 4193c0f | 2014-12-29 14:41:14 +0200 | [diff] [blame] | 88 | config 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 | |
Andreas Klinger | 78f8390 | 2017-01-25 20:07:19 +0100 | [diff] [blame] | 101 | config SRF08 |
Andreas Klinger | dc2696b | 2017-08-16 21:34:54 +0200 | [diff] [blame] | 102 | tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor" |
Andreas Klinger | 511051d | 2018-02-01 21:49:24 +0100 | [diff] [blame] | 103 | select IIO_BUFFER |
| 104 | select IIO_TRIGGERED_BUFFER |
Andreas Klinger | 78f8390 | 2017-01-25 20:07:19 +0100 | [diff] [blame] | 105 | depends on I2C |
| 106 | help |
Andreas Klinger | dc2696b | 2017-08-16 21:34:54 +0200 | [diff] [blame] | 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. |
Andreas Klinger | 78f8390 | 2017-01-25 20:07:19 +0100 | [diff] [blame] | 110 | |
| 111 | To compile this driver as a module, choose M here: the |
| 112 | module will be called srf08. |
| 113 | |
Song Qiang | 6eb17c6 | 2018-09-18 16:24:21 +0800 | [diff] [blame] | 114 | config 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 | |
Vlad Dogaru | 4193c0f | 2014-12-29 14:41:14 +0200 | [diff] [blame] | 125 | endmenu |