: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 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 23 Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf9160dk_nrf9160/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options → Use nRF52840 GPIO reset pin .. parsed-literal:: config BOARD_NRF52840_GPIO_RESET_PIN int "Reset pin" range 17 23 default 23 depends on \ :option:`BOARD_NRF52840_GPIO_RESET ` help GPIO pin on the nRF9160 used to reset the nRF52840. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*