Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Chemical sensors
#

menu "Chemical Sensors"

config CONFIG_ATLAS_PH_SENSOR
	tristate "Atlas Scientific OEM SM sensors"
	depends on CONFIG_I2C
	select CONFIG_REGMAP_I2C
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_TRIGGERED_BUFFER
	select CONFIG_IRQ_WORK
	help
	 Say Y here to build CONFIG_I2C interface support for the following
	 Atlas Scientific OEM SM sensors:
	    * pH SM sensor
	    * EC SM sensor
	    * ORP SM sensor

	 To compile this driver as module, choose CONFIG_M here: the
	 module will be called atlas-ph-sensor.

config CONFIG_IAQCORE
	tristate "AMS iAQ-Core VOC sensors"
	depends on CONFIG_I2C
	help
	  Say Y here to build CONFIG_I2C interface support for the AMS
	  iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
	  sensors

config CONFIG_VZ89X
	tristate "SGX Sensortech MiCS VZ89X VOC sensor"
	depends on CONFIG_I2C
	help
	  Say Y here to build CONFIG_I2C interface support for the SGX
	  Sensortech MiCS CONFIG_VZ89X VOC (Volatile Organic Compounds)
	  sensors

endmenu