From 954583a58b959f33125c561ad1ea367ccc1830f7 Mon Sep 17 00:00:00 2001 From: Piotr Koziar Date: Tue, 21 Jan 2025 22:00:30 +0100 Subject: [PATCH] [nrf fromtree] modules: hal_nordic: enable CLOCK_CONTROL if nrf-802154 RD Selects CLOCK_CONTROL config whenever nRF 802.15.4 Radio Driver is enabled. The driver requires HFCLK api available under the config switch. Signed-off-by: Piotr Koziar (cherry picked from commit f6892a4b29db9aceff58d82bf2a4f820d0624472) --- modules/hal_nordic/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hal_nordic/Kconfig b/modules/hal_nordic/Kconfig index f29b77e120e..183d25d9a19 100644 --- a/modules/hal_nordic/Kconfig +++ b/modules/hal_nordic/Kconfig @@ -23,6 +23,7 @@ menuconfig NRF_802154_RADIO_DRIVER depends on HAS_HW_NRF_RADIO_IEEE802154 select DYNAMIC_INTERRUPTS select ENTROPY_GENERATOR + select CLOCK_CONTROL depends on !$(dt_nodelabel_enabled,timer1) help This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note,