]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/keystone/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.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