blob: 6cc5219eba897791673e54ba06d168b1c797426d [file] [log] [blame]
# nRF9160 DK board configuration
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_GPIO_RESET
bool "Use nRF52840 GPIO reset pin"
default y if BT_H4
depends on BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160NS
help
Use a GPIO pin to reset the nRF52840 controller and let it wait until all
bytes traveling to the H4 device have been received and drained, thus
ensuring communication can begin correctly.
config BOARD_NRF52840_GPIO_RESET_PIN
int "Reset pin"
range 17 23
default 23
depends on BOARD_NRF52840_GPIO_RESET
help
GPIO pin on the nRF9160 used to reset the nRF52840.