soc: arm: nordic_nrf: nrf52: deprecate GPIO_AS_PINRESET

In favor of devicetree property in the UICR node.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-09-18 11:02:25 +02:00 committed by Carles Cufí
commit efb8408ba2

View file

@ -94,8 +94,15 @@ config SOC_DCDC_NRF52X_HV
Enable nRF52 series System on Chip High Voltage DC/DC converter.
config GPIO_AS_PINRESET
bool "GPIO as pin reset (reset button)"
default y
bool "[DEPRECATED] GPIO as pin reset (reset button)"
select DEPRECATED
help
This option is deprecated, use devicetree instead. Example
configuration:
&uicr {
gpio-as-nreset;
};
config NRF_ENABLE_ICACHE
bool "The instruction cache (I-Cache)"