-
CONFIG_BOARD_NRF52840_GPIO_RESET_PIN
¶
Reset pin
Type: int
Help¶
GPIO pin on the nRF9160 used to reset the nRF52840.
Direct dependencies¶
BOARD_NRF52840_GPIO_RESET
&& (BOARD_NRF9160_PCA10090
|| BOARD_NRF9160_PCA10090NS
)
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At boards/arm/nrf9160_pca10090/Kconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options → Use nRF52840 PCA10090 GPIO reset pin
config BOARD_NRF52840_GPIO_RESET_PIN int prompt "Reset pin" ifBOARD_NRF52840_GPIO_RESET
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
) range 17 23 ifBOARD_NRF52840_GPIO_RESET
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
) default 23 ifBOARD_NRF52840_GPIO_RESET
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
) depends onBOARD_NRF52840_GPIO_RESET
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
) help GPIO pin on the nRF9160 used to reset the nRF52840.
(Definitions include propagated dependencies, including from if’s and menus.)