rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [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 |
| 20 | |
| 21 | menu "Proximity and distance sensors" |
| 22 | |
| 23 | config LIDAR_LITE_V2 |
| 24 | tristate "PulsedLight LIDAR sensor" |
| 25 | select IIO_BUFFER |
| 26 | select IIO_TRIGGERED_BUFFER |
| 27 | depends on I2C |
| 28 | help |
| 29 | Say Y to build a driver for PulsedLight LIDAR range finding |
| 30 | sensor. |
| 31 | |
| 32 | To compile this driver as a module, choose M here: the |
| 33 | module will be called pulsedlight-lite-v2 |
| 34 | |
| 35 | config SRF04 |
| 36 | tristate "Devantech SRF04 ultrasonic ranger sensor" |
| 37 | depends on GPIOLIB |
| 38 | help |
| 39 | Say Y here to build a driver for Devantech SRF04 ultrasonic |
| 40 | ranger sensor. This driver can be used to measure the distance |
| 41 | of objects. It is using two GPIOs. |
| 42 | |
| 43 | To compile this driver as a module, choose M here: the |
| 44 | module will be called srf04. |
| 45 | |
| 46 | config SX9500 |
| 47 | tristate "SX9500 Semtech proximity sensor" |
| 48 | select IIO_BUFFER |
| 49 | select IIO_TRIGGERED_BUFFER |
| 50 | select REGMAP_I2C |
| 51 | depends on I2C |
| 52 | help |
| 53 | Say Y here to build a driver for Semtech's SX9500 capacitive |
| 54 | proximity/button sensor. |
| 55 | |
| 56 | To compile this driver as a module, choose M here: the |
| 57 | module will be called sx9500. |
| 58 | |
| 59 | config SRF08 |
| 60 | tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor" |
| 61 | select IIO_BUFFER |
| 62 | select IIO_TRIGGERED_BUFFER |
| 63 | depends on I2C |
| 64 | help |
| 65 | Say Y here to build a driver for Devantech SRF02/SRF08/SRF10 |
| 66 | ultrasonic ranger sensors with i2c interface. |
| 67 | This driver can be used to measure the distance of objects. |
| 68 | |
| 69 | To compile this driver as a module, choose M here: the |
| 70 | module will be called srf08. |
| 71 | |
| 72 | endmenu |