Bluetooth: Controller: nrf54L15bsim: Use NRF_GRTC

Use NRF_GRTC in nrf54l15bsim board builds.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2024-07-04 03:44:01 +02:00 committed by Anas Nashif
commit b505942897

View file

@ -833,7 +833,7 @@ config BT_CTLR_RX_PDU_META
config BT_CTLR_NRF_GRTC
bool "Use nRF GRTC peripheral"
depends on SOC_SERIES_NRF54LX
depends on SOC_COMPATIBLE_NRF54LX
select BT_TICKER_CNTR_FREE_RUNNING
default y
help