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: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-14 11:34:53 +02:00 committed by Fabio Baltieri
commit 4c84a6f658

View file

@ -163,6 +163,14 @@ config SOC_NRF53_CPUNET_ENABLE
secure firmware image must already have configured GPIO allocation for the secure firmware image must already have configured GPIO allocation for the
Network MCU. 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 if !TRUSTED_EXECUTION_NONSECURE || BUILD_WITH_TFM
config SOC_ENABLE_LFXO config SOC_ENABLE_LFXO