Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_BT_BNEP
	tristate "BNEP protocol support"
	depends on CONFIG_BT_BREDR
	select CONFIG_CRC32
	help
	  BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
	  emulation layer on top of Bluetooth.  BNEP is required for
	  Bluetooth PAN (Personal Area Network).

	  Say Y here to compile BNEP support into the kernel or say CONFIG_M to
	  compile it as module (bnep).

config CONFIG_BT_BNEP_MC_FILTER
	bool "Multicast filter support"
	depends on CONFIG_BT_BNEP
	help
	  This option enables the multicast filter support for BNEP.

config CONFIG_BT_BNEP_PROTO_FILTER
	bool "Protocol filter support"
	depends on CONFIG_BT_BNEP
	help
	  This option enables the protocol filter support for BNEP.