9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
|
# Kconfig - SAM R21 Xplained Pro Board configuration
|
||
|
#
|
||
|
# Copyright (c) 2019 Benjamin Valentin
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_ATSAMR21_XPRO
|
||
|
bool "SAM R21 Xplained Pro"
|
||
|
depends on SOC_PART_NUMBER_SAMR21G18A
|