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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-08-07 04:48:41 +02:00 committed by Ioannis Glaropoulos
commit b5b7853ad9

View file

@ -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.