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:
parent
87c3db9e0b
commit
b5b7853ad9
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue