]> Git Repo - J-u-boot.git/blame - arch/arm/mach-keystone/Kconfig
imx: ventana: enable dm support for MMC and SATA
[J-u-boot.git] / arch / arm / mach-keystone / Kconfig
CommitLineData
c338f09e
MY
1if ARCH_KEYSTONE
2
3choice
4 prompt "TI Keystone board select"
a26cd049 5 optional
c338f09e
MY
6
7config TARGET_K2HK_EVM
8 bool "TI Keystone 2 Kepler/Hawking EVM"
0680f1b1 9 select SPL_BOARD_INIT if SPL
5cd9661d 10 select CMD_DDR3
1743d040 11 imply DM_I2C
91dba55c
V
12 imply SOC_TI
13 imply TI_KEYSTONE_SERDES
c338f09e
MY
14
15config TARGET_K2E_EVM
16 bool "TI Keystone 2 Edison EVM"
0680f1b1 17 select SPL_BOARD_INIT if SPL
5cd9661d 18 select CMD_DDR3
1743d040 19 imply DM_I2C
91dba55c
V
20 imply SOC_TI
21 imply TI_KEYSTONE_SERDES
c338f09e 22
345af534
HZ
23config TARGET_K2L_EVM
24 bool "TI Keystone 2 Lamar EVM"
0680f1b1 25 select SPL_BOARD_INIT if SPL
5cd9661d 26 select CMD_DDR3
1743d040 27 imply DM_I2C
91dba55c
V
28 imply SOC_TI
29 imply TI_KEYSTONE_SERDES
345af534 30
f9c4a51c
LV
31config TARGET_K2G_EVM
32 bool "TI Keystone 2 Galileo EVM"
752a8311 33 select BOARD_LATE_INIT
0680f1b1 34 select SPL_BOARD_INIT if SPL
752a8311 35 select TI_I2C_BOARD_DETECT
5cd9661d 36 select CMD_DDR3
1743d040 37 imply DM_I2C
91dba55c
V
38 imply SOC_TI
39 imply TI_KEYSTONE_SERDES
f9c4a51c 40
c338f09e
MY
41endchoice
42
c338f09e 43config SYS_SOC
c338f09e
MY
44 default "keystone"
45
46source "board/ti/ks2_evm/Kconfig"
47
48endif
This page took 0.338062 seconds and 4 git commands to generate.