summaryrefslogtreecommitdiff
path: root/drivers/iio/health/Makefile
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-02-06 13:35:21 -0600
committerJonathan Cameron <jic23@kernel.org>2016-02-06 21:55:32 +0000
commiteec96d1e2d318bc734728111cfe3b203b58943b9 (patch)
treec30c22f239860aeddce84bbdc49aa0e33778c26a /drivers/iio/health/Makefile
parent535e58f17a765ecbd651913233f210b383676504 (diff)
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/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 b37c0d5e07b8..9955a2ae8df1 100644
--- a/drivers/iio/health/Makefile
+++ b/drivers/iio/health/Makefile
@@ -4,5 +4,6 @@
# When adding new entries keep the list in alphabetical order
+obj-$(CONFIG_AFE4403) += afe4403.o
obj-$(CONFIG_AFE4404) += afe4404.o
obj-$(CONFIG_MAX30100) += max30100.o