Kconfig 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. #
  2. # Pressure drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Pressure sensors"
  6. config ABP060MG
  7. tristate "Honeywell ABP pressure sensor driver"
  8. depends on I2C
  9. help
  10. Say yes here to build support for the Honeywell ABP pressure
  11. sensors.
  12. To compile this driver as a module, choose M here: the module
  13. will be called abp060mg.
  14. config BMP280
  15. tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver"
  16. depends on (I2C || SPI_MASTER)
  17. select REGMAP
  18. select BMP280_I2C if (I2C)
  19. select BMP280_SPI if (SPI_MASTER)
  20. help
  21. Say yes here to build support for Bosch Sensortec BMP180 and BMP280
  22. pressure and temperature sensors. Also supports the BME280 with
  23. an additional humidity sensor channel.
  24. To compile this driver as a module, choose M here: the core module
  25. will be called bmp280 and you will also get bmp280-i2c for I2C
  26. and/or bmp280-spi for SPI support.
  27. config BMP280_I2C
  28. tristate
  29. depends on BMP280
  30. depends on I2C
  31. select REGMAP_I2C
  32. config BMP280_SPI
  33. tristate
  34. depends on BMP280
  35. depends on SPI_MASTER
  36. select REGMAP
  37. config IIO_CROS_EC_BARO
  38. tristate "ChromeOS EC Barometer Sensor"
  39. depends on IIO_CROS_EC_SENSORS_CORE
  40. help
  41. Say yes here to build support for the Barometer sensor when
  42. presented by the ChromeOS EC Sensor hub.
  43. To compile this driver as a module, choose M here: the module
  44. will be called cros_ec_baro.
  45. config HID_SENSOR_PRESS
  46. depends on HID_SENSOR_HUB
  47. select IIO_BUFFER
  48. select IIO_TRIGGERED_BUFFER
  49. select HID_SENSOR_IIO_COMMON
  50. select HID_SENSOR_IIO_TRIGGER
  51. tristate "HID PRESS"
  52. help
  53. Say yes here to build support for the HID SENSOR
  54. Pressure driver
  55. To compile this driver as a module, choose M here: the module
  56. will be called hid-sensor-press.
  57. config HP03
  58. tristate "Hope RF HP03 temperature and pressure sensor driver"
  59. depends on I2C
  60. select REGMAP_I2C
  61. help
  62. Say yes here to build support for Hope RF HP03 pressure and
  63. temperature sensor.
  64. To compile this driver as a module, choose M here: the module
  65. will be called hp03.
  66. config MPL115
  67. tristate
  68. config MPL115_I2C
  69. tristate "Freescale MPL115A2 pressure sensor driver"
  70. depends on I2C
  71. select MPL115
  72. help
  73. Say yes here to build support for the Freescale MPL115A2
  74. pressure sensor connected via I2C.
  75. To compile this driver as a module, choose M here: the module
  76. will be called mpl115_i2c.
  77. config MPL115_SPI
  78. tristate "Freescale MPL115A1 pressure sensor driver"
  79. depends on SPI_MASTER
  80. select MPL115
  81. help
  82. Say yes here to build support for the Freescale MPL115A1
  83. pressure sensor connected via SPI.
  84. To compile this driver as a module, choose M here: the module
  85. will be called mpl115_spi.
  86. config MPL3115
  87. tristate "Freescale MPL3115A2 pressure sensor driver"
  88. depends on I2C
  89. select IIO_BUFFER
  90. select IIO_TRIGGERED_BUFFER
  91. help
  92. Say yes here to build support for the Freescale MPL3115A2
  93. pressure sensor / altimeter.
  94. To compile this driver as a module, choose M here: the module
  95. will be called mpl3115.
  96. config MS5611
  97. tristate "Measurement Specialties MS5611 pressure sensor driver"
  98. select IIO_BUFFER
  99. select IIO_TRIGGERED_BUFFER
  100. help
  101. Say Y here to build support for the Measurement Specialties
  102. MS5611, MS5607 pressure and temperature sensors.
  103. To compile this driver as a module, choose M here: the module will
  104. be called ms5611_core.
  105. config MS5611_I2C
  106. tristate "support I2C bus connection"
  107. depends on I2C && MS5611
  108. help
  109. Say Y here to build I2C bus support for MS5611.
  110. To compile this driver as a module, choose M here: the module will
  111. be called ms5611_i2c.
  112. config MS5611_SPI
  113. tristate "support SPI bus connection"
  114. depends on SPI_MASTER && MS5611
  115. help
  116. Say Y here to build SPI bus support for MS5611.
  117. To compile this driver as a module, choose M here: the module will
  118. be called ms5611_spi.
  119. config MS5637
  120. tristate "Measurement Specialties MS5637 pressure & temperature sensor"
  121. depends on I2C
  122. select IIO_MS_SENSORS_I2C
  123. help
  124. If you say yes here you get support for the Measurement Specialties
  125. MS5637 pressure and temperature sensor.
  126. This driver is also used for MS8607 temperature, pressure & humidity
  127. sensor
  128. This driver can also be built as a module. If so, the module will
  129. be called ms5637.
  130. config IIO_ST_PRESS
  131. tristate "STMicroelectronics pressure sensor Driver"
  132. depends on (I2C || SPI_MASTER) && SYSFS
  133. select IIO_ST_SENSORS_CORE
  134. select IIO_ST_PRESS_I2C if (I2C)
  135. select IIO_ST_PRESS_SPI if (SPI_MASTER)
  136. select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
  137. help
  138. Say yes here to build support for STMicroelectronics pressure
  139. sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB.
  140. This driver can also be built as a module. If so, these modules
  141. will be created:
  142. - st_pressure (core functions for the driver [it is mandatory]);
  143. - st_pressure_i2c (necessary for the I2C devices [optional*]);
  144. - st_pressure_spi (necessary for the SPI devices [optional*]);
  145. (*) one of these is necessary to do something.
  146. config IIO_ST_PRESS_I2C
  147. tristate
  148. depends on IIO_ST_PRESS
  149. depends on IIO_ST_SENSORS_I2C
  150. config IIO_ST_PRESS_SPI
  151. tristate
  152. depends on IIO_ST_PRESS
  153. depends on IIO_ST_SENSORS_SPI
  154. config T5403
  155. tristate "EPCOS T5403 digital barometric pressure sensor driver"
  156. depends on I2C
  157. help
  158. Say yes here to build support for the EPCOS T5403 pressure sensor
  159. connected via I2C.
  160. To compile this driver as a module, choose M here: the module
  161. will be called t5403.
  162. config HP206C
  163. tristate "HOPERF HP206C precision barometer and altimeter sensor"
  164. depends on I2C
  165. help
  166. Say yes here to build support for the HOPREF HP206C precision
  167. barometer and altimeter sensor.
  168. This driver can also be built as a module. If so, the module will
  169. be called hp206c.
  170. config ZPA2326
  171. tristate "Murata ZPA2326 pressure sensor driver"
  172. select IIO_BUFFER
  173. select IIO_TRIGGERED_BUFFER
  174. select REGMAP
  175. select ZPA2326_I2C if I2C
  176. select ZPA2326_SPI if SPI_MASTER
  177. help
  178. Say Y here to build support for the Murata ZPA2326 pressure and
  179. temperature sensor.
  180. To compile this driver as a module, choose M here: the module will
  181. be called zpa2326.
  182. config ZPA2326_I2C
  183. tristate
  184. select REGMAP_I2C
  185. config ZPA2326_SPI
  186. tristate
  187. select REGMAP_SPI
  188. endmenu