Kconfig (932f98922f6fca9f8c45274346b49058dd50d51a) | Kconfig (21cf20a84a9f7afabaf64e63a3a0758795ac505b) |
---|---|
1# 2# Proximity sensors 3# 4 5menu "Lightning sensors" 6 7config AS3935 8 tristate "AS3935 Franklin lightning sensor" --- 54 unchanged lines hidden (view full) --- 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 | 1# 2# Proximity sensors 3# 4 5menu "Lightning sensors" 6 7config AS3935 8 tristate "AS3935 Franklin lightning sensor" --- 54 unchanged lines hidden (view full) --- 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 "Devantech SRF04 ultrasonic ranger sensor" | 71 tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)" |
72 depends on GPIOLIB 73 help | 72 depends on GPIOLIB 73 help |
74 Say Y here to build a driver for Devantech SRF04 ultrasonic | 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. | 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 |
|
77 78 To compile this driver as a module, choose M here: the 79 module will be called srf04. 80 81config SX9500 82 tristate "SX9500 Semtech proximity sensor" 83 select IIO_BUFFER 84 select IIO_TRIGGERED_BUFFER --- 34 unchanged lines hidden --- | 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 --- 34 unchanged lines hidden --- |