:orphan: .. title:: BOARD_PCA10090_NRF52840_RESET .. option:: CONFIG_BOARD_PCA10090_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_NRF52840_PCA10090 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf52840_pca10090/Kconfig:194`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_PCA10090_NRF52840_RESET bool "Enable GPIO reset line" depends on \ :option:`BOARD_NRF52840_PCA10090 ` 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.)*