From b5b7853ad9b18cd5d6b3c47c1b9562c034613898 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 7 Aug 2019 04:48:41 +0200 Subject: [PATCH] Bluetooth: L2CAP: Kconfig: Remove redundant BT_CONN dependency subsys/bluetooth/host/Kconfig.l2cap is already sourced within an 'if BT_CONN' in subsys/bluetooth/host/Kconfig, so BT_DEBUG_L2CAP does not need a 'depends on BT_CONN'. Signed-off-by: Ulf Magnusson --- subsys/bluetooth/host/Kconfig.l2cap | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/bluetooth/host/Kconfig.l2cap b/subsys/bluetooth/host/Kconfig.l2cap index 7990703cb8a..5241f862ff3 100644 --- a/subsys/bluetooth/host/Kconfig.l2cap +++ b/subsys/bluetooth/host/Kconfig.l2cap @@ -59,7 +59,6 @@ config BT_L2CAP_DYNAMIC_CHANNEL if BT_DEBUG config BT_DEBUG_L2CAP bool "Bluetooth L2CAP debug" - depends on BT_CONN help This option enables debug support for the Bluetooth L2ACP layer.