Kconfig 692 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config BT_BNEP
  3. tristate "BNEP protocol support"
  4. depends on BT_BREDR
  5. select CRC32
  6. help
  7. BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
  8. emulation layer on top of Bluetooth. BNEP is required for
  9. Bluetooth PAN (Personal Area Network).
  10. Say Y here to compile BNEP support into the kernel or say M to
  11. compile it as module (bnep).
  12. config BT_BNEP_MC_FILTER
  13. bool "Multicast filter support"
  14. depends on BT_BNEP
  15. help
  16. This option enables the multicast filter support for BNEP.
  17. config BT_BNEP_PROTO_FILTER
  18. bool "Protocol filter support"
  19. depends on BT_BNEP
  20. help
  21. This option enables the protocol filter support for BNEP.