[U-Boot] [PATCH 11/31] ARM: k2g: Enable TI board detection code

Franklin S Cooper Jr fcooper at ti.com
Thu Mar 2 19:04:15 UTC 2017


K2G boards have a EEPROM that will be used for board detection. Therefore,
select the board detection config for K2G evms.

Signed-off-by: Franklin S Cooper Jr <fcooper at ti.com>
---
 arch/arm/mach-keystone/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index e1962c7..5c880fa 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -15,6 +15,7 @@ config TARGET_K2L_EVM
 
 config TARGET_K2G_EVM
 	bool "TI Keystone 2 Galileo EVM"
+	select TI_I2C_BOARD_DETECT
 
 endchoice
 
-- 
2.10.0



More information about the U-Boot mailing list