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_NXP_NCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "NXP-NCI NFC driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on NFC_NCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  Generic core driver for NXP NCI chips such as the NPC100 (PN547),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  NPC300 (PN548) or PN7150 families.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  This is a driver based on the NCI NFC kernel layers and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  will thus not work with NXP libnfc library.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  To compile this driver as a module, choose m here. The module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  be called nxp_nci.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  Say N if unsure.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config NFC_NXP_NCI_I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	tristate "NXP-NCI I2C support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	depends on NFC_NXP_NCI && I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	  This module adds support for an I2C interface to the NXP NCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  chips.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  Select this if your platform is using the I2C bus.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	  To compile this driver as a module, choose m here. The module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  be called nxp_nci_i2c.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	  Say N if unsure.