summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/Makefile
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-02-02 11:50:44 -0600
committerJonathan Cameron <jic23@kernel.org>2016-02-06 18:57:09 +0000
commit87aec56e27efac98b7a0abe93258687716bf0b1e (patch)
treeeb73a4e2e2912212fa5321f0cea850b4790d72a9 /drivers/iio/health/Makefile
parent380f6ff5495e8008775078e62e748c7e8f099270 (diff)
downloadlinux-87aec56e27efac98b7a0abe93258687716bf0b1e.tar.bz2
iio: health: Add driver for the TI AFE4404 heart monitor
Add driver for the TI AFE4404 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. Datasheet: http://www.ti.com/product/AFE4404/datasheet Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/health/Makefile')
-rw-r--r--drivers/iio/health/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/health/Makefile b/drivers/iio/health/Makefile
index 7c475d7faad8..b37c0d5e07b8 100644
--- a/drivers/iio/health/Makefile
+++ b/drivers/iio/health/Makefile
@@ -4,4 +4,5 @@
# When adding new entries keep the list in alphabetical order
+obj-$(CONFIG_AFE4404) += afe4404.o
obj-$(CONFIG_MAX30100) += max30100.o