1# Texas Instruments Sitara AM62x-SK-M4 EVM
2#
3# Copyright (c) 2023 Texas Instruments Incorporated
4# Copyright (c) 2023 L Lakshmanan
5#
6# SPDX-License-Identifier: Apache-2.0
7
8if BOARD_AM62X_M4_SK
9
10config BOARD
11	default "am62x_m4_sk"
12
13endif # BOARD_AM62X_M4_SK
14
15if BOARD_AM62X_M4_PHYBOARD_LYRA
16
17config BOARD
18	default "am62x_m4_phyboard_lyra"
19
20endif # BOARD_AM62X_M4_PHYBOARD_LYRA
21