]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/ti/ks2_evm/Kconfig
kconfig: zynq: Add ZYBO board
[people/ms/u-boot.git] / board / ti / ks2_evm / Kconfig
1 if TARGET_K2E_EVM
2
3 config SYS_BOARD
4 default "ks2_evm"
5
6 config SYS_VENDOR
7 default "ti"
8
9 config SYS_CONFIG_NAME
10 default "k2e_evm"
11
12 endif
13
14 if TARGET_K2HK_EVM
15
16 config SYS_BOARD
17 default "ks2_evm"
18
19 config SYS_VENDOR
20 default "ti"
21
22 config SYS_CONFIG_NAME
23 default "k2hk_evm"
24
25 endif
26
27 if TARGET_K2L_EVM
28
29 config SYS_BOARD
30 string
31 default "ks2_evm"
32
33 config SYS_VENDOR
34 string
35 default "ti"
36
37 config SYS_CONFIG_NAME
38 string
39 default "k2l_evm"
40
41 endif