Commit 52ae41a3 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Carles Cufi
Browse files

nrf52_bsim: Default NRF_802154_TEMPERATURE_UPDATE to n



To allow enabling the 802.15.4 driver even though we do
not have the temporature sensor modelled.

Signed-off-by: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 06b22ebf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -25,6 +25,13 @@ config BT_CTLR
	default y
	depends on BT

# The simulated nRF52 HW models do not include yet the TEMP peripheral
# So we disable its default usage by the 15.4 driver
# Otherwise it would be set by default, and NRF_802154_SL_OPENSOURCE
# would require TEMP_NRF5, which requires the missing HW model
config NRF_802154_TEMPERATURE_UPDATE
	default n

if LOG

# For this board we can log synchronously without any problem