1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 19:13:51 +01:00
RIOT/boards/microbit/Kconfig

14 lines
293 B
Plaintext

# SPDX-FileCopyrightText: 2020 HAW Hamburg
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "microbit" if BOARD_MICROBIT
config BOARD_MICROBIT
bool
default y
select BOARD_COMMON_NRF51
select CPU_MODEL_NRF51X22XXAB
source "$(RIOTBOARD)/common/nrf51/Kconfig"