Skip to content

Commit

Permalink
Bluetooth: Controller: nRF51x: Use BT_LL_SW_LLCP_LEGACY
Browse files Browse the repository at this point in the history
Use BT_LL_SW_LLCP_LEGACY for nRF51x SoCs.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
  • Loading branch information
cvinayak committed Jun 29, 2024
1 parent b237359 commit 3076d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/controller/Kconfig.ll_sw_split
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ config BT_CTLR_ULL_LLL_PRIO_SUPPORT

choice BT_LL_SW_LLCP_IMPL
prompt "Bluetooth Low Energy Software Link Layer Control Procedure Implementation"
default BT_LL_SW_LLCP_LEGACY if SOC_SERIES_NRF51X
default BT_LL_SW_LLCP
help
Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation.
Expand Down

0 comments on commit 3076d70

Please sign in to comment.