Merge git://git.denx.de/u-boot-marvell
[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         select SPL_BOARD_INIT if SPL
10         select CMD_DDR3
11         imply DM_I2C
12
13 config TARGET_K2E_EVM
14         bool "TI Keystone 2 Edison EVM"
15         select SPL_BOARD_INIT if SPL
16         select CMD_DDR3
17         imply DM_I2C
18
19 config TARGET_K2L_EVM
20         bool "TI Keystone 2 Lamar EVM"
21         select SPL_BOARD_INIT if SPL
22         select CMD_DDR3
23         imply DM_I2C
24
25 config TARGET_K2G_EVM
26         bool "TI Keystone 2 Galileo EVM"
27         select BOARD_LATE_INIT
28         select SPL_BOARD_INIT if SPL
29         select TI_I2C_BOARD_DETECT
30         select CMD_DDR3
31         imply DM_I2C
32
33 endchoice
34
35 config SYS_SOC
36         default "keystone"
37
38 source "board/ti/ks2_evm/Kconfig"
39
40 endif