Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Proximity sensors
  4. #
  5. menu "Lightning sensors"
  6. config AS3935
  7. tristate "AS3935 Franklin lightning sensor"
  8. select IIO_BUFFER
  9. select IIO_TRIGGERED_BUFFER
  10. depends on SPI
  11. help
  12. Say Y here to build SPI interface support for the Austrian
  13. Microsystems AS3935 lightning detection sensor.
  14. To compile this driver as a module, choose M here: the
  15. module will be called as3935
  16. endmenu
  17. menu "Proximity and distance sensors"
  18. config ISL29501
  19. tristate "Intersil ISL29501 Time Of Flight sensor"
  20. depends on I2C
  21. select IIO_BUFFER
  22. select IIO_TRIGGERED_BUFFER
  23. select IIO_KFIFO_BUF
  24. help
  25. Say Y here if you want to build a driver for the Intersil ISL29501
  26. Time of Flight sensor.
  27. To compile this driver as a module, choose M here: the module will be
  28. called isl29501.
  29. config LIDAR_LITE_V2
  30. tristate "PulsedLight LIDAR sensor"
  31. select IIO_BUFFER
  32. select IIO_TRIGGERED_BUFFER
  33. depends on I2C
  34. help
  35. Say Y to build a driver for PulsedLight LIDAR range finding
  36. sensor.
  37. To compile this driver as a module, choose M here: the
  38. module will be called pulsedlight-lite-v2
  39. config MB1232
  40. tristate "MaxSonar I2CXL family ultrasonic sensors"
  41. depends on I2C
  42. help
  43. Say Y to build a driver for the ultrasonic sensors I2CXL of
  44. MaxBotix which have an i2c interface. It can be used to measure
  45. the distance of objects. Supported types are mb1202, mb1212,
  46. mb1222, mb1232, mb1242, mb7040, mb7137
  47. To compile this driver as a module, choose M here: the
  48. module will be called mb1232.
  49. config PING
  50. tristate "Parallax GPIO bitbanged ranger sensors"
  51. depends on GPIOLIB
  52. help
  53. Say Y here to build a driver for GPIO bitbanged ranger sensors
  54. with just one GPIO for the trigger and echo. This driver can be
  55. used to measure the distance of objects.
  56. Actually supported are:
  57. - Parallax PING))) (ultrasonic)
  58. - Parallax LaserPING (time-of-flight)
  59. To compile this driver as a module, choose M here: the
  60. module will be called ping.
  61. config RFD77402
  62. tristate "RFD77402 ToF sensor"
  63. depends on I2C
  64. help
  65. Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
  66. sensor module with I2C interface.
  67. To compile this driver as a module, choose M here: the
  68. module will be called rfd77402.
  69. config SRF04
  70. tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)"
  71. depends on GPIOLIB
  72. help
  73. Say Y here to build a driver for GPIO bitbanged ultrasonic
  74. ranger sensor. This driver can be used to measure the distance
  75. of objects. It is using two GPIOs.
  76. Actually Supported types are:
  77. - Devantech SRF04
  78. - Maxbotix mb1000
  79. - Maxbotix mb1010
  80. - Maxbotix mb1020
  81. - Maxbotix mb1030
  82. - Maxbotix mb1040
  83. To compile this driver as a module, choose M here: the
  84. module will be called srf04.
  85. config SX9310
  86. tristate "SX9310/SX9311 Semtech proximity sensor"
  87. select IIO_BUFFER
  88. select IIO_TRIGGERED_BUFFER
  89. select REGMAP_I2C
  90. depends on I2C
  91. help
  92. Say Y here to build a driver for Semtech's SX9310/SX9311 capacitive
  93. proximity/button sensor.
  94. To compile this driver as a module, choose M here: the
  95. module will be called sx9310.
  96. config SX9500
  97. tristate "SX9500 Semtech proximity sensor"
  98. select IIO_BUFFER
  99. select IIO_TRIGGERED_BUFFER
  100. select REGMAP_I2C
  101. depends on I2C
  102. help
  103. Say Y here to build a driver for Semtech's SX9500 capacitive
  104. proximity/button sensor.
  105. To compile this driver as a module, choose M here: the
  106. module will be called sx9500.
  107. config SRF08
  108. tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor"
  109. select IIO_BUFFER
  110. select IIO_TRIGGERED_BUFFER
  111. depends on I2C
  112. help
  113. Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
  114. ultrasonic ranger sensors with i2c interface.
  115. This driver can be used to measure the distance of objects.
  116. To compile this driver as a module, choose M here: the
  117. module will be called srf08.
  118. config VCNL3020
  119. tristate "VCNL3020 proximity sensor"
  120. select REGMAP_I2C
  121. depends on I2C
  122. help
  123. Say Y here if you want to build a driver for the Vishay VCNL3020
  124. proximity sensor.
  125. To compile this driver as a module, choose M here: the
  126. module will be called vcnl3020.
  127. config VL53L0X_I2C
  128. tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)"
  129. depends on I2C
  130. help
  131. Say Y here to build a driver for STMicroelectronics VL53L0X
  132. ToF ranger sensors with i2c interface.
  133. This driver can be used to measure the distance of objects.
  134. To compile this driver as a module, choose M here: the
  135. module will be called vl53l0x-i2c.
  136. endmenu