mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "iotlab-m3" if BOARD_IOTLAB_M3
|
|
|
|
config BOARD_IOTLAB_M3
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_IOTLAB
|
|
|
|
source "$(RIOTBOARD)/common/iotlab/Kconfig"
|