From e2f04214b57901db66212387547ecc9d36ee8036 Mon Sep 17 00:00:00 2001 From: Arkadiusz Lichwa Date: Mon, 16 Nov 2015 15:16:52 +0100 Subject: [PATCH] Bluetooth: Kconfig: Make BLUETOOTH_DEBUG as common for LE & BR/EDR Indicate to the user that the debug support is no longer LE-specific but generic for Bluetooth subsystem. Change-Id: I1a1c39fd03bf857ba673fbb5d15fa50ffba02afa Signed-off-by: Arkadiusz Lichwa --- net/bluetooth/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 6395e5daa69..f6023a8673a 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -161,8 +161,10 @@ config BLUETOOTH_MAX_PAIRED endif # BLUETOOTH_CONN +endif # BLUETOOTH_LE + config BLUETOOTH_DEBUG - bool "Bluetooth LE debug support" + bool "Bluetooth debug support" select STDOUT_CONSOLE default n help @@ -235,8 +237,6 @@ config BLUETOOTH_DEBUG_GATT endif # BLUETOOTH_DEBUG -endif # BLUETOOTH_LE - config BLUETOOTH_BREDR bool "Bluetooth classic (BR/EDR) support [EXPERIMENTAL]" default n