| # SPDX-License-Identifier: GPL-2.0+ |
| # |
| # Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/ |
| # David Huang <d-huang@ti.com> |
| |
| if TARGET_J721S2_A72_EVM |
| |
| config SYS_BOARD |
| default "j721s2" |
| |
| config SYS_VENDOR |
| default "ti" |
| |
| config SYS_CONFIG_NAME |
| default "j721s2_evm" |
| |
| config ENV_SOURCE_FILE |
| default "j721s2" |
| |
| source "board/ti/common/Kconfig" |
| |
| endif |
| |
| if TARGET_J721S2_R5_EVM |
| |
| config SYS_BOARD |
| default "j721s2" |
| |
| config SYS_VENDOR |
| default "ti" |
| |
| config SYS_CONFIG_NAME |
| default "j721s2_evm" |
| |
| config ENV_SOURCE_FILE |
| default "j721s2" |
| |
| source "board/ti/common/Kconfig" |
| |
| endif |