Kconfig 903 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 IAQCORE
  21. tristate "AMS iAQ-Core VOC sensors"
  22. depends on I2C
  23. help
  24. Say Y here to build I2C interface support for the AMS
  25. iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
  26. sensors
  27. config VZ89X
  28. tristate "SGX Sensortech MiCS VZ89X VOC sensor"
  29. depends on I2C
  30. help
  31. Say Y here to build I2C interface support for the SGX
  32. Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
  33. sensors
  34. endmenu