net: Selecting Bluetooth IP networking selects BT support

It is more intuitive for the end user to enable IPSP by
selecting the BT network driver which then automatically
enables relevant Bluetooth options. The earlier way
required user to select L2CAP dynamic channel support
first before he could activate IPSP and this is not very
logical and user friendly.

Change-Id: Idde0da80a2a19670e217ae9a9a4717e8399559e7
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-02-22 10:18:10 +02:00 committed by Gerrit Code Review
parent 255fca99ae
commit 884061bbd9

View file

@ -325,9 +325,11 @@ config NETWORKING_WITH_BT
bool
prompt "Enable Bluetooth driver"
depends on NETWORKING && NETWORKING_WITH_IPV6
depends on BLUETOOTH_L2CAP_DYNAMIC_CHANNEL
select L2_BUFFERS
select NETWORKING_IPV6_NO_ND
select BLUETOOTH
select BLUETOOTH_PERIPHERAL
select BLUETOOTH_L2CAP_DYNAMIC_CHANNEL
default n
help
Enable Bluetooth driver that send and receives IPv6 packets,