Skip to content

Commit 4aaf544

Browse files
cvinayakAnas Nashif
authored andcommitted
Bluetooth: controller: Fix to enable Asym PHY on nRF52 Series
Fix the controller Kconfig to enable use of fast radio ramp up by default, hence enabling support for Asym PHY updates by default on nRF52 Series SoCs. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 8d9cd87 commit 4aaf544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ config BT_CTLR_SCHED_ADVANCED
338338
config BT_CTLR_RADIO_ENABLE_FAST
339339
bool "Use tTXEN/RXEN,FAST ramp-up"
340340
depends on SOC_SERIES_NRF52X
341-
default y if SOC_NRF52840
341+
default y
342342
help
343343
Enable use of fast radio ramp-up mode.
344344

0 commit comments

Comments
 (0)