]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/keystone/Kconfig
393885f710d21ac50931c9b7e3c02046b8123159
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / keystone / Kconfig
1 if ARCH_KEYSTONE
2
3 choice
4 prompt "TI Keystone board select"
5
6 config TARGET_K2HK_EVM
7 bool "TI Keystone 2 Kepler/Hawking EVM"
8
9 config TARGET_K2E_EVM
10 bool "TI Keystone 2 Edison EVM"
11
12 config TARGET_K2L_EVM
13 bool "TI Keystone 2 Lamar EVM"
14
15 endchoice
16
17 config SYS_CPU
18 default "armv7"
19
20 config SYS_SOC
21 default "keystone"
22
23 source "board/ti/ks2_evm/Kconfig"
24
25 endif