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:
parent
f0572cfb61
commit
bf8179be9e
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ endif # BLUETOOTH_DEBUG
|
||||||
config BLUETOOTH_BREDR
|
config BLUETOOTH_BREDR
|
||||||
bool "Bluetooth BR/EDR support [EXPERIMENTAL]"
|
bool "Bluetooth BR/EDR support [EXPERIMENTAL]"
|
||||||
default n
|
default n
|
||||||
|
select BLUETOOTH_CONN
|
||||||
help
|
help
|
||||||
This option enables Bluetooth BR/EDR support"
|
This option enables Bluetooth BR/EDR support"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue