-
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 ifs and menus.)
Default¶
23
Kconfig definition¶
At boards/arm/nrf9160_pca10090/Kconfig:18
Included via Kconfig:8
→ Kconfig.zephyr:30
→ boards/Kconfig:32
Menu path: (Top) → Board Options → Use nRF52840 PCA10090 GPIO reset pin
config BOARD_NRF52840_GPIO_RESET_PIN int "Reset pin" range 17 23 default 23 depends onBOARD_NRF52840_GPIO_RESET
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
) help GPIO pin on the nRF9160 used to reset the nRF52840.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)