# SAM E54 Xplained Pro board configuration | |
# | |
# Copyright (c) 2019 Benjamin Valentin | |
# SPDX-License-Identifier: Apache-2.0 | |
if BOARD_ATSAME54_XPRO | |
config BOARD | |
default "atsame54_xpro" | |
if NETWORKING | |
config NET_L2_ETHERNET | |
default y | |
endif # NETWORKING | |
endif # BOARD_ATSAME54_XPRO |