Skip to content

Commit 54e8f30

Browse files
committed
[nrf fromlist] modules: hal_nordic: Disable 802.15.4 temp update on nRF54H20 EngB
Upstream PR: zephyrproject-rtos/zephyr#80226 Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit ed23400bd6708aa0c960abc288b691f0d803b326)
1 parent d7dea77 commit 54e8f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endchoice
5555

5656
config NRF_802154_TEMPERATURE_UPDATE
5757
bool "nRF 802.15.4 temperature update"
58-
default y if !SOC_NRF54H20
58+
default y if !SOC_NRF54H20 && !SOC_NRF54H20_ENGB
5959
help
6060
Enable temperature update for nRF 802.15.4 driver
6161

0 commit comments

Comments
 (0)