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 <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Simon Glass 2021-07-10 21:14:34 -06:00 committed by Tom Rini
parent 19c969ba37
commit 6f7abf6450
4 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@
#define CONFIG_SYS_NS16550_CLK (48000000)
#define CONFIG_SYS_NS16550_COM1 0x44e09000
#define CONFIG_I2C
#define CONFIG_SYS_I2C_LEGACY
#endif /* CONFIG_DM */

View File

@ -73,7 +73,6 @@
/* I2C Configuration */
#define CONFIG_I2C
#define CONFIG_SYS_I2C_LEGACY
/* Defines for SPL */

View File

@ -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

View File

@ -708,7 +708,6 @@ CONFIG_HUSH_INIT_VAR
CONFIG_HVBOOT
CONFIG_HWCONFIG
CONFIG_HW_ENV_SETTINGS
CONFIG_I2C
CONFIG_I2C_ENV_EEPROM_BUS
CONFIG_I2C_GSC
CONFIG_I2C_MBB_TIMEOUT