xref: /openbmc/u-boot/board/ti/ks2_evm/Kconfig (revision fd97fe251c9fc6f7af374a161a47f49df6caad52)
1if TARGET_K2E_EVM
2
3config SYS_BOARD
4	string
5	default "ks2_evm"
6
7config SYS_VENDOR
8	string
9	default "ti"
10
11config SYS_CONFIG_NAME
12	string
13	default "k2e_evm"
14
15endif
16
17if TARGET_K2HK_EVM
18
19config SYS_BOARD
20	string
21	default "ks2_evm"
22
23config SYS_VENDOR
24	string
25	default "ti"
26
27config SYS_CONFIG_NAME
28	string
29	default "k2hk_evm"
30
31endif
32