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

# SPDX-License-Identifier: GPL-2.0-only
#
# Health sensors
#
# When adding new entries keep the list in alphabetical order

menu "Health Sensors"

menu "Heart Rate Monitors"

config CONFIG_AFE4403
	tristate "TI AFE4403 Heart Rate Monitor"
	depends on CONFIG_SPI_MASTER
	select CONFIG_REGMAP_SPI
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_TRIGGERED_BUFFER
	help
	  Say yes to choose the Texas Instruments CONFIG_AFE4403
	  heart rate monitor and low-cost pulse oximeter.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called afe4403.

config CONFIG_AFE4404
	tristate "TI AFE4404 heart rate and pulse oximeter sensor"
	depends on CONFIG_I2C
	select CONFIG_REGMAP_I2C
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_TRIGGERED_BUFFER
	help
	  Say yes to choose the Texas Instruments CONFIG_AFE4404
	  heart rate monitor and low-cost pulse oximeter.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called afe4404.

config CONFIG_MAX30100
	tristate "MAX30100 heart rate and pulse oximeter sensor"
	depends on CONFIG_I2C
	select CONFIG_REGMAP_I2C
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_KFIFO_BUF
	help
	  Say Y here to build CONFIG_I2C interface support for the Maxim
	  CONFIG_MAX30100 heart rate, and pulse oximeter sensor.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called max30100.

config CONFIG_MAX30102
	tristate "MAX30102 heart rate and pulse oximeter sensor"
	depends on CONFIG_I2C
	select CONFIG_REGMAP_I2C
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_KFIFO_BUF
	help
	  Say Y here to build CONFIG_I2C interface support for the Maxim
	  CONFIG_MAX30102 heart rate, and pulse oximeter sensor.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called max30102.

endmenu

endmenu