1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/e104-bt5011a-tb/Kconfig
Benjamin Valentin e03034eb87 boards/e104-bt5011a-tb: add support for E104-BT5011A breakout board
This adds support for the nRF52811 based E104-BT5011A break-out board.
2020-12-01 16:14:43 +01:00

17 lines
459 B
Plaintext

# Copyright (c) 2020 Benjamin Valentin
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
config BOARD
default "e104-bt5011a-tb" if BOARD_E104_BT5011A_TB
config BOARD_E104_BT5011A_TB
bool
default y
select BOARD_COMMON_E104_BT50XXA_TB
select CPU_MODEL_NRF52811XXAA
source "$(RIOTBOARD)/common/e104-bt50xxa-tb/Kconfig"