CONFIG_GPIO_AS_PINRESET

GPIO as pin reset (reset button)

Type: bool

Direct dependencies

SOC_SERIES_NRF52X && SOC_FAMILY_NRF && ARM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/arm/soc/nordic_nrf/nrf52/Kconfig.soc:220

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/nordic_nrf/Kconfig:18

Menu path: (top menu) → ARM Options → SoC Configuration

config GPIO_AS_PINRESET
    bool
    prompt "GPIO as pin reset (reset button)" if SOC_SERIES_NRF52X && SOC_FAMILY_NRF && ARM
    default "y" if SOC_SERIES_NRF52X && SOC_FAMILY_NRF && ARM
    depends on SOC_SERIES_NRF52X && SOC_FAMILY_NRF && ARM

(Definitions include propagated dependencies, including from if’s and menus.)