1# Atmel SAM4L-EK Board configuration
2
3# Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_SAM4L_EK
7
8config BOARD
9	default "sam4l_ek"
10
11endif # BOARD_SAM4L_EK
12