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:
parent
68fcd4e04b
commit
ca90ac5e62
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue