Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | Kconfig (b3c590ce14b1f30f4535e4f4ab9f3b9a2c968aaf) |
---|---|
1# 2# Health sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Health Sensors" 7 8menu "Heart Rate Monitors" --- 32 unchanged lines hidden (view full) --- 41 select IIO_KFIFO_BUF 42 help 43 Say Y here to build I2C interface support for the Maxim 44 MAX30100 heart rate, and pulse oximeter sensor. 45 46 To compile this driver as a module, choose M here: the 47 module will be called max30100. 48 | 1# 2# Health sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Health Sensors" 7 8menu "Heart Rate Monitors" --- 32 unchanged lines hidden (view full) --- 41 select IIO_KFIFO_BUF 42 help 43 Say Y here to build I2C interface support for the Maxim 44 MAX30100 heart rate, and pulse oximeter sensor. 45 46 To compile this driver as a module, choose M here: the 47 module will be called max30100. 48 |
49config MAX30102 50 tristate "MAX30102 heart rate and pulse oximeter sensor" 51 depends on I2C 52 select REGMAP_I2C 53 select IIO_BUFFER 54 select IIO_KFIFO_BUF 55 help 56 Say Y here to build I2C interface support for the Maxim 57 MAX30102 heart rate, and pulse oximeter sensor. 58 59 To compile this driver as a module, choose M here: the 60 module will be called max30102. 61 |
|
49endmenu 50 51endmenu | 62endmenu 63 64endmenu |