xref: /openbmc/linux/drivers/iio/health/Kconfig (revision b802fb99ae964681d1754428f67970911e0476e9)
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