1#
2# Bluetooth BNEP layer configuration
3#
4
5dep_tristate 'BNEP protocol support' CONFIG_BLUEZ_BNEP $CONFIG_BLUEZ_L2CAP
6
7if [ "$CONFIG_BLUEZ_BNEP" != "n" ]; then
8   bool '  Multicast filter support' CONFIG_BLUEZ_BNEP_MC_FILTER
9   bool '  Protocol filter support'  CONFIG_BLUEZ_BNEP_PROTO_FILTER
10fi
11
12