soc: nordic: nrf53: Make GPIO pin forwarding selectable

Allows selecting the forward GPIO pins to network core Kconfig
option and enables it by default if the node exists in devicetree

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-09-18 14:32:17 +01:00 committed by Anas Nashif
commit 07f96b8620

View file

@ -163,10 +163,11 @@ config NRF_SPU_RAM_REGION_SIZE
RAM region size for the NRF_SPU peripheral RAM region size for the NRF_SPU peripheral
config SOC_NRF_GPIO_FORWARDER_FOR_NRF5340 config SOC_NRF_GPIO_FORWARDER_FOR_NRF5340
bool bool "Forward GPIO pins to network core"
depends on NRF_SOC_SECURE_SUPPORTED depends on NRF_SOC_SECURE_SUPPORTED
default y if $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
help help
hidden option for including the nRF GPIO pin forwarding Will forward configured pins with the forwarder compatible to the network core for usage.
config SOC_NRF53_CPUNET_MGMT config SOC_NRF53_CPUNET_MGMT
bool bool