Matt Ranostay | 4d33615 | 2015-12-09 22:04:49 -0800 | [diff] [blame] | 1 | # |
| 2 | # Health sensors |
| 3 | # |
| 4 | # When adding new entries keep the list in alphabetical order |
| 5 | |
| 6 | menu "Health sensors" |
| 7 | |
| 8 | config 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 | |
| 21 | endmenu |