summaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical/Kconfig
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2015-09-14 05:26:14 +0200
committerJonathan Cameron <jic23@kernel.org>2015-09-23 21:23:26 +0200
commitcd8d97774f23c601d0ed66b5035bcc77dd665b10 (patch)
tree697447f174078f89052dc1ff7840ddf6cf33468b /drivers/iio/chemical/Kconfig
parentdevicetree: add SGX Sensortech vendor id (diff)
downloadlinux-cd8d97774f23c601d0ed66b5035bcc77dd665b10.tar.xz
linux-cd8d97774f23c601d0ed66b5035bcc77dd665b10.zip
iio: chemical: add SGX VZ89x VOC sensor support
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>
Diffstat (limited to 'drivers/iio/chemical/Kconfig')
-rw-r--r--drivers/iio/chemical/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/iio/chemical/Kconfig b/drivers/iio/chemical/Kconfig
new file mode 100644
index 000000000000..3061b7299f0f
--- /dev/null
+++ b/drivers/iio/chemical/Kconfig
@@ -0,0 +1,15 @@
+#
+# 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