:orphan: .. title:: BOARD_NRF52840_GPIO_RESET_PIN .. option:: CONFIG_BOARD_NRF52840_GPIO_RESET_PIN *Reset pin* Type: ``int`` Help ==== GPIO pin on the nRF9160 used to reset the nRF52840. Direct dependencies =================== \ :option:`BOARD_NRF52840_GPIO_RESET ` && (\ :option:`BOARD_NRF9160_PCA10090 ` || \ :option:`BOARD_NRF9160_PCA10090NS `) *(Includes any dependencies from if's and menus.)* Defaults ======== - 23 if \ :option:`BOARD_NRF52840_GPIO_RESET ` && (\ :option:`BOARD_NRF9160_PCA10090 ` || \ :option:`BOARD_NRF9160_PCA10090NS `) Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config BOARD_NRF52840_GPIO_RESET_PIN int prompt "Reset pin" if \ :option:`BOARD_NRF52840_GPIO_RESET ` && (\ :option:`BOARD_NRF9160_PCA10090 ` || \ :option:`BOARD_NRF9160_PCA10090NS `) range 17 23 if \ :option:`BOARD_NRF52840_GPIO_RESET ` && (\ :option:`BOARD_NRF9160_PCA10090 ` || \ :option:`BOARD_NRF9160_PCA10090NS `) default 23 if \ :option:`BOARD_NRF52840_GPIO_RESET ` && (\ :option:`BOARD_NRF9160_PCA10090 ` || \ :option:`BOARD_NRF9160_PCA10090NS `) depends on \ :option:`BOARD_NRF52840_GPIO_RESET ` && (\ :option:`BOARD_NRF9160_PCA10090 ` || \ :option:`BOARD_NRF9160_PCA10090NS `) help GPIO pin on the nRF9160 used to reset the nRF52840. *(Definitions include propagated dependencies, including from if's and menus.)*