From 385240ad0ccc3d8d3d79b628c68d9535bc6f001c Mon Sep 17 00:00:00 2001 From: Mariusz Skamra Date: Fri, 12 Jan 2018 15:41:55 +0100 Subject: [PATCH] Bluetooth: Fix BT_TESTING option dependency This removes BT_DEBUG dependency on BT_TESTING flag. Signed-off-by: Mariusz Skamra --- subsys/bluetooth/host/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 927c43b3f79..003f80d03f9 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -444,14 +444,14 @@ config BT_DEBUG_SDP This option enables debug support for the Bluetooth Service Discovery Protocol (SDP). +endif # BT_DEBUG + config BT_TESTING bool "Bluetooth Testing" help This option enables custom Bluetooth testing interface. Shall only be used for testing purposes. -endif # BT_DEBUG - config BT_BREDR bool "Bluetooth BR/EDR support [EXPERIMENTAL]" depends on BT_HCI_HOST