1# nRF52833 DK NRF52833 board configuration
2
3# Copyright (c) 2019 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_NRF52833DK_NRF52833
7
8config BOARD
9 default "nrf52833dk_nrf52833"
10
11config BT_CTLR
12 default BT
13
14endif # BOARD_NRF52833DK_NRF52833
15