Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # Health sensors
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) # When adding new entries keep the list in alphabetical order
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) menu "Health Sensors"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) menu "Heart Rate Monitors"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config AFE4403
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	tristate "TI AFE4403 Heart Rate Monitor"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	depends on SPI_MASTER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	select REGMAP_SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	select IIO_BUFFER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	select IIO_TRIGGERED_BUFFER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  Say yes to choose the Texas Instruments AFE4403
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	  heart rate monitor and low-cost pulse oximeter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  module will be called afe4403.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config AFE4404
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	tristate "TI AFE4404 heart rate and pulse oximeter sensor"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	depends on I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	select REGMAP_I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	select IIO_BUFFER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	select IIO_TRIGGERED_BUFFER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	  Say yes to choose the Texas Instruments AFE4404
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	  heart rate monitor and low-cost pulse oximeter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	  module will be called afe4404.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) config MAX30100
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	tristate "MAX30100 heart rate and pulse oximeter sensor"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	depends on I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 	select REGMAP_I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	select IIO_BUFFER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 	select IIO_KFIFO_BUF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	  Say Y here to build I2C interface support for the Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	  MAX30100 heart rate, and pulse oximeter sensor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	  module will be called max30100.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) config MAX30102
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 	tristate "MAX30102 heart rate and pulse oximeter sensor"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	depends on I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 	select REGMAP_I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	select IIO_BUFFER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	select IIO_KFIFO_BUF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 	  Say Y here to build I2C interface support for the Maxim
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 	  MAX30102 heart rate, and pulse oximeter sensor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) 	  module will be called max30102.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) endmenu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) endmenu