zephyr/boards/arm/nrf9160dk_nrf52840/Kconfig.defconfig
Ioannis Glaropoulos 1ce222bf02 boards: arm: nrf52840_pca10090: rename board to nrf9160dk_nrf52840
We rename the nRF91 Dev Kit board target for the NRF52840
controller (nrf52840_pca10090) to nrf9160dk_nrf52840. 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. We
also remove an un-referenced board image file that had
erroneously been part of the documentation of this platform.

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

19 lines
320 B
Plaintext

# nRF9160 DK NRF52840 board configuration
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF9160DK_NRF52840
config BOARD
default "nrf9160dk_nrf52840"
config IEEE802154_NRF5
default y
depends on IEEE802154
config BT_CTLR
default BT
endif # BOARD_NRF9160DK_NRF52840