Skip to content

Commit 9182de5

Browse files
cvinayakAnas Nashif
authored andcommitted
Bluetooth: controller: Disable DLE and PHY upd proc for nRF51
Default to n the support for Data Length Update and PHY update procedures on nRF51 SoCs. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent dfebd40 commit 9182de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ config BT_CTLR_EXT_SCAN_FP
160160

161161
config BT_CTLR_DATA_LENGTH
162162
bool "Data Length Update"
163-
default y
163+
default y if SOC_SERIES_NRF52X
164164
help
165165
Enable support for Bluetooth v4.2 LE Data Length Update procedure in
166166
the Controller.
@@ -177,7 +177,7 @@ config BT_CTLR_DATA_LENGTH_MAX
177177

178178
config BT_CTLR_PHY
179179
bool "PHY Update"
180-
default y
180+
default y if SOC_SERIES_NRF52X
181181
help
182182
Enable support for Bluetooth 5.0 PHY Update Procedure in the
183183
Controller.

0 commit comments

Comments
 (0)