CONFIG_GPIO_AS_PINRESET

GPIO as pin reset (reset button)

Type: bool

Direct dependencies

BOARD_HOLYIOT_YJ16019 || (SOC_SERIES_NRF52X && SOC_FAMILY_NRF)

(Includes any dependencies from ifs and menus.)

Defaults

  • n

  • y

Kconfig definitions

At <Zephyr>/boards/arm/holyiot_yj16019/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config GPIO_AS_PINRESET
    bool
    default n
    depends on BOARD_HOLYIOT_YJ16019

At <Zephyr>/soc/arm/nordic_nrf/nrf52/Kconfig.soc:473

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<BuildDir>/Kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nordic_nrf/Kconfig:17

Menu path: (Top) → Hardware Configuration

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)