From 6f7abf64508b329c8b1d642d002ac950aee68f88 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 10 Jul 2021 21:14:34 -0600 Subject: i2c: Drop unused CONFIG_I2C This actually does nothing but is defined by a few dozen boards. Drop it, so we can define a real one. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher --- include/configs/ti_armv7_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ti_armv7_common.h') diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index fe4689cf1d..4fcf741c0a 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -88,7 +88,6 @@ /* If DM_I2C, enable non-DM I2C support */ #if !CONFIG_IS_ENABLED(DM_I2C) -#define CONFIG_I2C #define CONFIG_SYS_I2C_LEGACY #endif -- cgit v1.2.3