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_NCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	depends on NFC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	tristate "NCI protocol support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  NCI (NFC Controller Interface) is a communication protocol between
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  an NFC Controller (NFCC) and a Device Host (DH).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  Say Y here to compile NCI support into the kernel or say M to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  compile it as module (nci).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) config NFC_NCI_SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	depends on NFC_NCI && SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	select CRC_CCITT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	tristate "NCI over SPI protocol support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	  NCI (NFC Controller Interface) is a communication protocol between
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  an NFC Controller (NFCC) and a Device Host (DH).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  Say yes if you use an NCI driver that requires SPI link layer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config NFC_NCI_UART
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	depends on NFC_NCI && TTY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	tristate "NCI over UART protocol support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  Say yes if you use an NCI driver that requires UART link layer.