]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/iio/health/Kconfig
Merge tag 'v4.6-rc1'
[mirror_ubuntu-artful-kernel.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 REGMAP_SPI
14 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
23 config 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.
35
36 config 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
49 endmenu
50
51 endmenu