mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 06:05:22 +00:00
This adds support for the Atmel SAM E54 Xplained Pro Evaluation Kit. Only basic functionality has been tested so far. Signed-off-by: Benjamin Valentin <benpicco@googlemail.com>
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
# SAM E54 Xplained Pro Board configuration
|
|
#
|
|
# Copyright (c) 2019 Benjamin Valentin
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ATSAME54_XPRO
|
|
bool "SAM E54 Xplained Pro"
|
|
depends on SOC_PART_NUMBER_SAME54P20A
|