From 7beed788cd858e28badfb2b09b1754dcab95eb1d Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 26 Jun 2025 10:30:12 +0100 Subject: [PATCH] soc: nordic: nrf52: Remove prompt from GPIO_AS_PINRESET Kconfig This Kconfig was deprecated in Zephyr 3.5, remove allowing it to be selected but keep the symbol as the HAL needs to be updated Signed-off-by: Jamie McCrae --- soc/nordic/nrf52/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/nordic/nrf52/Kconfig b/soc/nordic/nrf52/Kconfig index 9e68fe0df2c..65d613a59cd 100644 --- a/soc/nordic/nrf52/Kconfig +++ b/soc/nordic/nrf52/Kconfig @@ -59,7 +59,7 @@ config SOC_DCDC_NRF52X_HV Enable nRF52 series System on Chip High Voltage DC/DC converter. config GPIO_AS_PINRESET - bool "[DEPRECATED] GPIO as pin reset (reset button)" + bool select DEPRECATED help This option is deprecated, use devicetree instead. Example