zephyr/soc/arm/nordic_nrf/nrf91
Sebastian Bøe 6348a973c3 soc: arm: Remove CPU_HAS_NRF_IDAU's dependencies
CPU_HAS_NRF_IDAU is depending on SOC_SERIES_NRF91X and
SOC_NRF5340_CPUAPP.

This makes it more difficult to have an out-of-tree nrf SOC.

It is also an unnecessary dependency. There is no prompt for
CPU_HAS_NRF_IDAU, so it will not show up in menuconfig and it won't be
possible to enable it from a users Kconfig fragment.

The only way to enable it is to select it, and those that select this
option can themselves make sure that they only do so when appropriate.

Also, move NRF_SPU options out to SOC Kconfig files to also make
out-of-tree SoCs possible. With the added benefit of not polluting the
common soc/arm/Kconfig.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2023-11-15 12:15:49 +01:00
..
CMakeLists.txt cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
Kconfig.defconfig.nrf9131_LACA
Kconfig.defconfig.nrf9160_SICA
Kconfig.defconfig.nrf9161_LACA
Kconfig.defconfig.series
Kconfig.series soc: arm: Remove CPU_HAS_NRF_IDAU's dependencies 2023-11-15 12:15:49 +01:00
Kconfig.soc
soc.c
soc.h