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 BT_BNEP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "BNEP protocol support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on BT_BREDR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  emulation layer on top of Bluetooth.  BNEP is required for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  Bluetooth PAN (Personal Area Network).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  Say Y here to compile BNEP support into the kernel or say M to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  compile it as module (bnep).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) config BT_BNEP_MC_FILTER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	bool "Multicast filter support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	depends on BT_BNEP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  This option enables the multicast filter support for BNEP.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config BT_BNEP_PROTO_FILTER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	bool "Protocol filter support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	depends on BT_BNEP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  This option enables the protocol filter support for BNEP.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)