Skip to content

Commit 125f397

Browse files
cvinayaknashif
authored andcommitted
Bluetooth: Controller: nRF54Lx: Use SW_SWITCH_SINGLE_TIMER
Use SW_SWITCH_SINGLE_TIMER for nRF54Lx so that fast ramp can be used, and hence support assymmetric PHYs in ACL connections. nRF54Lx radio domain does not have second timer instance to efficiently implement software switch unless a second time is used from a different power domain needed use of PPIB for the double buffered switch timer compares. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent e642aa3 commit 125f397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@ config BT_CTLR_NRF_GRTC_AUTOEN_DEFAULT
865865

866866
config BT_CTLR_RADIO_ENABLE_FAST
867867
bool "Use tTXEN/RXEN,FAST ramp-up"
868-
depends on SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF53X || SOC_SERIES_NRF54LX
869-
select BT_CTLR_SW_SWITCH_SINGLE_TIMER if SOC_SERIES_NRF54LX
868+
depends on SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF53X || SOC_COMPATIBLE_NRF54LX
869+
select BT_CTLR_SW_SWITCH_SINGLE_TIMER if SOC_COMPATIBLE_NRF54LX
870870
default y
871871
help
872872
Enable use of fast radio ramp-up mode.
@@ -881,7 +881,7 @@ config BT_CTLR_TIFS_HW
881881
config BT_CTLR_SW_SWITCH_SINGLE_TIMER
882882
bool "Single TIMER tIFS Trx SW switching"
883883
depends on (!BT_CTLR_TIFS_HW) && (SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF53X || \
884-
SOC_SERIES_NRF54LX)
884+
SOC_COMPATIBLE_NRF54LX)
885885
help
886886
Implement the tIFS Trx SW switch with the same TIMER
887887
instance, as the one used for BLE event timing. Requires

0 commit comments

Comments
 (0)