blob: a647679da805c9c4889c874de9cd59d2e55c1549 [file] [log] [blame]
Matt Ranostay4d336152015-12-09 22:04:49 -08001#
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