modules: hal_nordic: turn off temperature update by default for nRF54H20.

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>
This commit is contained in:
Piotr Koziar 2024-05-21 14:03:42 +02:00 committed by Johan Hedberg
parent e66b382639
commit 17a3c6dc24

View file

@ -55,7 +55,7 @@ endchoice
config NRF_802154_TEMPERATURE_UPDATE
bool "nRF 802.15.4 temperature update"
default y
default y if !SOC_NRF54H20
help
Enable temperature update for nRF 802.15.4 driver