Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #
  2. # humidity sensor drivers
  3. #
  4. menu "Humidity sensors"
  5. config AM2315
  6. tristate "Aosong AM2315 relative humidity and temperature sensor"
  7. depends on I2C
  8. select IIO_BUFFER
  9. select IIO_TRIGGERED_BUFFER
  10. help
  11. If you say yes here you get support for the Aosong AM2315
  12. relative humidity and ambient temperature sensor.
  13. This driver can also be built as a module. If so, the module will
  14. be called am2315.
  15. config DHT11
  16. tristate "DHT11 (and compatible sensors) driver"
  17. depends on GPIOLIB || COMPILE_TEST
  18. help
  19. This driver supports reading data via a single interrupt
  20. generating GPIO line. Currently tested are DHT11 and DHT22.
  21. Other sensors should work as well as long as they speak the
  22. same protocol.
  23. config HDC100X
  24. tristate "TI HDC100x relative humidity and temperature sensor"
  25. depends on I2C
  26. help
  27. Say yes here to build support for the Texas Instruments
  28. HDC1000 and HDC1008 relative humidity and temperature sensors.
  29. To compile this driver as a module, choose M here: the module
  30. will be called hdc100x.
  31. config HTU21
  32. tristate "Measurement Specialties HTU21 humidity & temperature sensor"
  33. depends on I2C
  34. select IIO_MS_SENSORS_I2C
  35. help
  36. If you say yes here you get support for the Measurement Specialties
  37. HTU21 humidity and temperature sensor.
  38. This driver is also used for MS8607 temperature, pressure & humidity
  39. sensor
  40. This driver can also be built as a module. If so, the module will
  41. be called htu21.
  42. config SI7005
  43. tristate "SI7005 relative humidity and temperature sensor"
  44. depends on I2C
  45. help
  46. Say yes here to build support for the Silabs Si7005 relative
  47. humidity and temperature sensor.
  48. To compile this driver as a module, choose M here: the module
  49. will be called si7005. This driver also
  50. supports Hoperf TH02 Humidity and Temperature Sensor.
  51. config SI7020
  52. tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
  53. depends on I2C
  54. help
  55. Say yes here to build support for the Silicon Labs Si7013/20/21
  56. Relative Humidity and Temperature Sensors. This driver also
  57. supports Hoperf TH06 Humidity and Temperature Sensor.
  58. To compile this driver as a module, choose M here: the module
  59. will be called si7020.
  60. endmenu