-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At boards/arm/nrf52840_pca10090/Kconfig:195
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config BOARD_PCA10090_NRF52840_RESET bool prompt "Enable GPIO reset line" ifBOARD_NRF52840_PCA10090
depends onBOARD_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.
(Definitions include propagated dependencies, including from if’s and menus.)