mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "arduino-mkrwan1300" if BOARD_ARDUINO_MKRWAN1300
|
|
|
|
config BOARD_ARDUINO_MKRWAN1300
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_ARDUINO_MKR
|
|
|
|
source "$(RIOTBOARD)/common/arduino-mkr/Kconfig"
|