summaryrefslogtreecommitdiff
path: root/board/ti/j784s4/Kconfig
blob: 40c4913aea148034ad7b854cd7818e1c69a991f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
#	Hari Nagalla <[email protected]>

if TARGET_J784S4_A72_EVM

config SYS_BOARD
       default "j784s4"

config SYS_VENDOR
	default "ti"

config SYS_CONFIG_NAME
       default "j784s4_evm"

source "board/ti/common/Kconfig"

endif

if TARGET_J784S4_R5_EVM

config SYS_BOARD
       default "j784s4"

config SYS_VENDOR
	default "ti"

config SYS_CONFIG_NAME
       default "j784s4_evm"

config SPL_LDSCRIPT
	default "arch/arm/mach-omap2/u-boot-spl.lds"

source "board/ti/common/Kconfig"

endif

if TARGET_J742S2_A72_EVM

config SYS_BOARD
       default "j784s4"

config SYS_VENDOR
	default "ti"

config SYS_CONFIG_NAME
       default "j784s4_evm"

source "board/ti/common/Kconfig"

endif

if TARGET_J742S2_R5_EVM

config SYS_BOARD
       default "j784s4"

config SYS_VENDOR
	default "ti"

config SYS_CONFIG_NAME
       default "j784s4_evm"

config SPL_LDSCRIPT
	default "arch/arm/mach-omap2/u-boot-spl.lds"

source "board/ti/common/Kconfig"

endif