net: Select NETWORKING_IPV6_NO_ND in case of NETWORKING_WITH_BT

Bluetooth links are point to point so it shouldn't be necessary to do
neighbor discovery, futhermore it blocks transmission if the remote
doesn't respond which seems to be the case with Linux.

Change-Id: Ic8997f9c5bc832ba71f71e20e6317ee0c79d250d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2016-02-16 11:31:42 +02:00 committed by Gerrit Code Review
commit ca90ac5e62

View file

@ -327,6 +327,7 @@ config NETWORKING_WITH_BT
depends on NETWORKING && NETWORKING_WITH_IPV6
depends on BLUETOOTH_L2CAP_DYNAMIC_CHANNEL
select L2_BUFFERS
select NETWORKING_IPV6_NO_ND
default n
help
Enable Bluetooth driver that send and receives IPv6 packets,