Skip to content

Commit

Permalink
boards: 96b_carbon: Require BT for NET_L2_BT
Browse files Browse the repository at this point in the history
Since NET_L2_BT no longer "select"s BT and the rest of required BT
features, enable them within the defconfig file.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Mar 13, 2019
1 parent 5337639 commit 55e12c4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions boards/arm/96b_carbon/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,32 @@ endif # BT

if NETWORKING

# Re-create the NET_L2_BT dependencies here
config BT
default y

config BT_PERIPHERAL
default BT

config BT_CENTRAL
default BT

config BT_SMP
default BT

config BT_L2CAP_DYNAMIC_CHANNEL
default BT

# BT is the only onboard network iface, so use it for IP networking
# if it's enabled

config NET_L2_BT
depends on NET_IPV6
default y
default BT

config NET_L2_BT_ZEP1656
depends on NET_IPV6
default y
default BT

endif # NETWORKING

Expand Down

0 comments on commit 55e12c4

Please sign in to comment.