# 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 [31mCONFIG_AFE4403[0m tristate "TI AFE4403 Heart Rate Monitor" depends on [31mCONFIG_SPI_MASTER[0m select [31mCONFIG_REGMAP_SPI[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m help Say yes to choose the Texas Instruments [31mCONFIG_AFE4403[0m heart rate monitor and low-cost pulse oximeter. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called afe4403. config [31mCONFIG_AFE4404[0m tristate "TI AFE4404 heart rate and pulse oximeter sensor" depends on [31mCONFIG_I2C[0m select [31mCONFIG_REGMAP_I2C[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m help Say yes to choose the Texas Instruments [31mCONFIG_AFE4404[0m heart rate monitor and low-cost pulse oximeter. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called afe4404. config [31mCONFIG_MAX30100[0m tristate "MAX30100 heart rate and pulse oximeter sensor" depends on [31mCONFIG_I2C[0m select [31mCONFIG_REGMAP_I2C[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_KFIFO_BUF[0m help Say Y here to build [31mCONFIG_I2C[0m interface support for the Maxim [31mCONFIG_MAX30100[0m heart rate, and pulse oximeter sensor. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called max30100. config [31mCONFIG_MAX30102[0m tristate "MAX30102 heart rate and pulse oximeter sensor" depends on [31mCONFIG_I2C[0m select [31mCONFIG_REGMAP_I2C[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_KFIFO_BUF[0m help Say Y here to build [31mCONFIG_I2C[0m interface support for the Maxim [31mCONFIG_MAX30102[0m heart rate, and pulse oximeter sensor. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called max30102. endmenu endmenu |