Skip to content

Commit 07f96b8

Browse files
nordicjmnashif
authored andcommitted
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 <[email protected]>
1 parent 20ff7dd commit 07f96b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

soc/nordic/nrf53/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ config NRF_SPU_RAM_REGION_SIZE
163163
RAM region size for the NRF_SPU peripheral
164164

165165
config SOC_NRF_GPIO_FORWARDER_FOR_NRF5340
166-
bool
166+
bool "Forward GPIO pins to network core"
167167
depends on NRF_SOC_SECURE_SUPPORTED
168+
default y if $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
168169
help
169-
hidden option for including the nRF GPIO pin forwarding
170+
Will forward configured pins with the forwarder compatible to the network core for usage.
170171

171172
config SOC_NRF53_CPUNET_MGMT
172173
bool

0 commit comments

Comments
 (0)