1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/boards/msb-430h/Kconfig

13 lines
263 B
Plaintext

# SPDX-FileCopyrightText: 2020 HAW Hamburg
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "msb-430h" if BOARD_MSB_430H
config BOARD_MSB_430H
bool
default y
select BOARD_COMMON_MSB_430
source "$(RIOTBOARD)/common/msb-430/Kconfig"