-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/boards/arm/nrf9160dk_nrf52840/Kconfig:194
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/boards/Kconfig:48
Menu path: (Top) → Board Options
config BOARD_NRF9160DK_NRF52840_RESET
bool "Enable GPIO reset line"
depends on 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.)