From 7e852d17088640d09b1fcf68a79b814b6e0d3eff Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Wed, 18 Oct 2023 09:04:24 +0200 Subject: [PATCH] drivers timer nrf: Correct dependencies for simulation Let's make the nrf rtc kconfig depend on the SOC_COMPATIBLE options which are set both by the real and simulated targets so the configuration matches in both cases. Signed-off-by: Alberto Escolar Piedras --- drivers/timer/Kconfig.nrf_rtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/timer/Kconfig.nrf_rtc b/drivers/timer/Kconfig.nrf_rtc index acb6f123afe..baa917282bc 100644 --- a/drivers/timer/Kconfig.nrf_rtc +++ b/drivers/timer/Kconfig.nrf_rtc @@ -19,7 +19,7 @@ if NRF_RTC_TIMER config NRF_RTC_TIMER_USER_CHAN_COUNT int "Additional channels that can be used" - default 2 if NRF_802154_RADIO_DRIVER && SOC_NRF5340_CPUNET + default 2 if NRF_802154_RADIO_DRIVER && SOC_COMPATIBLE_NRF5340_CPUNET default 3 if NRF_802154_RADIO_DRIVER default 0 help