# nRF9160 PCA10090 board configuration

# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

config BOARD_NRF52840_GPIO_RESET
	bool "Use nRF52840 PCA10090 GPIO reset pin"
	default y if BT_H4
	depends on BOARD_NRF9160_PCA10090 || BOARD_NRF9160_PCA10090NS
	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.
