18 lines
333 B
Plaintext
18 lines
333 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 BT_CTLR
|
|
default BT
|
|
|
|
config BT_WAIT_NOP
|
|
default BT && $(dt_nodelabel_enabled,reset_input)
|
|
|
|
endif # BOARD_NRF9160DK_NRF52840
|