]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/keystone/Kconfig
8249b5e27036f7380ef19252792e59553f4f1b1f
[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 endchoice
13
14 config SYS_CPU
15 default "armv7"
16
17 config SYS_SOC
18 default "keystone"
19
20 source "board/ti/ks2_evm/Kconfig"
21
22 endif