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