]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/keystone/Kconfig
24d0cbe82007172d08af30e8209276354bd25ab7
[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         string
16         default "armv7"
17
18 config SYS_SOC
19         string
20         default "keystone"
21
22 source "board/ti/ks2_evm/Kconfig"
23
24 endif