From bf8179be9eab858b0e6e946077d0c20567d7bbac Mon Sep 17 00:00:00 2001 From: Arkadiusz Lichwa Date: Fri, 4 Dec 2015 15:19:03 +0100 Subject: [PATCH] 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 --- net/bluetooth/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 3fd9bc8bfc9..d5ef8100200 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -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"