ARM: keystone2: Add support for parsing monitor header
[oweals/u-boot.git] / arch / arm / mach-keystone / Kconfig
1 if ARCH_KEYSTONE
2
3 choice
4         prompt "TI Keystone board select"
5         optional
6
7 config TARGET_K2HK_EVM
8         bool "TI Keystone 2 Kepler/Hawking EVM"
9
10 config TARGET_K2E_EVM
11         bool "TI Keystone 2 Edison EVM"
12
13 config TARGET_K2L_EVM
14         bool "TI Keystone 2 Lamar EVM"
15
16 config TARGET_K2G_EVM
17         bool "TI Keystone 2 Galileo EVM"
18
19 endchoice
20
21 config SYS_SOC
22         default "keystone"
23
24 source "board/ti/ks2_evm/Kconfig"
25
26 endif