Skip to content

Commit

Permalink
boards/sodaq-sara-aff: Add board specific Kconfig symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Jun 3, 2020
1 parent 7af650f commit 1aef94c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions boards/sodaq-sara-aff/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.

source "$(RIOTBOARD)/common/sodaq/Kconfig"

config BOARD
default "sodaq-sara-aff" if BOARD_SODAQ_SARA_AFF

config BOARD_SODAQ_SARA_AFF
bool
default y
select CPU_MODEL_SAMD21J18A
select BOARDS_COMMON_SODAQ

0 comments on commit 1aef94c

Please sign in to comment.