Matt Ranostay | cd8d9777 | 2015-09-13 20:26:14 -0700 | [diff] [blame] | 1 | # |
| 2 | # Chemical sensors |
| 3 | # |
| 4 | |
| 5 | menu "Chemical Sensors" |
| 6 | |
Matt Ranostay | 27dec00 | 2016-01-26 18:34:31 -0800 | [diff] [blame] | 7 | config ATLAS_PH_SENSOR |
Matt Ranostay | e8dd92b | 2016-05-24 21:29:20 -0700 | [diff] [blame] | 8 | tristate "Atlas Scientific OEM SM sensors" |
Matt Ranostay | 27dec00 | 2016-01-26 18:34:31 -0800 | [diff] [blame] | 9 | depends on I2C |
| 10 | select REGMAP_I2C |
| 11 | select IIO_BUFFER |
| 12 | select IIO_TRIGGERED_BUFFER |
Arnd Bergmann | 3b31b78 | 2016-02-02 15:36:39 +0100 | [diff] [blame] | 13 | select IRQ_WORK |
Matt Ranostay | 27dec00 | 2016-01-26 18:34:31 -0800 | [diff] [blame] | 14 | help |
Matt Ranostay | e8dd92b | 2016-05-24 21:29:20 -0700 | [diff] [blame] | 15 | Say Y here to build I2C interface support for the following |
| 16 | Atlas Scientific OEM SM sensors: |
| 17 | * pH SM sensor |
| 18 | * EC SM sensor |
Matt Ranostay | 27dec00 | 2016-01-26 18:34:31 -0800 | [diff] [blame] | 19 | |
| 20 | To compile this driver as module, choose M here: the |
| 21 | module will be called atlas-ph-sensor. |
| 22 | |
Matt Ranostay | 466df4d | 2015-12-05 22:58:22 -0800 | [diff] [blame] | 23 | config IAQCORE |
| 24 | tristate "AMS iAQ-Core VOC sensors" |
| 25 | depends on I2C |
| 26 | help |
| 27 | Say Y here to build I2C interface support for the AMS |
| 28 | iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds) |
| 29 | sensors |
| 30 | |
Matt Ranostay | cd8d9777 | 2015-09-13 20:26:14 -0700 | [diff] [blame] | 31 | config VZ89X |
| 32 | tristate "SGX Sensortech MiCS VZ89X VOC sensor" |
| 33 | depends on I2C |
| 34 | help |
| 35 | Say Y here to build I2C interface support for the SGX |
| 36 | Sensortech MiCS VZ89X VOC (Volatile Organic Compounds) |
| 37 | sensors |
| 38 | |
| 39 | endmenu |