Merge 4.5-rc6 into staging-next
[cascardo/linux.git] / drivers / iio / health / Kconfig
1 #
2 # Health sensors
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Health Sensors"
7
8 menu "Heart Rate Monitors"
9
10 config AFE4403
11         tristate "TI AFE4403 Heart Rate Monitor"
12         depends on SPI_MASTER
13         select IIO_BUFFER
14         select IIO_TRIGGERED_BUFFER
15         help
16           Say yes to choose the Texas Instruments AFE4403
17           heart rate monitor and low-cost pulse oximeter.
18
19           To compile this driver as a module, choose M here: the
20           module will be called afe4403.
21
22 config AFE4404
23         tristate "TI AFE4404 heart rate and pulse oximeter sensor"
24         depends on I2C
25         select REGMAP_I2C
26         select IIO_BUFFER
27         select IIO_TRIGGERED_BUFFER
28         help
29           Say yes to choose the Texas Instruments AFE4404
30           heart rate monitor and low-cost pulse oximeter.
31
32           To compile this driver as a module, choose M here: the
33           module will be called afe4404.
34
35 config MAX30100
36         tristate "MAX30100 heart rate and pulse oximeter sensor"
37         depends on I2C
38         select REGMAP_I2C
39         select IIO_BUFFER
40         select IIO_KFIFO_BUF
41         help
42           Say Y here to build I2C interface support for the Maxim
43           MAX30100 heart rate, and pulse oximeter sensor.
44
45           To compile this driver as a module, choose M here: the
46           module will be called max30100.
47
48 endmenu
49
50 endmenu