From 9dfeaf205441c7974e3bcc798394914fd7f90785 Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Wed, 7 May 2025 16:00:55 +0200 Subject: [PATCH] soc: nordic: nrf54h: gpd: select PINCTRL Select PINCTRL if SOC_NRF54H20_GPD is selected as it is dependent on it. Signed-off-by: Bjarki Arge Andreasen --- soc/nordic/nrf54h/gpd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/nordic/nrf54h/gpd/Kconfig b/soc/nordic/nrf54h/gpd/Kconfig index 6288aa24a08..d9b696b82c7 100644 --- a/soc/nordic/nrf54h/gpd/Kconfig +++ b/soc/nordic/nrf54h/gpd/Kconfig @@ -6,6 +6,7 @@ config SOC_NRF54H20_GPD imply NRFS imply NRFS_GDPWR_SERVICE_ENABLED select ONOFF + select PINCTRL default y if !MCUBOOT && (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD) help This option enables the Global Power Domain service.