From b505942897093d5122786a5da820251d1fea89cd Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 4 Jul 2024 03:44:01 +0200 Subject: [PATCH] Bluetooth: Controller: nrf54L15bsim: Use NRF_GRTC Use NRF_GRTC in nrf54l15bsim board builds. Signed-off-by: Vinayak Kariappa Chettimada --- subsys/bluetooth/controller/Kconfig.ll_sw_split | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index cdbd951f0abb..111f62272aff 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -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