Commit 4c84a6f6 authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Fabio Baltieri
Browse files

soc: nordic: nrf53: introduce deprecated BOARD_ENABLE_CPUNET



So that existing code does not break when this option gets removed from
boards.

Signed-off-by: default avatarGerard Marull-Paretas <gerard@teslabs.com>
parent ffe10833
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -163,6 +163,14 @@ config SOC_NRF53_CPUNET_ENABLE
	  secure firmware image must already have configured GPIO allocation for the
	  Network MCU.

config BOARD_ENABLE_CPUNET
	bool "[DEPRECATED] NRF53 Network MCU is enabled at boot time"
	select SOC_NRF53_CPUNET_ENABLE
	select DEPRECATED
	depends on !BT
	help
	  Use SOC_NRF53_CPUNET_ENABLE instead.

if !TRUSTED_EXECUTION_NONSECURE || BUILD_WITH_TFM

config SOC_ENABLE_LFXO