Skip to content

Commit 954583a

Browse files
piotrkoziarnordicjm
authored andcommitted
[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 <[email protected]> (cherry picked from commit f6892a4)
1 parent b56f9fa commit 954583a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_nordic/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ menuconfig NRF_802154_RADIO_DRIVER
2323
depends on HAS_HW_NRF_RADIO_IEEE802154
2424
select DYNAMIC_INTERRUPTS
2525
select ENTROPY_GENERATOR
26+
select CLOCK_CONTROL
2627
depends on !$(dt_nodelabel_enabled,timer1)
2728
help
2829
This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note,

0 commit comments

Comments
 (0)