zephyr/boards/arm/nrf9160dk_nrf9160/Kconfig
Ioannis Glaropoulos e0b8158ca1 boards: arm: nrf9160_pca10090: rename board to nrf9160dk_nrf9160
We rename the nRF91 Dev Kit board target (nrf9160_pca10090)
to nrf9160dk_nrf9160. We update all associated references
in the supportive documentation and all nRF9160-related
cofigurations and overlay files in the samples and tests
in the tree.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-03-31 15:16:08 +02:00

21 lines
655 B
Text

# 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.