Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Proximity sensors
0004 #
0005 
0006 menu "Lightning sensors"
0007 
0008 config AS3935
0009         tristate "AS3935 Franklin lightning sensor"
0010         select IIO_BUFFER
0011         select IIO_TRIGGERED_BUFFER
0012         depends on SPI
0013         help
0014           Say Y here to build SPI interface support for the Austrian
0015           Microsystems AS3935 lightning detection sensor.
0016 
0017           To compile this driver as a module, choose M here: the
0018           module will be called as3935
0019 
0020 endmenu
0021 
0022 menu "Proximity and distance sensors"
0023 
0024 config CROS_EC_MKBP_PROXIMITY
0025         tristate "ChromeOS EC MKBP Proximity sensor"
0026         depends on CROS_EC
0027         help
0028           Say Y here to enable the proximity sensor implemented via the ChromeOS EC MKBP
0029           switches protocol. You must enable one bus option (CROS_EC_I2C or CROS_EC_SPI)
0030           to use this.
0031 
0032           To compile this driver as a module, choose M here: the
0033           module will be called cros_ec_mkbp_proximity.
0034 
0035 config ISL29501
0036         tristate "Intersil ISL29501 Time Of Flight sensor"
0037         depends on I2C
0038         select IIO_BUFFER
0039         select IIO_TRIGGERED_BUFFER
0040         select IIO_KFIFO_BUF
0041         help
0042           Say Y here if you want to build a driver for the Intersil ISL29501
0043           Time of Flight sensor.
0044 
0045           To compile this driver as a module, choose M here: the module will be
0046           called isl29501.
0047 
0048 config LIDAR_LITE_V2
0049         tristate "PulsedLight LIDAR sensor"
0050         select IIO_BUFFER
0051         select IIO_TRIGGERED_BUFFER
0052         depends on I2C
0053         help
0054           Say Y to build a driver for PulsedLight LIDAR range finding
0055           sensor.
0056 
0057           To compile this driver as a module, choose M here: the
0058           module will be called pulsedlight-lite-v2
0059 
0060 config MB1232
0061         tristate "MaxSonar I2CXL family ultrasonic sensors"
0062         depends on I2C
0063         help
0064           Say Y to build a driver for the ultrasonic sensors I2CXL of
0065           MaxBotix which have an i2c interface. It can be used to measure
0066           the distance of objects. Supported types are mb1202, mb1212,
0067           mb1222, mb1232, mb1242, mb7040, mb7137
0068 
0069           To compile this driver as a module, choose M here: the
0070           module will be called mb1232.
0071 
0072 config PING
0073         tristate "Parallax GPIO bitbanged ranger sensors"
0074         depends on GPIOLIB
0075         help
0076           Say Y here to build a driver for GPIO bitbanged ranger sensors
0077           with just one GPIO for the trigger and echo. This driver can be
0078           used to measure the distance of objects.
0079 
0080           Actually supported are:
0081           - Parallax PING))) (ultrasonic)
0082           - Parallax LaserPING (time-of-flight)
0083 
0084           To compile this driver as a module, choose M here: the
0085           module will be called ping.
0086 
0087 config RFD77402
0088         tristate "RFD77402 ToF sensor"
0089         depends on I2C
0090         help
0091           Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
0092           sensor module with I2C interface.
0093 
0094           To compile this driver as a module, choose M here: the
0095           module will be called rfd77402.
0096 
0097 config SRF04
0098         tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)"
0099         depends on GPIOLIB
0100         help
0101           Say Y here to build a driver for GPIO bitbanged ultrasonic
0102           ranger sensor. This driver can be used to measure the distance
0103           of objects. It is using two GPIOs.
0104           Actually Supported types are:
0105           - Devantech SRF04
0106           - Maxbotix mb1000
0107           - Maxbotix mb1010
0108           - Maxbotix mb1020
0109           - Maxbotix mb1030
0110           - Maxbotix mb1040
0111 
0112           To compile this driver as a module, choose M here: the
0113           module will be called srf04.
0114 
0115 config SX_COMMON
0116         tristate
0117         help
0118           Common Semtech proximity sensor code.
0119 
0120 config SX9310
0121         tristate "SX9310/SX9311 Semtech proximity sensor"
0122         select IIO_BUFFER
0123         select IIO_TRIGGERED_BUFFER
0124         select REGMAP_I2C
0125         select SX_COMMON
0126         depends on I2C
0127         help
0128           Say Y here to build a driver for Semtech's SX9310/SX9311 capacitive
0129           proximity/button sensor.
0130 
0131           To compile this driver as a module, choose M here: the
0132           module will be called sx9310.
0133 
0134 config SX9324
0135         tristate "SX9324 Semtech proximity sensor"
0136         select IIO_BUFFER
0137         select IIO_TRIGGERED_BUFFER
0138         select REGMAP_I2C
0139         select SX_COMMON
0140         depends on I2C
0141         help
0142           Say Y here to build a driver for Semtech's SX9324
0143           proximity/button sensor.
0144 
0145           To compile this driver as a module, choose M here: the
0146           module will be called sx9324.
0147 
0148 config SX9360
0149         tristate "SX9360 Semtech proximity sensor"
0150         select IIO_BUFFER
0151         select IIO_TRIGGERED_BUFFER
0152         select REGMAP_I2C
0153         select SX_COMMON
0154         depends on I2C
0155         help
0156           Say Y here to build a driver for Semtech's SX9360
0157           proximity/button sensor, a simplified SX9324.
0158 
0159           To compile this driver as a module, choose M here: the
0160           module will be called sx9360.
0161 
0162 config SX9500
0163         tristate "SX9500 Semtech proximity sensor"
0164         select IIO_BUFFER
0165         select IIO_TRIGGERED_BUFFER
0166         select REGMAP_I2C
0167         depends on I2C
0168         help
0169           Say Y here to build a driver for Semtech's SX9500 capacitive
0170           proximity/button sensor.
0171 
0172           To compile this driver as a module, choose M here: the
0173           module will be called sx9500.
0174 
0175 config SRF08
0176         tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor"
0177         select IIO_BUFFER
0178         select IIO_TRIGGERED_BUFFER
0179         depends on I2C
0180         help
0181           Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
0182           ultrasonic ranger sensors with i2c interface.
0183           This driver can be used to measure the distance of objects.
0184 
0185           To compile this driver as a module, choose M here: the
0186           module will be called srf08.
0187 
0188 config VCNL3020
0189         tristate "VCNL3020 proximity sensor"
0190         select REGMAP_I2C
0191         depends on I2C
0192         help
0193           Say Y here if you want to build a driver for the Vishay VCNL3020
0194           proximity sensor.
0195 
0196           To compile this driver as a module, choose M here: the
0197           module will be called vcnl3020.
0198 
0199 config VL53L0X_I2C
0200         tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)"
0201         depends on I2C
0202         help
0203           Say Y here to build a driver for STMicroelectronics VL53L0X
0204           ToF ranger sensors with i2c interface.
0205           This driver can be used to measure the distance of objects.
0206 
0207           To compile this driver as a module, choose M here: the
0208           module will be called vl53l0x-i2c.
0209 
0210 endmenu