David Huang | d09f5fe | 2022-01-25 20:56:37 +0530 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | # |
| 3 | # Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/ |
| 4 | # David Huang <d-huang@ti.com> |
| 5 | |
David Huang | d09f5fe | 2022-01-25 20:56:37 +0530 | [diff] [blame] | 6 | if TARGET_J721S2_A72_EVM |
| 7 | |
| 8 | config SYS_BOARD |
| 9 | default "j721s2" |
| 10 | |
| 11 | config SYS_VENDOR |
| 12 | default "ti" |
| 13 | |
| 14 | config SYS_CONFIG_NAME |
| 15 | default "j721s2_evm" |
| 16 | |
Neha Malcom Francis | 409af1f | 2023-03-15 10:57:44 +0530 | [diff] [blame] | 17 | config ENV_SOURCE_FILE |
| 18 | default "j721s2" |
| 19 | |
David Huang | d09f5fe | 2022-01-25 20:56:37 +0530 | [diff] [blame] | 20 | source "board/ti/common/Kconfig" |
| 21 | |
| 22 | endif |
| 23 | |
| 24 | if TARGET_J721S2_R5_EVM |
| 25 | |
| 26 | config SYS_BOARD |
| 27 | default "j721s2" |
| 28 | |
| 29 | config SYS_VENDOR |
| 30 | default "ti" |
| 31 | |
| 32 | config SYS_CONFIG_NAME |
| 33 | default "j721s2_evm" |
| 34 | |
Neha Malcom Francis | 409af1f | 2023-03-15 10:57:44 +0530 | [diff] [blame] | 35 | config ENV_SOURCE_FILE |
| 36 | default "j721s2" |
| 37 | |
David Huang | d09f5fe | 2022-01-25 20:56:37 +0530 | [diff] [blame] | 38 | source "board/ti/common/Kconfig" |
| 39 | |
| 40 | endif |