| # SPDX-License-Identifier: GPL-2.0+ |
| # Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/ |
| # Copyright (C) 2022-2023 Robert Nelson, BeagleBoard.org Foundation |
| prompt "BeagleBoard.org AM625 based BeaglePlay board" |
| config TARGET_AM625_A53_BEAGLEPLAY |
| bool "BeagleBoard.org AM625 BeaglePlay running on A53" |
| config TARGET_AM625_R5_BEAGLEPLAY |
| bool "BeagleBoard.org AM625 BeaglePlay running on R5" |
| if TARGET_AM625_A53_BEAGLEPLAY |
| source "board/ti/common/Kconfig" |
| if TARGET_AM625_R5_BEAGLEPLAY |
| default "arch/arm/mach-omap2/u-boot-spl.lds" |
| source "board/ti/common/Kconfig" |