blob: 24d0cbe82007172d08af30e8209276354bd25ab7 [file] [log] [blame]
Masahiro Yamada32013fb2014-08-31 07:11:05 +09001if 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
12endchoice
13
14config SYS_CPU
15 string
16 default "armv7"
17
18config SYS_SOC
19 string
20 default "keystone"
21
22source "board/ti/ks2_evm/Kconfig"
23
24endif