]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/iio/health/Kconfig
[media] v4l: rcar-fcp: Extend compatible list to support the FDP
[mirror_ubuntu-bionic-kernel.git] / drivers / iio / health / Kconfig
CommitLineData
4d33615d
MR
1#
2# Health sensors
3#
4# When adding new entries keep the list in alphabetical order
5
87aec56e
AD
6menu "Health Sensors"
7
8menu "Heart Rate Monitors"
9
eec96d1e
AD
10config AFE4403
11 tristate "TI AFE4403 Heart Rate Monitor"
12 depends on SPI_MASTER
f56293c7 13 select REGMAP_SPI
eec96d1e
AD
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
87aec56e
AD
23config 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.
4d33615d
MR
35
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
87aec56e
AD
50
51endmenu