Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (78f839029e1dc860157b6b923c854dc93ade6b26) |
---|---|
1# 2# Proximity sensors 3# 4 5menu "Lightning sensors" 6 7config AS3935 8 tristate "AS3935 Franklin lightning sensor" --- 4 unchanged lines hidden (view full) --- 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 | 1# 2# Proximity sensors 3# 4 5menu "Lightning sensors" 6 7config AS3935 8 tristate "AS3935 Franklin lightning sensor" --- 4 unchanged lines hidden (view full) --- 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 sensors" | 21menu "Proximity and distance sensors" |
22 23config 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 --- 10 unchanged lines hidden (view full) --- 40 depends on I2C 41 help 42 Say Y here to build a driver for Semtech's SX9500 capacitive 43 proximity/button sensor. 44 45 To compile this driver as a module, choose M here: the 46 module will be called sx9500. 47 | 22 23config 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 --- 10 unchanged lines hidden (view full) --- 40 depends on I2C 41 help 42 Say Y here to build a driver for Semtech's SX9500 capacitive 43 proximity/button sensor. 44 45 To compile this driver as a module, choose M here: the 46 module will be called sx9500. 47 |
48config SRF08 49 tristate "Devantech SRF08 ultrasonic ranger sensor" 50 depends on I2C 51 help 52 Say Y here to build a driver for Devantech SRF08 ultrasonic 53 ranger sensor. This driver can be used to measure the distance 54 of objects. 55 56 To compile this driver as a module, choose M here: the 57 module will be called srf08. 58 |
|
48endmenu | 59endmenu |