Skip to content

Commit e41c78c

Browse files
piotrkoziarrlubos
authored andcommitted
[nrf fromlist] modules: hal_nordic: turn off temperature update by default for nRF54H20.
Upstream PR: zephyrproject-rtos/zephyr#73156 Adds an appropriate condition to the Kconfig as the temperature driver is not supported for nRF54H20 devices yet. Without this change, a build with NRF 802.15.4 libraries produces Kconfig error. Signed-off-by: Piotr Koziar <piotr.koziar@nordicsemi.no>
1 parent 78995ff commit e41c78c

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
58+
default y if !SOC_NRF54H20
5959
help
6060
Enable temperature update for nRF 802.15.4 driver
6161

0 commit comments

Comments
 (0)