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) config NFC_MRVL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	  The core driver to support Marvell NFC devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  This driver is required if you want to support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  Marvell NFC device 8897.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) config NFC_MRVL_USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	tristate "Marvell NFC-over-USB driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	depends on NFC_NCI && USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	select NFC_MRVL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  Marvell NFC-over-USB driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  This driver provides support for Marvell NFC-over-USB devices:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  8897.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  Say Y here to compile support for Marvell NFC-over-USB driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  into the kernel or say M to compile it as module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config NFC_MRVL_UART
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	tristate "Marvell NFC-over-UART driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	depends on NFC_NCI && NFC_NCI_UART
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	select NFC_MRVL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	  Marvell NFC-over-UART driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	  This driver provides support for Marvell NFC-over-UART devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	  Say Y here to compile support for Marvell NFC-over-UART driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	  into the kernel or say M to compile it as module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config NFC_MRVL_I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	tristate "Marvell NFC-over-I2C driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	depends on NFC_MRVL && I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	  Marvell NFC-over-I2C driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	  This driver provides support for Marvell NFC-over-I2C devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 	  Say Y here to compile support for Marvell NFC-over-I2C driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	  into the kernel or say M to compile it as module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) config NFC_MRVL_SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 	tristate "Marvell NFC-over-SPI driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	depends on NFC_MRVL && NFC_NCI_SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) 	  Marvell NFC-over-SPI driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	  This driver provides support for Marvell NFC-over-SPI devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	  Say Y here to compile support for Marvell NFC-over-SPI driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	  into the kernel or say M to compile it as module.