zephyr/boards/arm/am62x_m4/Kconfig.defconfig
Daniel Schultz 68a3cce5f4 boards: arm: Add AM62x M4F phyBOARD-Lyra
This is a copy of the TI AM62x SK EVM board file to support the
M4F on the phyBOARD-Lyra AM62x, which is PHYTEC's development kit
for the phyCORE-AM62x SoM.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2023-08-16 20:45:25 +02:00

21 lines
376 B
Plaintext

# Texas Instruments Sitara AM62x-SK-M4 EVM
#
# Copyright (c) 2023 Texas Instruments Incorporated
# Copyright (c) 2023 L Lakshmanan
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_AM62X_M4_SK
config BOARD
default "am62x_m4_sk"
endif # BOARD_AM62X_M4_SK
if BOARD_AM62X_M4_PHYBOARD_LYRA
config BOARD
default "am62x_m4_phyboard_lyra"
endif # BOARD_AM62X_M4_PHYBOARD_LYRA