ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / net / bluetooth / bnep / Kconfig
1 config BT_BNEP
2         tristate "BNEP protocol support"
3         depends on BT && BT_L2CAP
4         select CRC32
5         help
6           BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
7           emulation layer on top of Bluetooth. BNEP is required for Bluetooth
8           PAN (Personal Area Network).
9
10           To use BNEP, you will need user-space utilities provided in the 
11           BlueZ-PAN package.
12           For more information, see <http://bluez.sourceforge.net>.
13
14           Say Y here to compile BNEP support into the kernel or say M to
15           compile it as module (bnep).
16
17 config BT_BNEP_MC_FILTER
18         bool "Multicast filter support"
19         depends on BT_BNEP
20         help
21           This option enables the multicast filter support for BNEP.
22
23 config BT_BNEP_PROTO_FILTER
24         bool "Protocol filter support"
25         depends on BT_BNEP
26         help
27           This option enables the protocol filter support for BNEP.
28