9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
|
# Kconfig - SAM D21 Xplained Pro Board configuration
|
||
|
#
|
||
|
# Copyright (c) 2018 Bryan O'Donoghue
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_ATSAMD21_XPRO
|
||
|
bool "SAM D21 Xplained Pro"
|
||
|
depends on SOC_PART_NUMBER_SAMD21J18A
|