boards/arduino-mkrzero: Add board specific Kconfig symbols
This commit is contained in:
parent
740f23fce9
commit
30b2526d74
15
boards/arduino-mkrzero/Kconfig
Normal file
15
boards/arduino-mkrzero/Kconfig
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Copyright (c) 2020 HAW Hamburg
|
||||||
|
#
|
||||||
|
# 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 "arduino-mkrzero" if BOARD_ARDUINO_MKRZERO
|
||||||
|
|
||||||
|
config BOARD_ARDUINO_MKRZERO
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
select BOARD_COMMON_ARDUINO_MKR
|
||||||
|
|
||||||
|
source "$(RIOTBOARD)/common/arduino-mkr/Kconfig"
|
||||||
Loading…
x
Reference in New Issue
Block a user