soc nordic_nrf: Select new compatible kconfig options

Select the newly introduced nrf53 compatible kconfig options.
These are common both for real HW and for simulated HW,
allowing SW to behave appropriately for both.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-21 08:45:38 +02:00 committed by Carles Cufí
commit c7c3c82aa0
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
config SOC_SERIES_NRF53X
bool "Nordic Semiconductor nRF53 series MCU"
select ARM
select SOC_COMPATIBLE_NRF53X
select CPU_CORTEX_M33
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_ARM_MPU

View file

@ -10,10 +10,12 @@ config SOC_NRF5340_CPUAPP
select CPU_HAS_FPU
select ARMV8_M_DSP
select HAS_POWEROFF
select SOC_COMPATIBLE_NRF5340_CPUAPP
config SOC_NRF5340_CPUNET
bool
select ARM_ON_EXIT_CPU_IDLE
select SOC_COMPATIBLE_NRF5340_CPUNET
imply SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED
choice