
2 Mar
2017
2 Mar
'17
8:04 p.m.
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@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