blob: 1eadfb346a3d9fa3b0f02221e2b053b25ace38fd [file] [log] [blame]
Apurva Nandan8b957b32024-02-24 01:51:46 +05301# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
4# Hari Nagalla <hnagalla@ti.com>
5
6if SOC_K3_J784S4
7
8choice
9 prompt "K3 J784S4 board"
10 optional
11
12config TARGET_J784S4_A72_EVM
13 bool "TI K3 based J784S4 EVM running on A72"
14 select ARM64
15 select BOARD_LATE_INIT
16 select SYS_DISABLE_DCACHE_OPS
17 select BINMAN
18
19config TARGET_J784S4_R5_EVM
20 bool "TI K3 based J784S4 EVM running on R5"
21 select CPU_V7R
22 select SYS_THUMB_BUILD
23 select K3_LOAD_SYSFW
24 select RAM
25 select SPL_RAM
26 select K3_DDRSS
27 select BINMAN
28 imply SYS_K3_SPL_ATF
29
30endchoice
31
32source "board/ti/j784s4/Kconfig"
33
34endif