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 --- include/configs/am3517_evm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/am3517_evm.h') diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index ac5070d8cf..4d94078d1c 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -56,8 +56,6 @@ #endif /* CONFIG_USB_MUSB_AM35X */ /* I2C */ -#define CONFIG_SYS_OMAP24_I2C_SPEED 100000 -#define CONFIG_SYS_OMAP24_I2C_SLAVE 1 /* Ethernet */ #define CONFIG_DRIVER_TI_EMAC -- cgit v1.2.1