xref: /rk3399_rockchip-uboot/arch/arm/mach-keystone/Kconfig (revision 09f3ca3dd53b671b009ddc4e1dad669c280094f0)
1if ARCH_KEYSTONE
2
3choice
4	prompt "TI Keystone board select"
5	optional
6
7config TARGET_K2HK_EVM
8	bool "TI Keystone 2 Kepler/Hawking EVM"
9
10config TARGET_K2E_EVM
11	bool "TI Keystone 2 Edison EVM"
12
13config TARGET_K2L_EVM
14	bool "TI Keystone 2 Lamar EVM"
15
16config TARGET_K2G_EVM
17	bool "TI Keystone 2 Galileo EVM"
18
19endchoice
20
21config SYS_SOC
22	default "keystone"
23
24source "board/ti/ks2_evm/Kconfig"
25
26endif
27