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:
parent
5d6d6f5b65
commit
efb8408ba2
1 changed files with 9 additions and 2 deletions
|
@ -94,8 +94,15 @@ config SOC_DCDC_NRF52X_HV
|
||||||
Enable nRF52 series System on Chip High Voltage DC/DC converter.
|
Enable nRF52 series System on Chip High Voltage DC/DC converter.
|
||||||
|
|
||||||
config GPIO_AS_PINRESET
|
config GPIO_AS_PINRESET
|
||||||
bool "GPIO as pin reset (reset button)"
|
bool "[DEPRECATED] GPIO as pin reset (reset button)"
|
||||||
default y
|
select DEPRECATED
|
||||||
|
help
|
||||||
|
This option is deprecated, use devicetree instead. Example
|
||||||
|
configuration:
|
||||||
|
|
||||||
|
&uicr {
|
||||||
|
gpio-as-nreset;
|
||||||
|
};
|
||||||
|
|
||||||
config NRF_ENABLE_ICACHE
|
config NRF_ENABLE_ICACHE
|
||||||
bool "The instruction cache (I-Cache)"
|
bool "The instruction cache (I-Cache)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue