zephyr/boards/arm/nrf51_ble400/Kconfig.defconfig

15 lines
249 B
Plaintext

# nRF51 BLE400 board configuration
# Copyright (c) 2018 Roman Tataurov <diytronic@yandex.ru>
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF51_BLE400
config BOARD
default "nrf51_ble400"
config BT_CTLR
default BT
endif # BOARD_NRF51_BLE400