blob: c5f004a8e447745bd00c4987f65e8ead39be66ed [file] [log] [blame]
Matt Ranostay4d336152015-12-09 22:04:49 -08001#
2# Health sensors
3#
4# When adding new entries keep the list in alphabetical order
5
Andrew F. Davis87aec562016-02-02 11:50:44 -06006menu "Health Sensors"
7
8menu "Heart Rate Monitors"
9
Andrew F. Daviseec96d12016-02-06 13:35:21 -060010config AFE4403
11 tristate "TI AFE4403 Heart Rate Monitor"
12 depends on SPI_MASTER
Arnd Bergmannf56293c2016-02-16 16:52:15 +010013 select REGMAP_SPI
Andrew F. Daviseec96d12016-02-06 13:35:21 -060014 select IIO_BUFFER
15 select IIO_TRIGGERED_BUFFER
16 help
17 Say yes to choose the Texas Instruments AFE4403
18 heart rate monitor and low-cost pulse oximeter.
19
20 To compile this driver as a module, choose M here: the
21 module will be called afe4403.
22
Andrew F. Davis87aec562016-02-02 11:50:44 -060023config AFE4404
24 tristate "TI AFE4404 heart rate and pulse oximeter sensor"
25 depends on I2C
26 select REGMAP_I2C
27 select IIO_BUFFER
28 select IIO_TRIGGERED_BUFFER
29 help
30 Say yes to choose the Texas Instruments AFE4404
31 heart rate monitor and low-cost pulse oximeter.
32
33 To compile this driver as a module, choose M here: the
34 module will be called afe4404.
Matt Ranostay4d336152015-12-09 22:04:49 -080035
36config MAX30100
37 tristate "MAX30100 heart rate and pulse oximeter sensor"
38 depends on I2C
39 select REGMAP_I2C
40 select IIO_BUFFER
41 select IIO_KFIFO_BUF
42 help
43 Say Y here to build I2C interface support for the Maxim
44 MAX30100 heart rate, and pulse oximeter sensor.
45
46 To compile this driver as a module, choose M here: the
47 module will be called max30100.
48
49endmenu
Andrew F. Davis87aec562016-02-02 11:50:44 -060050
51endmenu