12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
# nRF21540 DK NRF52840 board configuration
|
|
|
|
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NRF21540DK
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_NRF21540DK
|