forked from Minki/linux
cd8d97774f
Add support for VZ89X sensors VOC and CO2 reporting channels in percentage which can be converted to part per million. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
#
|
|
# Chemical sensors
|
|
#
|
|
|
|
menu "Chemical Sensors"
|
|
|
|
config VZ89X
|
|
tristate "SGX Sensortech MiCS VZ89X VOC sensor"
|
|
depends on I2C
|
|
help
|
|
Say Y here to build I2C interface support for the SGX
|
|
Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
|
|
sensors
|
|
|
|
endmenu
|