:orphan: .. title:: CONFIG_GPIO_AS_PINRESET .. kconfig:: CONFIG_GPIO_AS_PINRESET CONFIG_GPIO_AS_PINRESET ####################### *GPIO as pin reset (reset button)* *GPIO as pin reset (reset button)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOARD_HOLYIOT_YJ16019 ` || (\ :kconfig:`SOC_SERIES_NRF52X ` && \ :kconfig:`SOC_FAMILY_NRF `) || (\ :kconfig:`SOC_SERIES_NRF52X ` && \ :kconfig:`SOC_FAMILY_NRF `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - y - y Kconfig definitions =================== At ``/arm/holyiot_yj16019/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_AS_PINRESET bool default n depends on BOARD_HOLYIOT_YJ16019 ---- At ``/arm/nordic_nrf/nrf52/Kconfig.soc:462`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config GPIO_AS_PINRESET bool "GPIO as pin reset (reset button)" default y depends on SOC_SERIES_NRF52X && SOC_FAMILY_NRF ---- At ``/arm/nordic_nrf/nrf52/Kconfig.soc:462`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*