From caab0893a0d3db581de29629cc9e576738f75eb1 Mon Sep 17 00:00:00 2001 From: Piotr Koziar Date: Thu, 28 Nov 2024 17:42:27 +0100 Subject: [PATCH] samples: 802154_phy_test: enable CLOCK_CONTROL in nRF54H20 cpurad config Enables CLOCK_CONTROL for cpurad. The change is required to use 802.15.4 Radio Driver. Signed-off-by: Piotr Koziar --- .../802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf b/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf index a64d7ef71869..d5135bb23ccf 100644 --- a/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf +++ b/samples/peripheral/802154_phy_test/boards/nrf54h20dk_nrf54h20_cpurad.conf @@ -23,3 +23,5 @@ CONFIG_HEAP_MEM_POOL_SIZE=4096 # Enable application specific RPC operations CONFIG_APP_RPC=y + +CONFIG_CLOCK_CONTROL=y