Bluetooth: BR/EDR: Enforce BLUETOOTH_CONN be set

Whenever selects BR/EDR support in Kconfig, make BLUETOOTH_CONN
option be set as well due to for BR/EDR devices fundamental behaviour
is interact with others by making ACL based connections.

Change-Id: Ieffd2fc6aa47278112be177e5a7e2021e50b0fa3
Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
This commit is contained in:
Arkadiusz Lichwa 2015-12-04 15:19:03 +01:00 committed by Anas Nashif
commit bf8179be9e

View file

@ -240,6 +240,7 @@ endif # BLUETOOTH_DEBUG
config BLUETOOTH_BREDR
bool "Bluetooth BR/EDR support [EXPERIMENTAL]"
default n
select BLUETOOTH_CONN
help
This option enables Bluetooth BR/EDR support"