Skip to content

Commit

Permalink
Bluetooth: L2CAP: Kconfig: Remove redundant BT_CONN dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ulfalizer authored and ioannisg committed Aug 7, 2019
1 parent 87c3db9 commit b5b7853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/bluetooth/host/Kconfig.l2cap
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ config BT_L2CAP_DYNAMIC_CHANNEL
if BT_DEBUG if BT_DEBUG
config BT_DEBUG_L2CAP config BT_DEBUG_L2CAP
bool "Bluetooth L2CAP debug" bool "Bluetooth L2CAP debug"
depends on BT_CONN
help help
This option enables debug support for the Bluetooth This option enables debug support for the Bluetooth
L2ACP layer. L2ACP layer.
Expand Down

0 comments on commit b5b7853

Please sign in to comment.