Kconfig 652 B

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