From 9e868b39b9c78b54b8b54479f92f35a36d28eaed Mon Sep 17 00:00:00 2001 From: Arkadiusz Lichwa Date: Thu, 12 Nov 2015 08:04:13 +0100 Subject: [PATCH] Bluetooth: Kconfig: Add BR/EDR option Enables turn on classic BR/EDR core support in the stack. Change-Id: If078a23e38857081538c52e24689bfa423db2307 Signed-off-by: Arkadiusz Lichwa --- net/bluetooth/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index b8796ed903a..d59a4892447 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -233,4 +233,10 @@ endif # BLUETOOTH_DEBUG endif # BLUETOOTH_LE +config BLUETOOTH_BREDR + bool "Bluetooth classic (BR/EDR) support [EXPERIMENTAL]" + default n + help + This option enables classic bluetooth support" + endif # BLUETOOTH