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 <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2025-06-26 10:30:12 +01:00 committed by Daniel DeGrasse
parent 1b6a0e4261
commit 7beed788cd

View File

@ -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