From 11d2e98d7e75dfb40651eb95c32ca36778cd96d3 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Wed, 24 Jan 2018 15:21:21 -0600 Subject: Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig This converts the following to Kconfig: CONFIG_SYS_OMAP24_I2C_SLAVE CONFIG_SYS_OMAP24_I2C_SPEED Signed-off-by: Adam Ford Reviewed-by: Paul Kocialkowski --- configs/sniper_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/sniper_defconfig') diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index a3bae56cda..84ba175f6a 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -35,6 +35,7 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y +CONFIG_SYS_OMAP24_I2C_SPEED=400000 CONFIG_MMC_OMAP_HS=y CONFIG_SYS_NS16550=y CONFIG_USB=y -- cgit