Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #
  2. # Chemical sensors
  3. #
  4. menu "Chemical Sensors"
  5. config ATLAS_PH_SENSOR
  6. tristate "Atlas Scientific OEM SM sensors"
  7. depends on I2C
  8. select REGMAP_I2C
  9. select IIO_BUFFER
  10. select IIO_TRIGGERED_BUFFER
  11. select IRQ_WORK
  12. help
  13. Say Y here to build I2C interface support for the following
  14. Atlas Scientific OEM SM sensors:
  15. * pH SM sensor
  16. * EC SM sensor
  17. * ORP SM sensor
  18. To compile this driver as module, choose M here: the
  19. module will be called atlas-ph-sensor.
  20. config CCS811
  21. tristate "AMS CCS811 VOC sensor"
  22. depends on I2C
  23. select IIO_BUFFER
  24. select IIO_TRIGGERED_BUFFER
  25. help
  26. Say Y here to build I2C interface support for the AMS
  27. CCS811 VOC (Volatile Organic Compounds) sensor
  28. config IAQCORE
  29. tristate "AMS iAQ-Core VOC sensors"
  30. depends on I2C
  31. help
  32. Say Y here to build I2C interface support for the AMS
  33. iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
  34. sensors
  35. config VZ89X
  36. tristate "SGX Sensortech MiCS VZ89X VOC sensor"
  37. depends on I2C
  38. help
  39. Say Y here to build I2C interface support for the SGX
  40. Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
  41. sensors
  42. endmenu