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:
parent
ffe10833ea
commit
4c84a6f658
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue