xref: /linux/drivers/iio/health/Kconfig (revision a8fe58cec351c25e09c393bf46117c0c47b5a17c)
1#
2# Health sensors
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Health sensors"
7
8config MAX30100
9	tristate "MAX30100 heart rate and pulse oximeter sensor"
10	depends on I2C
11	select REGMAP_I2C
12	select IIO_BUFFER
13	select IIO_KFIFO_BUF
14	help
15	  Say Y here to build I2C interface support for the Maxim
16	  MAX30100 heart rate, and pulse oximeter sensor.
17
18	  To compile this driver as a module, choose M here: the
19	  module will be called max30100.
20
21endmenu
22