66 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Health sensors4#5# When adding new entries keep the list in alphabetical order6 7menu "Health Sensors"8 9menu "Heart Rate Monitors"10 11config AFE440312 tristate "TI AFE4403 Heart Rate Monitor"13 depends on SPI_MASTER14 select REGMAP_SPI15 select IIO_BUFFER16 select IIO_TRIGGERED_BUFFER17 help18 Say yes to choose the Texas Instruments AFE440319 heart rate monitor and low-cost pulse oximeter.20 21 To compile this driver as a module, choose M here: the22 module will be called afe4403.23 24config AFE440425 tristate "TI AFE4404 heart rate and pulse oximeter sensor"26 depends on I2C27 select REGMAP_I2C28 select IIO_BUFFER29 select IIO_TRIGGERED_BUFFER30 help31 Say yes to choose the Texas Instruments AFE440432 heart rate monitor and low-cost pulse oximeter.33 34 To compile this driver as a module, choose M here: the35 module will be called afe4404.36 37config MAX3010038 tristate "MAX30100 heart rate and pulse oximeter sensor"39 depends on I2C40 select REGMAP_I2C41 select IIO_BUFFER42 select IIO_KFIFO_BUF43 help44 Say Y here to build I2C interface support for the Maxim45 MAX30100 heart rate, and pulse oximeter sensor.46 47 To compile this driver as a module, choose M here: the48 module will be called max30100.49 50config MAX3010251 tristate "MAX30102 heart rate and pulse oximeter sensor"52 depends on I2C53 select REGMAP_I2C54 select IIO_BUFFER55 select IIO_KFIFO_BUF56 help57 Say Y here to build I2C interface support for the Maxim58 MAX30102 heart rate, and pulse oximeter sensor.59 60 To compile this driver as a module, choose M here: the61 module will be called max30102.62 63endmenu64 65endmenu66