:orphan: .. title:: GPIO_AS_PINRESET .. option:: CONFIG_GPIO_AS_PINRESET *GPIO as pin reset (reset button)* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_HOLYIOT_YJ16019 ` || (\ :option:`SOC_SERIES_NRF52X ` && \ :option:`SOC_FAMILY_NRF `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/holyiot_yj16019/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_AS_PINRESET bool default n depends on \ :option:`BOARD_HOLYIOT_YJ16019 ` ---- At ``soc/arm/nordic_nrf/nrf52/Kconfig.soc:474`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config GPIO_AS_PINRESET bool "GPIO as pin reset (reset button)" default y depends on \ :option:`SOC_SERIES_NRF52X ` && \ :option:`SOC_FAMILY_NRF ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*