:orphan: .. title:: BOARD_NRF9160DK_NRF52840_RESET .. option:: CONFIG_BOARD_NRF9160DK_NRF52840_RESET *Enable GPIO reset line* Type: ``bool`` Help ==== Let the nRF52840 be reset from the nRF9160 via a GPIO line. The GPIO line may only be one of the first 6 MCU interface pins. The line is active high. Direct dependencies =================== \ :option:`BOARD_NRF9160DK_NRF52840 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf9160dk_nrf52840/Kconfig:194`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_NRF9160DK_NRF52840_RESET bool "Enable GPIO reset line" depends on \ :option:`BOARD_NRF9160DK_NRF52840 ` help Let the nRF52840 be reset from the nRF9160 via a GPIO line. The GPIO line may only be one of the first 6 MCU interface pins. The line is active high. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*