summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis2016-02-06 20:35:21 +0100
committerJonathan Cameron2016-02-06 22:55:32 +0100
commiteec96d1e2d318bc734728111cfe3b203b58943b9 (patch)
treec30c22f239860aeddce84bbdc49aa0e33778c26a /drivers/iio/health/Kconfig
parentDocumentation: afe4403: Add DT bindings for the AFE4403 heart monitor (diff)
downloadkernel-qcow2-linux-eec96d1e2d318bc734728111cfe3b203b58943b9.tar.gz
kernel-qcow2-linux-eec96d1e2d318bc734728111cfe3b203b58943b9.tar.xz
kernel-qcow2-linux-eec96d1e2d318bc734728111cfe3b203b58943b9.zip
iio: health: Add driver for the TI AFE4403 heart monitor
Add driver for the TI AFE4403 heart rate monitor and pulse oximeter. This device detects reflected LED light fluctuations and presents an ADC value to the user space for further signal processing. Data sheet located here: http://www.ti.com/product/AFE4403/datasheet Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/health/Kconfig')
-rw-r--r--drivers/iio/health/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/health/Kconfig b/drivers/iio/health/Kconfig
index 632a14b7dd6f..f0c19779ac27 100644
--- a/drivers/iio/health/Kconfig
+++ b/drivers/iio/health/Kconfig
@@ -7,6 +7,18 @@ menu "Health Sensors"
menu "Heart Rate Monitors"
+config AFE4403
+ tristate "TI AFE4403 Heart Rate Monitor"
+ depends on SPI_MASTER
+ select IIO_BUFFER
+ select IIO_TRIGGERED_BUFFER
+ help
+ Say yes to choose the Texas Instruments AFE4403
+ heart rate monitor and low-cost pulse oximeter.
+
+ To compile this driver as a module, choose M here: the
+ module will be called afe4403.
+
config AFE4404
tristate "TI AFE4404 heart rate and pulse oximeter sensor"
depends on I2C