CONFIG_GPIO_AS_PINRESET¶
GPIO as pin reset (reset button)
GPIO as pin reset (reset button)
Type: bool
Direct dependencies¶
BOARD_HOLYIOT_YJ16019
|| (SOC_SERIES_NRF52X
&& SOC_FAMILY_NRF
) || (SOC_SERIES_NRF52X
&& SOC_FAMILY_NRF
)
(Includes any dependencies from ifs and menus.)
Defaults¶
n
y
y
Kconfig definitions¶
At <Zephyr Boards>/arm/holyiot_yj16019/Kconfig.defconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config GPIO_AS_PINRESET
bool
default n
depends on BOARD_HOLYIOT_YJ16019
At <Zephyr SoC>/arm/nordic_nrf/nrf52/Kconfig.soc:462
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <Zephyr SoC>/Kconfig:15
→ <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
At <Zephyr SoC>/arm/nordic_nrf/nrf52/Kconfig.soc:462
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <Zephyr SoC>/Kconfig:18
→ <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.)