diff options
author | Andrew F. Davis <afd@ti.com> | 2016-02-02 20:50:44 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-02-06 21:57:09 +0300 |
commit | 87aec56e27efac98b7a0abe93258687716bf0b1e (patch) | |
tree | eb73a4e2e2912212fa5321f0cea850b4790d72a9 /drivers/iio/health/Makefile | |
parent | 380f6ff5495e8008775078e62e748c7e8f099270 (diff) | |
download | linux-87aec56e27efac98b7a0abe93258687716bf0b1e.tar.xz |
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/Makefile | 1 |
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 |