forked from Minki/linux
eec96d1e2d
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>
10 lines
212 B
Makefile
10 lines
212 B
Makefile
#
|
|
# Makefile for IIO Health sensors
|
|
#
|
|
|
|
# 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
|